@charset "iso-8859-1";
/* CSS Document */
#menu_encabezado {
	height:30px;
	background-color: #3C98DD;
}
#marquesina {
}
#borde_marquesina {
	border: 10px solid #93A5C4;
	width:400px;
	height:180px;
	padding:5px;
	margin-top:10px;
}
#linea_horizontal {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-left:5px;
	margin-right:5px;
}
#modulo {
	background-color: #B6DCFC;
	border: thin solid #069;
}
#modulo a:link, #modulo a:visited {
	padding-left:5px;
	color:#000;
	text-decoration:none;
}
#modulo a:hover {
	text-decoration:underline;
}
#titulo_modulo {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #069;
	background-color: #3C98DD;
	padding-left: 5px;
	font-weight:bold;
}

