/*MENU LATERAL IZQUIERDA*/
.contenedorContenido{ 
	width:100%; 
	background:#ebebeb url(../images/FondoMenu.jpg) left bottom no-repeat;
}

.contenedorContenidoMenu{
	display:block;
	width:170px;
	min-height:500px;
	height:auto !important;
	height:500px;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:15px;
}

.contenedorContenidoMenu ul li{
	text-align:right;
	float:right;
	border-bottom:#666666 dotted 1px;
	width:160px;
	margin-right:2px;
	padding:2px 0px 2px 0px;
}
													
.contenedorContenidoMenu ul li a{
	text-decoration:none;
	display:block;
	color:#666666;
	font-size:0.7em;
	font-weight: bolder;
	background:url(../images/cuadradaogris.gif) 150px center  no-repeat ;
	padding-right:20px;
	margin-right:0px;
	width:140px;
}													
													
.contenedorContenidoMenu ul li a:hover{
	background: url(../images/cuadrado-gris-pequeno.gif) 150px center  no-repeat;
	text-decoration:underline;
}

.contenedorContenidoMenu ul li ul.subMenu{ 
	margin:0;
}
													
.contenedorContenidoMenu ul li ul.subMenu li { 
	border-bottom:none;
	background:none;
	width:160px;
	display:block;
	padding-bottom:0px;
}
.contenedorContenidoMenu ul li ul.subMenu li.primero { 
	margin-top:1px;
	border-top:#666666 dotted 1px;
}
.contenedorContenidoMenu ul li ul.subMenu li a{ 
	font-weight:normal; 
	color:#c38f0c; 
	padding-right:15px; 
	background:url(../images/cuadradadoMarronHOVER.gif)  151px center no-repeat ;
	width:130px;
	display:block;
	margin-right:5px;
	width:140px;
}

.contenedorContenidoMenu ul li ul.subMenu li a:hover{ 
	font-weight:normal; 
	color:#666666; 
	padding-right:15px; 
	background: url(../images/cuadrado-gris-pequeno.gif)  151px center no-repeat;
	text-decoration:underline;
}													
													
.contenedorContenidoMenuFoto{
	display:block;
	width:170px;
	height:62px;
	padding-top:14px;
	background:#ebebeb url(../images/fotoMenus.jpg) right bottom no-repeat;
	margin-bottom:15px;
}

.contenedorContenidoMenuFoto span{
	display:none;
}

.contenedorContenidoMenu ul.listadoMarron li a{ 
	background: url(../images/cuadradaoMarron.gif) 150px center  no-repeat;
	color:#cca239;
}

.contenedorContenidoMenu ul.listadoMarron li a:hover{
	background: url(../images/cuadradadoMarronHOVER.gif) 150px center  no-repeat;
}
