@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	line-height: 1.5em;
	background-color:#E8D5BE;
}
form.Formulario label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	display: inline;
	width: auto;
	margin-left: 10px;	
	color: red;
	font-style: italic
}
#menu_izquierdo{
	/*border:1px #999999 dotted;*/
	width:189px;
	height:100%;
	background-color:#FFF5EC;
}
#menu_derecho{
	/*border:1px #999999 dotted;*/
	text-align:center;
	height:100%;
	background-color:#FFF5EC;
}
#contenido_central{
	/*border:1px #999999 dotted;*/	 
	width:601px;
	height:100%;
}
#banners{	
	background-color:#FFD7AE;
	padding:0px;
	margin:10px 10px 10px 15px;
	width:160px;
}
a.ListadoProv{
	text-decoration:none;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	margin:10px;
	padding-left:22px;
	background: url(/imagenes/vinieta_8.jpg) left no-repeat;
	/*border:1px solid #333333;	*/
}
a.ListadoProv:hover{
	text-decoration:underline;
}

a.Listado3{
	text-decoration:none;
	color:#960E28;
	font-weight:bold;
	/*border:1px solid #333333;	*/
}
a.Listado3:hover{
	text-decoration:underline;
}
a.Listado2{
	text-decoration:none;
	color:#960E28;
	margin:10px;
	padding-left:22px;
	background: url(/imagenes/vinieta_6.gif) left no-repeat;
	/*border:1px solid #333333;	*/
}
a.Listado2:hover{
	text-decoration:underline;
}
a.Listado{
	display:block;
	margin:5px;
	text-decoration:none;
	color:#960E28;
	padding-left:22px;
	background: url(/imagenes/vinieta_6.gif) left no-repeat;
	/*border:1px solid #333333;	*/
}
a.ListadoHover,a.Listado:hover{
	display:block;
	margin:5px;
	text-decoration:none;
	color:#FFFFFF;
	background-color:#E55079;
	padding-left:22px;
	background-image:none;
	/*border:1px solid #333333;	*/
}
#Listado{
	margin:5px;
	width:130px;
	height:170px;
	float:left;
	text-align:center;
	/*border:1px solid #333333;	*/
}
#Listado p{
	display:block;
	color:#8C4600;
	text-align:center;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:5px;		
}
#Listado a{
	display:block;
	text-align:center;
	width:120px;
	height:120px;
	/*border:1px solid #333333;*/
}