
 
/* begin css tabs */
ul#tabnav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 0; /* set margins as desired */
font: bold 11px verdana, arial, sans-serif; /* set font as desired */
border-bottom: 1px solid #575757; /*DDE1E5; set border COLOR as desired */
list-style-type: none;
padding: 8px; /* THIRD number must change with respect to padding-top (X) below */
}
 
ul#tabnav li { /* do not change */
display: inline;
padding:
}


 
body#tindex li.tindex, body#tproductos li.tproductos, body#tmarcas li.tmarcas, body#tcatalogos li.tcatalogos, body#tdelegaciones li.tdelegaciones, body#tcertificaciones li.tcertificaciones, body#tnoticias li.tnoticias,  body#tpresto li.tpresto,  body#tcontacto li.tcontacto  { /* settings for selected tab */
border-bottom: 0px solid #DDE1E5; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
/*padding: 8px 10px; */
margin:3px;
}
 
body#tindex li.tindex a, body#tproductos li.tproductos a, body#tmarcas li.tmarcas a, body#tcatalogos li.tcatalogos a, body#tdelegaciones li.tdelegaciones a, body#tcertificaciones li.tcertificaciones a, body#tnoticias li.tnoticias a, body#tpresto li.tpresto a, body#tcontacto li.tcontacto a { /* settings for selected tab link */
background-color: #575757; /* set selected tab background color as desired */
color: #fff; /* set selected tab link color as desired */
position: relative;
/*top: 1px;*/
/*padding: 8px 10px; */
/*margin:30px;*/
/*padding-top: 4px; /* must change with respect to padding (X) above and below */

}
 
ul#tabnav li a { /* settings for all tab links */
padding: 8px 10px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 0px; /* 1px solid #DDE1E5;  set border COLOR as desired; usually matches border color specified in #tabnav */
/* background-color: #cfc; /* set unselected tab background color as desired */

background-color:#D5D5D5;
/*background-image: url( '../images/fondo_div.gif' );
background-repeat: repeat; */

color: #575757; /* set unselected tab link color as desired */
margin-right: 5px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
margin:0 10px 0 0;
}
 
ul#tabnav a:hover { /* settings for hover effect */
background: #00A4BC; /* set desired hover color */
color: #ffffff;
text-decoration: none;
cursor:none;

}
/* end css tabs */


/*Menu sup */

#nav 
{
  
		margin:0;
		padding:0;
		background:#00A4BC ; /*#808259 url(nav_bg.jpg) 0 0 repeat-x;*/
		width:600px;
		float:left;
		/*border:1px solid #42432d;
		border-width:1px 0;*/
 padding: 8px 0px 8px 0px;



	}
	#nav li {
		display:inline;
		padding:0;
		margin:0;
background:#00A4BC ;



	}
	#nav a:link,
	#nav a:visited {
		color:#ffffff;
		background:#00A4BC;
		padding:2px 20px 2px 20px;
		float:left;
		width:auto;
		/*border-right:1px solid #42432d;*/
		text-decoration:none;
		font:normal 14px Arial, Helvetica, sans-serif;
		text-transform:uppercase;
		/*text-shadow: 2px 2px 2px #555;*/
	}
	#nav a:hover {
		color:#00A4BC;
		background:#ffffff;
	}
	#nav li:first-child a {
		/*border-left:1px solid #42432d;*/
	}
	#home #nav-home a,
	#noticias #nav-noticias a,
	#catalogos #nav-catalogos a,
	#ferias #nav-ferias a,
	#forum #nav-forum a {
		background:#e35a00;
		color:#fff;
		
		/*text-shadow:none;*/
	}
	#home #nav-home a:hover,
	#noticias #nav-noticias a:hover,
	#catalogos #nav-catalogos a:hover,
	#ferias #nav-ferias a:hover,
	#forum #nav-forum a:hover {
		background:#034651;
	}
	#nav a:active {
		background:#e35a00;
		color:#fff;
	}
/*fin de menusup */