
#vertnav{

	list-style: none;

	margin: 0px;

	padding: 0px;

}

#menuContainer {

	width: 145px;
	height: 225px;

}





#vertnav ul {

	padding:0px;

	margin:0px;

	list-style: none;

	z-index:99;

	overflow:visible;

	position:absolute;

	background-color:#FFFFFF;

	border: thin solid #cecdcd; /* este es el borde del recuadro de lo q se abre*/

      

}



#vertnav li {

	position: relative;

	display:block;

	margin:0px;

	width: 145px; /* este es el ancho de las celdas ppales, debe coincidir con el ancho de la tabla*/
	border-bottom-width: 1px; /* este es el ancho del borde de las celdas ppales*/
	border-bottom-style: solid; /* esta es la linea que separa los botones*/
	border-bottom-color: cecdcd; /* este es el color del borde de las celditas principales*/

}

#vertnav ul li{ background-color:#f3f2f1;} /* este es el color de fondo del recuadro q se abre */



#vertnav a {

	text-decoration:none;

	display:block; /*helps Opera with hover */

	width:90%; /* ESTE ES EL PROBLEMA!!!! */

	margin: 0px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px; /* tamaņo de la letra de los links*/

	color: #333333; /* color de la letra de los links */

	padding-top: 1%;

	padding-right: 0%;

	padding-bottom: 1%;

	padding-left: 5%; /* este es el margen izquierdo */

	/*height: 17px; */ /* este es el alto de las celdas, tb hay q modificar el de li hover */

}

#vertnav li:hover, #vertnav a:hover{

	background-color:#cecdcd; /*este es el color de fondo de celda cuando uno se pone encima*/

	/*height: 17px; */ /* este es el otro q hay q modificar */

}



#vertnav ul, #vertnav ul ul, #vertnav ul ul ul{

    display:none; 

    position:absolute; 

    top:0; 

    left:145px; /* esto es a partir de q ancho se abre el recuadro, debe coincidir con el ancho de la tabla*/

}



#vertnav li:hover ul ul, #vertnav li:hover ul ul ul{

    display:none; 

  

}



#vertnav li:hover ul, #vertnav ul li:hover ul, #vertnav ul ul li:hover ul{

    display:block;

}



li>ul { 

	top: auto;

	left: auto;

}



/* Win IE only \*/

* html #vertnav li{float:left;} 

/* end holly hack */

#vertnav span {

	color: #FF9900;

	margin-right: 5px;

}

.capa {

	float: left;

	margin-left: 20px;

	overflow: auto;

	/*height: 375px;*/

	width: 780px;

}

.borde_inferior {

	border-top-width: thin;

	border-right-width: thin;

	border-bottom-width: thin;

	border-left-width: thin;

	border-top-style: solid;

	border-right-style: none;

	border-bottom-style: solid;

	border-left-style: none;

	

	

	border-bottom-color: #ffb334;

	

}

.letra_contenido {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 14px;

	font-weight: normal;

	color: #CCCCCC;

}



.bordeImg {

	border: thin double #FFAD25;

}

.titulos {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 14px;

	font-weight: bold;

	color: #333333;

}

.imgFiliales {

	padding: 0px;

	clear: both;

	float: left;

	margin-top: 0px;

	margin-right: 20px;

	margin-bottom: 0px;

	margin-left: 0px;

}

#info {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	font-weight: bold;

	color: #646464;

	background-color: #F1F1EF;

	background-image: url(images/info.gif);

	background-repeat: no-repeat;

	background-position: left center;

	clear: both;

	float: none;

	margin-top: 0px;

	margin-right: auto;

	margin-bottom: 0px;

	margin-left: 20px;

	padding-top: 5px;

	padding-right: 30px;

	padding-bottom: 5px;

	padding-left: 30px;

	width: auto;

}

#auspicio {

	background-color: #FFFFFF;

	margin: 0px auto;

	padding: 5px;

	width: 50%;

}



#ulContenido {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;

}

#subtitulos {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	font-weight: bold;

	color: #FFFFFF;

	background-color: #FFB645;

	width: 100%;

	height: 20px;

	padding-top: 8px;

	padding-bottom: 2px;

	padding-left: 10px;

	border-top-width: medium;

	border-right-width: medium;

	border-bottom-width: medium;

	border-left-width: medium;

	border-bottom-style: solid;

	border-top-color: #C9C9C9;

	border-right-color: #C9C9C9;

	border-bottom-color: #C9C9C9;

	border-left-color: #C9C9C9;

	padding-right: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 10px;

	margin-left: 15px;

}
