/*desarrollado por GRAFICMEDIA.cl*/

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #003466;
	background-image: url(images/fondo_3.gif);
	background-repeat:   repeat-x;
	background-position: center top;
}
#contenedor {
	width: 756px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	border: thick solid #FFFFFF;
	height: 580px;
}
#top {
	width: 100%;
	background-color: #FFFFFF;
	height: 160px;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#info {
	width: 100%;
	background-color: #FFFFFF;
	height: 380px;
}
#contenedor #creditos {
	background-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
strong {
	font-size: 13px;
	color: #013D6F;
	font-weight: bold;
}
h1 {
	font-size: 15px;
	color: #04396D;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	line-height: -5px;
}
a {
	font-size: 14px;
	font-weight: bold;
	color: #023086;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

