
body {
	background-color: #e5e5e5;
	margin-right: 0;
}

body, input, textarea, select {
	font-family: Arial;
	font-size: 12px;
}


.contenedor {
	width: 980px;
	background-color: #ffffff;
	padding: 5px;
	margin: 0px auto 0px auto;
}

#logooas {
	margin-left: 400px;
}

.izq {
	width: 764px;
	float: left;
	padding-right: 10px;
}

.der {
	width: 200px;
	float: left;
}

.encabezado .der {
	margin: 0 1px 0 1px;
}

.encabezado .der-sup {
	border: 1px solid #000000;
	background-color: #e5e5e5;
	text-align: center;
}

.encabezado {

	background-repeat: no-repeat;
	background-position: 70% 71%;
}

.linea-naranja {
	background-color: #f7b025;
	height: 24px;
	margin-bottom: 3px;
}

.linea-verde {
	background-color: #349f58;
	height: 7px;
	line-height:0;
	margin-bottom: 5px;
}

.linea-azul {
	margin-top: 5px;
	background-color: #0087c3;
	height: 17px;
}

.linea-gris {
	margin-top: 5px;
	background-color: #acb0b3;
	height: 3px;
	line-height:0;
}

.menu {
	width: 160px;
	float: left;
}

.menu ul {
	padding: 0;
	margin: 5px 0;
	list-style-type: none;
}

.menu ul li {
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom: 1px dashed #000000;
	margin-bottom: 15px;
}

.menu ul li a {
	text-decoration: none;
	color: #0087c3;
	font-weight: bold;
	font-size: 14px;
}

.menu ul li a:HOVER {
	color: #000000;
}

.menu a.activo {
	color: #000000;
}

ul.submenu li {
	padding: 0 0 2px 0;
	border-bottom: 1px solid #0087c3;
	margin: 0 0 5px 10px;
}

ul.submenu li a {
	font-size: 11px;
}

.cuerpo {
	padding-top: 10px;
	display: table;
	/*height:400px;*/
	width: 980px;
}

.contenido {
	float: left;
	width: 575px;
	padding: 0 20px 0 20px;
	min-height: 400px; 
	height:auto !important;
	height:400px;
}

.cuerpo .der-caja {
	border: 1px solid #acb0b3;
	background-color: #e9eef4;
	margin-bottom: 10px;
}

h1 {
	margin-top: 0;
	margin-bottom: 25px;
	padding-bottom: 10px;
	color: #0087c3;
	font-weight: bold;
	font-size: 20px;
	font-style: italic;
	border-bottom: 1px solid #f7b025;
}

h2 {
	margin: 0;
	padding: 10px;
	color: #0087c3;
	font-weight: bold;
	font-size: 14px;
}

h3 {
	margin: 0 0 20px 0;
	padding: 10px;
	color: #0087c3;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid #f7b025;
	font-style: italic;
}

.destacadas {
	font-style: italic;
}

.pie {
	padding: 5px 0 5px 0;
	background-color: #0087c3;
	text-align: center;
}

.pie ul {
	margin: 0;
}

.pie ul li {
	display: inline;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
}

.pie ul li a {
	text-decoration: none;
	color: #ffffff;
	padding: 0 10px 0 10px;
}

.pie ul li a:HOVER {
	text-decoration: underline;
}

.pie p {
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	margin: 5px 0 5px 0;
}

p.energy {
	color: #000;
	background-color: #ffffff;
	padding: 5px;
	font-style: italic;
}

.idioma-izq {
	float: left;
	width: 80px;
	padding: 5px 0 5px 20px;
	line-height: 20px;
}

.idioma-der {
	float: right;
	width: 85px;
	padding: 5px 0 5px 0;
	line-height: 20px;
}

.idioma-izq a, .idioma-der a {
	color: #b3b3b3;
	text-decoration: none;
}

.idioma-izq a:HOVER, .idioma-der a:HOVER {
	color: #0087c3;
}

a.activo {
	color: #0087c3;
	font-weight: bold;
}

.caja, .boton {
	border: 1px solid #a4a9ad;
}

.boton {
	background-color: #b3b3b3;
	color: #ffffff;
	font-weight: bold;
	padding: 0 5px 0 5px;
	cursor: pointer;
}

.der form {
	margin: 0;
	padding: 0 10px 10px;
}

.detalle {
	padding-bottom: 20px;
	display: table;
	width: 100%;
}

.listado-fila {
	margin-bottom: 15px;
	border-bottom: 2px dashed #0087c3;
	padding-bottom: 5px;
	display: table;
	width: 100%;
}

.listado-fila a {
	color: #0087c3;
	text-decoration: none;
}
.listado-fila a:HOVER {
	color: #000000;
}

.listado-fila p {
	margin: 0;
}

.listado-titulo {
	width: 348px;
	float: left;
}

