@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
	
#encabezado {

	margin: 0px auto;

	width:100%; 

	height:57px;

	position:relative;

	background-color: #003277;

	/*background-image: url(img/encabezado.png);*/

	background-repeat: no-repeat;

	background-position: center top;

	}
#page {
	border:1px solid #cccccc;
	margin-top:0px;
	margin: 0px auto;
	position: relative;
	width: 970px;
	background-color: white;
	background-position: center;	
	}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	font-weight: normal;
	text-decoration: none;
}
a:link {
	color: #c54e1b;
	text-decoration: none;
}
a:active {
	color: #c54e1b;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}

