/* CSS Document */
/*lista horizaontal menu*/
#menu{
    padding:10px 0px 0px 0px;
	margin:0px 0px 16px 22px;
	height:48px;

}
#menuPrincipal ul{
  	margin:0px;
	padding:0px;
	border:0px;
	list-style-type: none;
	width:100%;
	background-color: #CEB218;
}
#menuPrincipal ul li{
	display:inline;
	margin: 0px;
	padding:0px;
	border-right:#ffffff 1px solid;
}
#menuPrincipal ul li a{
	text-decoration:none;
	padding:0px 29px 0px 4px;
	display:inline;
	background-color: #CEB218;
	color: #fff;
	text-transform: uppercase;
	font-weight:bold;
	 
}
#menuPrincipal ul li a:hover{
	color: #fff;
}


#submnu{
	height:34px;
	background-image:url(../images/fondos/fd_subm_bottom.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	margin:0px 0px 0px 26px;
}
#submnu ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
	
	color:#393939;
	margin:8px 0px 0px 130px;
}
#submnu ul li{
	display:inline;
	background-color:#fff;
padding-left:5px;
}
#submnu ul li a{
	background-image: url(../images/marcado3.gif);
	background-repeat:  no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 10px;
	margin: 0px 10px 0px 0px;
	text-decoration:none;
	color:#393939;
	font-weight:bold;
	font-size:10px;
	text-transform:uppercase;
}
#submnu ul li a:hover{
	background-image: url(../images/marcado2.gif);
	background-repeat:  no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 10px;
	margin: 0px 10px 0px 0px;
	color:#750000;
	font-weight:bold;
	font-size:10px;
}
#submnu ul li p{
		display:inline;
	background-image: url(../images/marcado2.gif);
	background-repeat:  no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 10px;
	margin: 0px 10px 0px 0px;
	color:#750000;
	font-weight:bold;
	font-size:10px;
	text-transform:uppercase;
}


#mnuSecundario{
    clear:both;
	border-top:#D5D5D5 1px solid;
	border-bottom:#D5D5D5 1px solid;
	padding:0px 10px 3px 35px;
	margin:0px 0px 10px 0px;
	color:#4C4C4C;
	text-align:left;
	background-image: url(../images/detalle1.gif);
	background-repeat:  no-repeat;
	background-position: 5px 5px;
}

#dlLeft{
	border-right:#ccc 1px solid;
	background-image: url(../images/fondos/marcado1.gif);
	background-repeat:  no-repeat;
	background-position: left top;
	margin:0px;
	padding:0px 5px 0px 20px;
	float:left;
	width:285px;
}
#dlLeft dd{
	margin-left:0px;
}
#dlRight{
	background-image: url(../images/fondos/marcado1.gif);
	background-repeat:  no-repeat;
	background-position: left top;
	margin:0px;
	padding:0px 10px 0px 20px;
	float:right;
	width:160px;
}
#dlRight dd{
	margin-left:0px;
}
#dlCenter{
	border-right:#ccc 1px solid;
	background-image: url(../images/fondos/marcado1.gif);
	background-repeat:  no-repeat;
	background-position: left top;
	margin:0px 170px 0px 290px;;
	padding:0px 10px 0px 20px;
	width:230px;
}
#dlCenter dd{
	margin-left:0px;
}