/* CSS Document */
body{
	background:#FFFFFF;
	background-image:url(recursos/imagenes/fondo.gif);
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#cabecera{
	background-image:url(recursos/imagenes/head.jpg);
	background-repeat:no-repeat;
	background-color:#013567;
	height:189px;
}
#menu_der{
	clear:both;
	float:right;

}

#menu_arr{
	vertical-align:middle;

	text-align:center;
	width:97%;
	background-color:#013567;
	background-image:url(recursos/imagenes/menuborder.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	line-height:15Px;
	clear:both;
	PADDING-left:15PX;
	padding-right:15PX;

	font-size:10px;
}

#menu_izq{
	
	background-color:#013567;
	background-image:url(recursos/estilos/Templates/..recursos/imagenes/menuborder.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	line-height:15Px;
	PADDING-top:10PX;
	PADDING-left:15PX;
	padding-right:15PX;
	padding-bottom:15px;
	font-size:10px;
	width:150px;
}



#menu_arr A:HOVER,#menu_izq A:HOVER,menu_arr,#menu_izq{
color: #FFCC00;

}

#menu_arr A,#menu_izq A{
	color:#FFFFFF;
	font-weight:bold;
}

#contenedor{
	width:95%;
	border-style:double;
	border-color:#CCCCCC;
	background-color:#FFFFFF;
	text-align:left;
}
#contenido{
	padding:20px;
	text-align:left;

}
#titulo1{
	text-align:center;
	color:#003366;
	font-size:14;
	font-weight:bold;
	padding-bottom:20PX;
}

#pie{
	clear:both;
	text-align:center;
	background-color:#013567
}
#dv_fecha{

	margin-top:15px;
	float:right;
	padding-right:20px;
	color:#FFFFFF;
	
	vertical-align:bottom;
}
.Boton{
    background-color:#404040;
    color:white;
}