﻿body {
	font-family:Georgia;
	margin-bottom:0px;
	margin-top:0px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	width:600px;
}
#Encabezado {
	background-color: #1A2D66;
	text-align:left;
	padding: 0px;
	width:580px;
	margin-bottom:2px;
	padding-right:20px;
}
#Pie{
	background-color: #1A2D66;
	width: 600px;
	max-width: 600px;
	text-align:center;
	font-size:11px;
	color:white;
	line-height:1px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:2px;
	margin-top:0px;
}
#Pie a{
	color:#7E7E7E;
	font-style:normal;
	text-decoration:none;
	font-weight:bolder;
}
#Pie a:hover{
	color:#632323;
	font-style:normal;
	text-decoration:underline;
	font-weight:bolder;
}
#Centro {
	width:600px;
	max-width:600px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
	text-align:center;
}
#Centro p{	
	font:14px georgia;
	text-align:justify;
	line-height:24px;
	color:#333333;
}

#Centro a{
	color:#B31B1B;
	font-family:14px georgia;
	font-style:normal;
	text-decoration:none;

}
#Centro a:hover{
	color:#7E7E7E;
	font-family:14px georgia;
	font-style:normal;
	text-decoration:underline;
	
}
#Centro h1{
	text-align:left;
	font-weight:bold;
	font:18px georgia;
	color: #B31B1B;

}
#Centro h2{
	font:15px georgia;
	color: #B31B1B;
	font-weight:bold;
	
}
