@charset "utf-8";
/* CSS Document */

body{
	width: 1200px;
	margin-right: auto;	
	margin-left: auto;
	text-align: center;
	background-color:#fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;

}

p {
	margin-top: 0.5em;
	margin-right: 0.75%;
	margin-bottom: 0.5em;
	margin-left: 1.5%;	
	font-size: 0.8em;
	/*text-align: justify;*/
}

a {
	text-decoration: none;
	color: #225980
}
a:hover {
	text-decoration: underline;
	color: #225980;
}
a:visited {
	text-decoration: none;
	color: #225980;
}
h1 {
	color: #0066CC;/*#225980;*/
	font-size: 1.2em;
	font-weight: normal;
	text-align: left;
	margin-top: 0.2em;
	margin-right: 1em;
	margin-bottom: 0.3em;
	margin-left: 1em;
}
h2 {
	color: #225980; /*#2F78AE;*/
	font-size: 1em;
	text-align: left;
	margin-top: 0.2em;
	margin-right: 1em;
	margin-bottom: 0.3em;
	margin-left: 1em;
}
.impo {
	color: #225980; 
	font-size: 1em;
	font-weight: bold;
}
.rojito {
	color: #F00; 
	font-size: 0.7em;
	display:inline;
}
abbr {
	text-decoration:underline
}
* img{
	border: none;
}

ul.classic {
	list-style-image: inherit;
 	margin-bottom: 1em;
 	/*padding-left: 2em;*/
 	margin-left: 1.5%;
 	margin-right: 0.75%;
}
dt {
	margin-right: 1.50%;
	margin-left: 1.50%;
	text-align: left;
	font-size: 0.7em;
}
dl {
	font-weight: bold;
	margin-right: 1.50%;
	margin-left: 1.50%;
	text-align: left;

}
dd {
	font-weight: normal;
	margin-right: 1.50%;
	margin-left: 1.50%;
	text-align: left;
	font-size: 0.8em;
}
table {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 0.8em;
	border: 1px solid #0066FF;
	border-collapse: separate;
	padding: 0.8%;
	empty-cells:show;
}
th {
	font-weight: bold;
	background-color: #0066FF;
	color: #FFFFFF; 
}
td {
	border: 1px solid #fff;
	border-right: 1px solid #999;
	border-bottom: 1px solid #ccc;
	text-align: left;
	padding-left: 0.5%; 
}

b.rtop, b.rbottom{
    display:block;
	background: #fff;
}
b.rtop b, b.rbottom b{
	display:block;
	height: 1px;
    overflow: hidden; 
	background: #E9E9E9;
}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{
	margin: 0 1px;
	height: 2px
}

b.rtop1, b.rbottom1{
    display:block;
	background: #E9E9E9;
}
b.rtop1 b, b.rbottom1 b{
	display:block;
	height: 1px;
    overflow: hidden; 
	background: #BCE2FA;
}
b.rtop1 b.r4, b.rbottom1 b.r4{
	margin: 0 1px;
	height: 2px;
}
 
b.rtopp, b.rbottomp{
    display:block;
	background: #fff;
}
b.rtopp b, b.rbottomp b{
	display:block;
	height: 1px;
    overflow: hidden; 
	/*background: #FFBE7D;*/
}
b.rtopp b.r4, b.rbottomp b.r4{
	margin: 0 1px;
	height: 2px
} 
 
b.rtopf, b.rbottomf{
    display:block;
	background: #E9E9E9;
}
b.rtopf b, b.rbottomf b{
	display:block;
	height: 1px;
    overflow: hidden; 
	background: #FF6600;
}
b.rtopf b.r4, b.rbottomf b.r4{
	margin: 0 1px;
	height: 2px
} 
 
