html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
#barra {
	background-color: #28597F;
	width: 100%;
}

#encabezado {
	background-repeat: no-repeat;
	background-position: right top;
	height: 229px;
	width: 100%;
	background-color: #F2F2F0;
	min-width: 1010px;
}
#menu {
	background-color: #28597F;
	color: #FFFFFF;
	height: 54px;
	width: 100%;
	text-align: center;
	min-width: 1010px;
}

#menu ul li a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10pt;
}
#contenido h2 {
	color: #977000;
	text-align: left;
}
#menu ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menu ul li {
	display: inline;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#menu ul li.inicio {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contenido #izq {
	float: left;
	width: 50%;
}
.centrado {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.marron {
	color: #977000;
}
#contenido a {
	color: #28597F;
}
#contenido #der {
	float: left;
	width: 50%;
}
#logos {
	text-align: right;
	display: block;
	height: 60px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.enfasis {
	font-weight: bold;
	font-size: 12pt;
}
#form1 legend {
	color: #28597F;
	font-weight: bold;
}
#form1 #Formulario {
	background-color: #28597F;
	color: #FFFFFF;
}
#contenido .centrado h3 {
	background-color: #365F91;
	color: #C2D69B;
	padding: 5px;
	text-align: center;
	width: 600px;
}
