body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	background-color: #0059a2;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}
a:link {
	color: ffcb05;
	font-weight: bold;
}
a:visited {
	color: ffcb05;
}
a:hover {
	color: ffcb05;
}
a:active {
	color: ffcb05;
}
h1 {
	font-size: 20px;
	color: #0059a2;
	font-weight: normal;
}
h2 {
	font-size: 16px;
	color: #0059a2;
}
.header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 313px;
}
.contenido {
	background-color: #FFFFFF;
	padding: 20px;
}
p {
	margin-top: 0px;
}
.footer {
	text-align: right;
	padding: 10px;
}
.pagina {
	position:absolute;
	width: 500px;
	left:50%;
	margin-left: -250px;
	z-index:1;
	overflow: hidden;
}


.caja_principal {
	position:absolute;
	left:50%;
	top:50%;
	width:760px;
	z-index:1;
	overflow: hidden;
	margin-left: -380px;
	margin-top: -285px;
}



h3 {
	font-size: 14px;
	color: #0059a2;
}
