@charset "utf-8";
*{
	font-family:Arial, Helvetica, sans-serif;
}
body
{
	background-color:#F2F2F2;
}
#principal {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color:#FFF;
}
#cabecera {
	background-image: url(../images/cabecera.jpg);
	height: 263px;
	width: 900px;
}
#cuerpo h2 {
	color: #224088;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: .5em;
	margin-left: 0px;
	padding-top:10px;
	font-size: 25px;
	font-weight: normal;
}
#cuerpo {
	margin-top: 0px;
	padding-right: 10px;
	background-image: url(../images/fondo.jpg);
	background-repeat: repeat-x;
}
#cuerpo h1 {
	text-align: center;
	font-size: 27px;
	font-weight: bold;
	color: #224088;
	margin: 0px;
	margin-bottom: 0.5em;
}
#cuerpo h3 {
	font-size: 16px;
	font-weight: normal;
	color: #224088;
	text-align: center;
	margin: 0px;
	margin-bottom: 0.5em;
}
#cuerpo span {
	font-size: 15px;
	color: #224088;
	text-align: center;
	display: block;
	margin-bottom: 0.5em;
}
#cuerpo p {
	border-bottom-width: 0px;
}
#form1 select {
	text-align: center;
	color: #224088;
}
#button {
	font-size: 16px;
	color: #FFF;
	background-color: #224088;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
}
#form1 {
	text-align: center;
}
#pie {
	background-color: #E9E9E9;
	height: 3em;
}
