@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	color: #0B4686;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #CCCCCC;
}
#container {
	width: 780px;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0B4686;
	border-right-color: #0B4686;
	border-bottom-color: #0B4686;
	border-left-color: #0B4686;
	background-color: #FFFFaa;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#header {
	padding: 0px;
	margin-bottom: 15px;
	background-image: url(../images/maqueta/cabecera.jpg);
	height: 180px;
	margin-top: 0px;
}
#header h1 {
	margin: 0;
	padding: 10px 0;
}
#sidebar1 {
	float: left;
	width: 150px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #194981;
	border-right-color: #194981;
	border-bottom-color: #194981;
	border-left-color: #194981;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#sidebar2 {
	float: right; /* dado que este elemento es flotante, debe asignarse un ancho */
	width: 135px; /* el relleno mantiene el contenido del div alejado de los bordes */
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #FFF9DE;
	color: #194981;
	margin-right: 20px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFde00;
	border-right-color: #FFde00;
	border-bottom-color: #FFde00;
	border-left-color: #FFde00;
	margin-bottom: 30px;
}
#mainContent {
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainContent p {
	font-size: 12px;
	text-align: justify;
}
#mainContent li {
	font-size: 13px;
}
a {
	color: #1A4586;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#footer {
	padding: 0 10px 0 20px;
	background-color: #EBEBEB;
}
#footer p {
	margin: 0; /* el ajuste en cero de los márgenes del primer elemento del pie evitará que puedan contraerse los márgenes (un espacio entre divs) */
	padding: 10px 0;
	color: #666666;
	font-size: 10px;
}
.fltrt { /* esta clase puede utilizarse para que un elemento flote en la parte derecha de la página. El elemento flotante debe preceder al elemento junto al que debe aparecer en la página. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* esta clase puede utilizarse para que un elemento flote en la parte izquierda de la página. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* esta clase debe colocarse en un elemento div o break y debe ser el último elemento antes del cierre de un contenedor que incluya completamente a un elemento flotante */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#sidebar1  p {
	font-size: 14px;
	text-align: center;
}
#sidebar1  .direccion {
	font-size: 9px;
	text-align: center;
}

table.eleccion {
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
.eleccion a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#container #mainContent li {
	color: #004386;
	margin-bottom: 10px;
}
h1, h2, h3 {
	color: #1C4583;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFde00;
	font-size: 15px;
}
h2 {
	font-size: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h3 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 12px;
}

.Estilo1 {
	color: #1A4686;
	font-weight: bold;
}

#mainContent .promo {
	float: right;
	width: 150px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#mainContent .promo table {
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
}
#mainContent .promo table table {
	margin-bottom: 0px;
}
#mainContent .promo .cabecera {
	padding-right: 10px;
	padding-left: 25px;
	line-height: 18px;
	font-size: 17px;
	font-weight: bold;
	background-image: url(../images/promo/promo_01.gif);
	background-repeat: no-repeat;
	background-color: #FF9A00;
	padding-top: 3px;
	padding-bottom: 3px;
}
#mainContent .promo .contenido {
	background-color: #004489;
	background-image: url(../images/promo/promo_02.gif);
	background-repeat: no-repeat;
	padding: 10px;
}
#mainContent .promo .contenido p {
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	text-align: center;
}
#mainContent .promo .contenido a {
	color: #FF9A00;
	text-decoration: underline;
	font-weight: bold;
}
#mainContent .promo .pie {
	font-size: 9px;
	line-height: 10px;
	color: #004489;
	background-color: #FF9A00;
	text-align: right;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}

/*** MENU DE NAVEGACION ***/
#nav {
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 25px;
	font-weight: bold;
	background-image: url(../images/maqueta/NAV-0-25.gif);
	color: #FFCD00;
}
#nav li li {
	font-size: 11px;
	background-image: url(../images/maqueta/NAV-1-25.gif);
	color: #1C4583;
}
#nav li li li {
	font-weight: normal;
	background-image: url(../images/maqueta/NAV-2-25.gif);
}
#nav li a, #nav li a:link, #nav li a:active {
	display: block;
	color: #FFCD00;
	text-decoration: none;
}
#nav li li a, #nav li li a:link, #nav li li a:active {
	color: #1C4583;
}
#nav li li li a, #nav li li li a:link, #nav li li li a:active {
	padding-left: 10px;
}
#nav li a:hover {
	text-decoration: underline;
	background-color: #00366F;
}
#nav li li a:hover {
	background-color: #FFE882;
}
#nav li li li a:hover {
	background-color: #FFFFCC;
}
#container  #header  #topMenu  {
	color: #FFFFAA;
	font-weight: bold;
}
#container #header #topMenu ul {
	padding: 0px;
	margin: 0px;
}
#container  #header  #topMenu  li  {
	list-style-type: none;
	float: right;
	margin-right: 10px;
	padding: 0px;
}
#container #header #topMenu li:hover {
	background-color: #002D5C;
}
#container #header #topMenu li a {
	color: #FFFFAA;
	text-decoration: none;
	display: block;
	padding: 3px;
}
#container #header #topMenu li a:hover {
	text-decoration: underline;
	background-color: #002D5C;
}
/*** FIN: MENU DE NAVEGACION ***/

/*** FORMULARIOS ***/
.filacampo, .filaSubcampo {
	width: 545px;
	float: left;
	margin-top: 6px;
	font-size: 11px;
}
.filaSubcampo {
	margin-top: 0px;
}
.filacampo h3 {
	margin-top: 12px;
	margin-bottom: 4px;
}
#mainContent .filacampoLOPD {
	width: 525px;
	float: left;
	margin-top: 6px;
	font-size: 8px;
	background-color: #FFFEDE;
	padding: 10px;
}
#mainContent    .filacampoLOPD p {
	font-size: 9px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#mainContent  .filacampoLOPD h1 {
	font-size: 12px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.etiqueta {
	width: 140px;
	text-align: right;
	line-height: 15px;
	padding-top: 4px;
	float: left;
	padding-right: 10px;
}
.campo {
	width: 395px;
	float: left;
}
.formulario h3 {
	padding-top: 0px;
}
#container #mainContent .filacampo li {
	font-size: 11px;
	line-height: 11px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
}
/*** FIN: FORMULARIOS ***/