#todo {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #E9E9E9;
}
#cabecera {
	width: 100%;
	height: 9em;
	position: relative;
	clear: both;

}
#cabecera1 {
	width: 32%;
	float: left;
	margin-top: 19px;
	margin-left: 0.5em;
	text-align: left;
}
#cabecera2 {
	width: 32%;
	float: left;
	text-align: center;
	margin-top:20px;
	margin-right: auto;
	margin-left: auto;
}
#cabecera3 {
	width: 33.5%;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	font-size: 0.8em;
}
#cabecera3 img {
	vertical-align: middle;
}
#noticia {
	position:absolute;
	top: 5%;
	left: 16%;
	overflow: hidden;
	z-index: 1;
}
#menu {
	width: 100%;
	height: 33px;
	background-color: #FF6600;
	text-align: center;
	margin-top: 15px;
	border-right: 2px solid #E95A41;
	border-bottom: 2px solid #E95A41;
}
#menu_arr {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#cuerpo {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	clear: both;
	position: relative;
	overflow: hidden;
}
#cuerpo_col1 {
	width: 63%;
	float: left;
	margin-top: 1em;
	margin-right: 1.50%;
	margin-left: 0.75%;
	text-align: justify;
}
#cuerpo_col1 ul {
	list-style-image: url(../Images/Ok.gif);
  	font-size: 0.8em;
	margin-left: 10%;
	line-height: 2em;
	vertical-align: middle;
}
#cuerpo_col1 ol {
	list-style: lower-roman;
  	font-size: 0.8em;
	margin-left: 10%;
	line-height: 2em;
	vertical-align: middle;
}
#cc1_izq {
	float: left;
	width: 46.25%;
	position: relative;
	overflow: hidden;
	margin-right: 0.75%;
	margin-left: 1.50%;
}

#cc1_der {
	float: left;
	width: 46.25%;
	position: relative;
	overflow: hidden;
	margin-right: 1.50%;
	margin-left: 0.75%;
}

#arriba {
	width: 100%;
	text-align: justify;
}
#centro {
	width: 100%;
	position: relative;
	overflow: hidden;
}
#centro_izq {
	float: left;
	width: 48%;
	margin-right: 0.75%;
	margin-left: 0.75%;
	text-align: justify;
}
#centro_izq img {
	/*margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 3.7em;*/
	margin-right: auto;
	margin-left: 6%;
	text-align: center;
	margin-top: 15%;
	margin-bottom: 15%;	
}
#mapa {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#formulario {
	width: 100%;
	overflow: hidden;
	text-align: justify;
}
fieldset  {
	color: #666;
	padding: 2px;
	border: solid 1px #d3d3d3;
	}
	
legend  {
	color: #666;
	font-weight: bold;
	font-variant: small-caps;
	background-color: #d3d3d3;
	padding: 2px 6px;
	margin-bottom: 8px;
	}
label {
	font-weight: bold;
	line-height: normal;
	text-align: right;
	margin-right: 1.5%;
	width: 30%;
	float: left;
	display: block;
	margin-bottom: 0.2em;
	}
input.formInputText   {
	font-size: 0.8em;
	color: #A6A6CA;
	background-color: #fee;
	padding: 2px;
	border: solid 1px #f66;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 15px;
	}
	
select.formSelect  {
	font-size: 0.8em;
	color: #A6A6CA;
	background-color: #fee;
	padding: 2px;
	border: solid 1px #f66;
	margin-right: 5px;
	margin-bottom: 5px;
	cursor: pointer;
	}

select.formSelect:hover  {
	color: #333;
	background-color: #ccffff;
	border: solid 1px #006600;
	}
	
select.formSelect:focus  {
	color: #000;
	background-color: #ffffff;
	border: solid 1px #006600;
	}

input.formInputButton {
	/*width: 8em;*/
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 1em;
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	}
#centro_der {
	float: left;
	width: 48%;
	border-left: 1px solid #ccc;
	margin-left: 0.75%;
	margin-right: 0.75%;
	text-align: justify;
}
#centro_der ul {
	list-style: none;
	font-size: 0.8em;
	display: block;
}
#centro_der img {
	margin-right: auto;
	margin-left: 6%;
	text-align: center;
	margin-top: 15%;
	margin-bottom: 15%;
}
#abajo {
	width: 100%;
	margin-top: 0.5em;
	/*margin-bottom: 0.5em;*/
	position: relative;
	overflow: hidden;
}
#abajo ul {
	list-style: none;
	text-align: left;
}
#abajo p {
	margin-left: 1.5%;
}
#cuerpo_col2 {
	width: 32.5%;
	position: relative;
	margin-top: 1em;
	margin-right: 0.75%;
	margin-left: 1.50%;
	background-color: #BCE2FA;
	overflow: hidden;
	
}
#cuerpo_col2 h1 {
	text-align: center;
	
}
#blog_enc {
	position: relative;
	overflow: hidden;
	text-align: center;
}
.fecha_blog {
	float: left;
	margin-top: 0.5em;
	margin-right: 1.50%;
	margin-left: 1.50%;
	width: 50px;
	height: 50px;
	background-color: #0066CC;
	border: 1px solid #cccccc;
	color: #fff;
	position: relative;
	overflow: hidden;
}
.fecha_blog p {
	margin-top:0.5em;
	margin-bottom: 0.5em;
	text-align: center;
	position: relative;
}
.titulo_blog p{
	padding-top: 0.5em;
	color: #225980;
	font-size: 1em;
	font-weight: normal;
	position: relative;
	text-align: left;
}
.content_blog {
	margin-left: 0.75%;
	margin-right: 0.75%;
	margin-bottom: 1em;
	position: relative;
}
.content_blog p{
	text-align: justify; 
}
.content_blog li{
	padding-top: 0.5em;
	color: #225980;
	font-size: 0.8em;
	font-weight: normal;
	text-align: left;
}
#formulario_col2 {
	width: 100%;
	overflow: hidden;
	text-align: left;
	font-size: 0.8em;
}
#cuerpo_col2 fieldset  {
	color: #fff;
	padding: 2px;
	border: solid 1px #0066CC;
	margin-right: 1.5%;
	margin-left: 1.5%;
	}
	
