
 
/* begin css tabs */
ul#tabnav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 1em 0 1em 0; /* set margins as desired */
font: bold 11px verdana, arial, sans-serif; /* set font as desired */
border-bottom: 1px solid #DDE1E5; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}
 
ul#tabnav li { /* do not change */
display: inline;
}


 
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: 3px 10px; 
}




 
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: #fff;  /* set selected tab background color as desired */
color: #0076B4; /* set selected tab link color as desired */
font: bold 12px verdana, arial, sans-serif; /* set font as desired */
position: relative;
top: 1px;
padding-top: 4px; /* must change with respect to padding (X) above and below */

}


 
ul#tabnav li a { /* settings for all tab links */
padding: 3px 10px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 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-image: url( '../images/fondo_div.gif' );
background-repeat: repeat;

color: #666; /* set unselected tab link color as desired */
margin-right: 5px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}


 
ul#tabnav li.tcontacto a { /* settings for all tab links */
padding: 3px 10px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 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-image: url( '../images/fondo_div.gif' );
background-repeat: repeat;

color: #A02424; /* set unselected tab link color as desired */
margin-right: 5px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}




ul#tabnav a:hover { /* settings for hover effect */
background: #035A89; /* set desired hover color */
color: #ffffff;
text-decoration: none;
cursor: hand;

}



ul#tabnav li.tcontacto a:hover { /* settings for hover effect */
background: #035A89; /* set desired hover color */
color: #ffffff;
text-decoration: none;
cursor: hand;

}




/* end css tabs */


/*Menu sup */

#nav {
		margin:0;
		padding:0;
		background:#ffffff ; /*#808259 url(nav_bg.jpg) 0 0 repeat-x;*/
		width:100%;
		float:left;
		/*border:1px solid #42432d;
		border-width:1px 0;*/
 padding: 8px 0px 8px 0px;



	}
	#nav li {
		display:inline;
		padding:0;
		margin:0;
background:#ffffff ;



	}
	#nav a:link,
	#nav a:visited {
		color:#000;
		background:#ffffff;
		padding:5px 20px 5px 20px;
		float:left;
		width:auto;
		border-right:1px solid #42432d;
		text-decoration:none;
		font:bold 1em/1em Arial, Helvetica, sans-serif;
		text-transform:uppercase;
		/*text-shadow: 2px 2px 2px #555;*/
	}
	#nav a:hover {
		color:#ffffff;
		background:#034651;
	}
	#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 */
