/***** CSS PROPIO PARA MENU HORIZONTAL con bordes de fondo especiales ****** MENU1*****/



/*** CAPAS Y CLASES DE ESTRUCTURA GENERAL Y CONTENEDORAS ***/

/*- Menu Tabs--------------------------- */ 

	/*** Menu de Cabecera ***/
	#tabs {								/* Posicionamiento absoluto*/
	position: absolute;
	top:30px;
	right: 45px;

	}
	
    #tabs ul {
	  margin:0;
	  list-style:none;
      }
		
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
		
    #tabs a {
      float:left;
      text-decoration:none;
		position: relative;
		height: 28px;
		margin-left: 5px;
      }
    #tabs a span {
      float:left;
      display:block;
      padding:6px 6px 6px 6px;
		color: Silver;
		text-align: center;
		font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight:bold;
		position: relative;
		
      }
		
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#FF9834;
      }
    #tabs a:hover {
	 	color: Aqua;
      }
    #tabs a:hover span {
		color: White;
      }
	 #tabs a.activa {
      float:left;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
		background-image: url(../images/menu_tab.jpg);
		background-position: left bottom;
		background-repeat: no-repeat;
      }
    #tabs a span.activa {
      color:#FFFFFF;
		text-align: center;
/*
      }
		#tabs a.activa:hover span {
		color:#FFF;
      }

*/