#cuerpo_col2 legend  {
	color: #fff;
	font-weight: normal;
	font-variant: small-caps;
	background-color: #0066CC;
	padding: 2px 6px;
	margin-bottom: 8px;
	}
#cuerpo_col2 label {
	font-weight: bold;
	line-height: normal;
	text-align: left;
	margin-right: 1.50%;
	width: 40%;
	float: left;
	display: inline;
	margin-bottom: 0.2em;
	color: #0066CC;
	}
#cuerpo_col2 label a {
	text-decoration: underline;
}	
#cuerpo_col2 input   {
	color: #007AF4;
	background-color: #fff;
	padding: 2px;
	border: solid 1px #2492FF;
	margin-right: 0.5%;
	font-size: 1.3em;
	}
	
#cuerpo_col2 select  {
	color: #007AF4;
	background-color: #fff;
	padding: 2px;
	border: solid 1px #2492FF;
	margin-right: 0.5%;
	cursor: pointer;
	font-size: 1.3em;
	}
#cuerpo_col2 textarea  {
	color: #007AF4;
	background-color: #fff;
	padding: 2px;
	border: solid 1px #2492FF;
	margin-right: 0.5%;
	cursor: pointer;
	font-size: 1.3em;
	}	
#cuerpo_col2 input.formInputButton {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 1.1em;
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	}
	
#pie {
	position: relative;
	clear: both;
	overflow: hidden;
	margin-top: 0.5em;
    margin-bottom: 0.5em;
	
}
#pie ul {
	list-style: none;
	text-align: left;
	font-size: 0.7em;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	margin-left: 0.5em;
}
#pie strong {
	font-weight: bold;
	color: #0066CC;/*#A6A6CA;*/
}
#pie_menu {
	width: 100%;
	position: relative;
	overflow: hidden;
}
#pcol1 {
	float: left;
	width: 30%;
	border-right: 1px solid #8D8D8D;
	margin-right: 1em;
	margin-left: 1em;
}
#pcol2 {
	float: left;
	width: 20%;
	margin-left: 15px;

}
#pcol3 {
	float: left;
	width: 20%;

}
#pcol4 {
	float: left;
	width: 20%;
}
#pie_abj {
	clear: both;
	position: relative;
	overflow: hidden;
	line-height: 2em;
	width: 100%;
	font-size: 0.8em;
}
#copyw {
	float: left;
	width: 42%;
	text-align: left;
	margin-left: 1.5%;
	margin-right: 0.75%;
}
#validar {
	float: left;
	width: 15%;
	text-align: center;
	margin-right: 0.75%;
	margin-left: 0.75%;
}
#aviso {
	width: 37%;
	float: left;
	text-align: right;
	margin-left: 0.75%;
	margin-right: 1.5%;
}
#aviso ul {
	list-style: none;
}
#aviso li {
	display: inline;
	text-align: right;
}
hr {
	margin-left: 1.5%;;
	margin-right: 1.5%;;
	color: #ccc;
}
.ciudad {
	float: left;
	width: 20%;
	margin-left: 1em;
	margin-right: 1em;
	/*margin-bottom: 0.5em;*/
	font-size: 0.8em;
}
.ciudad ul {
	list-style-image: none;
}
.error {
	background: #FFD2D9;
	color: #FF0000;
}
.centrado {
	width: 100%;
	margin-top: 10%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.resalta {
	background-color: #0066FF;
	color: #FFFFFF;
	text-align: right;
}
.celda_centro {
	text-align: center;
}
.normal {
	font-size: 0.8em;
	font-weight: normal;
	color: #000;
	text-align: left;
}