.listado-detalles {
	width: 220px;
	float: left;
	background-color: #E5E5E5;
	border: 1px solid #b3b3b3;
	padding: 10px 0 10px 5px;
	line-height: 17px;
}

.archivos-rel {
	width: 400px;
	background-color: #E5E5E5;
	border: 1px solid #b3b3b3;
	padding: 10px;
	display: table;
}
.archivos-rel-linea {
	border-bottom: 1px solid #000;
	width: 400px;
	display: table;
}
.archivos-rel-izq {
	width: 360px;
	padding: 5px 0 5px 10px;
	float: left;
}
.archivos-rel-der {
	width: 30px;
	padding: 5px 0 6px 0;
	float: left;
}

em {
	font-weight: bold;
	font-style: normal;
}

#idioma {
	border: 4px double #0087c3;
	width: 192px;
	display: table;
	background-color: #fff;
}

.paginado {
	text-align: center;
	padding: 10px 0 30px 0;
	font-weight: bold;
	font-size: 14px;
}
.paginado a {
	text-decoration: none;
	color: #0087c3;
}
.paginado a:HOVER {
	color: #000000;
}



.buscador form {
	margin: 20px auto;
	width: 500px;
}

.buscador form fieldset {
	border: 1px solid #0087c3;
	padding: 5px;
}

.buscador form legend {
	font-weight: bold;
	border: 1px solid #b3b3b3;
	background-color:#e9eef4;
	color: #0087C3;
	padding: 5px 10px 5px 10px;
	margin-bottom: 10px;
}

.buscador form label {
	width: 150px;
	display: block;
	float: left;
	padding: 3px;
	background-color:#e9eef4;
	margin-right: 5px;
	font-weight: bold;
}

.buscador form input, .buscador form select {
	margin-bottom: 5px;
}

.buscador form #TextoSubmit {
	text-align: center;
	padding: 10px 0 5px 0;
	border-top: none;
	background-color:#e9eef4;
}

.tabla-listado {
	margin: 0 auto;
}
.tabla-listado, .tabla-fila {
	width: 580px;
	display: table;
}

.tabla-header {
	color: #fff;
}

.tabla-header div {
	background-color: #0087c3;
	text-align: center;
	padding: 5px 2px 5px 2px;
	font-weight: bold;
	border: 1px solid #fff;
}

.tabla-fila div, .tabla-header div {
	float: left;
}

.tabla-fila div {
	line-height: 20px;
	padding: 2px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.tabla-fila {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.contenido ul {
	margin-top: 0;
}


.cajas-home {
	display: table;
	width: 100%;
}
.caja-home1 {
	border: 1px solid #0087C3;
	width: 240px;
	padding: 0 10px;
	margin-bottom: 0;
	min-height: 200px; 
	height:auto !important;
	height:200px;
}
.caja-home2 {
	margin-top: 30px;
	border: 1px solid #acb0b3;
	background-color: #e9eef4;
	width: 553px;
	padding: 10px;
	min-height: 150px; 
	height:auto !important;
	height:150px;
}
.caja-home1 a, .caja-home2 a {
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #0087c3;
}
.caja-home1 h2 {
	border: 1px solid #acb0b3;
	background-color: #e9eef4;
}
.caja-home1 h2, .caja-home2 h2 {
	padding: 2px 2px 2px 10px;
	margin: 10px 0 10px 0;
}
.caja-home2 h2 {
	border: 1px solid #acb0b3;
	background-color: #fff;
	margin-bottom: 20px;
}
.caja-home1 h4 {
	width: 110px;
	margin: 0;
	float: left;
}
.caja-home2 h4 {
	margin: 0;
}
.caja-home1 a:HOVER {
	color: #000000;
}

#calendar-container .calendar tbody .day {
	width: 4em;
	height: 4em;
}

.evento {
	background-color: #0087C3;
	color: #fff;
	font-weight: bold;
}

.avanzado {
	text-align: right;
	padding: 0 5px 5px 0;
}
.avanzado a {
	text-decoration: none;
	color: #0087c3;
	font-weight: bold;
}
.avanzado a:HOVER {
	color: #000000;
}


.mas-result {
	text-align: right;
}
.mas-result a {
	color: #0087c3;
	font-weight: bold;
}
.mas-result a:HOVER {
	color: #000000;
}

.cida {
	margin:10px;
}

table {
	border-collapse: collapse;
}
table td {
	vertical-align:top;
}

.paises-det-rel {
	width: 400px;
	border: 1px solid #b3b3b3;
	padding: 10px;
	display: table;
}
.paises-det-linea {
	border-bottom: 1px solid #000;
	width: 400px;
	display: table;
}
.paises-det-izq {
	width: 360px;
	padding: 5px 0 5px 10px;
	float: left;
}

.paises-det-izq a{
	color:#000000;
	text-decoration:none;
}

.paises-det-izq a:hover{
	color:#000000;
	text-decoration:underline;
}


.paises-det-der {
	width: 30px;
	padding: 5px 0 6px 0;
	float: left;
}
