/* CSS Document */

/* Etiquetas */
body {
	background: #c9cee8 url(../images/fondo_azul.png) repeat-y top left;
	color: #1b1b1f;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 130%;
	margin: 0px;
}

a:link {
	color: #002C79;
}
a:visited {
	color: #00399D;
}
a:active {
	color: #0045BF;
}
a:hover {
	color: #0045BF;
}

h1 {
	font-size: 30px;
	line-height: 130%;
}

h2 {
	font-size: 22px;
	line-height: 130%;
}

h3 {
	font-size: 18px;
	line-height: 130%;
}

h4 {
	font-size: 14px;
	line-height: 130%;
}

img {
	border: none;
}

input {
	font-family: times, "times new roman", serif;
	font-size: 14px;
}

ul, ol {
	margin-bottom: 10px;
}

dt {
  margin-top: 20px;
}

dd {
  margin-bottom: 20px;
  margin-left: 80px;
}

/* Clases */

.pie_foto {
	text-align: left;
	font-family: georgia, "times new roman", times, serif;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	width: 100px;
	background: #ffffff;
}

.aboutus {
	text-align: left;
	margin-top: 60px;
}

.aboutus td, th {
	border: none;
	padding-right: 15px;
	font-weight: bold;
	color: #9d8c84;
}

.aboutus a {
	color: #9d8c84;
}

.sitemap {
	text-align: left;
}

.sitemap td, th {
	border: none;
	padding-right: 15px;
	padding-bottom: 35px;
	font-weight: bold;
	color: #27216d;
}

.sitemap a {
	color: #27216d;
	font-family: "times new roman", times, serif;
	font-size: 11px;
	background: #eaedf7;
	padding: 3px 10px;
}

.img_menu {
	margin: 0px;
	border: 0px;
	padding: 0px;
}

.titular {
	text-align: center;
}

.atencion {
	color: #dd0000;
}

.centrado {
	text-align: center;
}

.free {
	font-weight: bold;
	/*	text-decoration: underline; */
	color: #f29000;
}

.grande {
	font-weight: bold;
	font-size: 18px;
}

.grande_rojo {
	font-weight: bold;
	font-size: 18px;
	color: Red;
}

.rojo {
	color: Red;
}

.example {
	font-size: 12px;
}

.encabezamiento {
	width: 100%;
	padding: 0px;
	margin: 0px;
	border: none;
}

.der {
	text-align: right;
}

.boton {
	position: relative;
	top: 8px;
}

#contenido_ext {
	width: 752px;
	position: absolute;
	left: 50%;
	margin-left: -380px;
	border-left: 8px solid #434382;
	background-color: #ffffff;
}

#contenido_ext_corto {
	background-color: #f0f0d2;
	width: 752px;
	position: absolute;
	left: 50%;
	margin-left: -380px;
	border: 3px solid #001C50;
}

#mancheta {
	width: 752px;
	height: 178px;
	background: url(../images/EFF_cabecera.jpg) no-repeat top left;
	margin: 0px;
	border: 0px;
	padding: 0px;
}

#menu {
	width: 100%;
	height: 22px;
	position: absolute;
	top: 131px;
	left: 4px;
	margin: 0px;
	border: 0px;
	padding: 0px;
}

#menu_index {
	clear: both;
	height: 55px;
	margin: 0px;
	border: 0px;
	padding-left: 90px;
	padding-top: 30px;
}

#contenido_int {
	background-color: #ffffff;
	padding: 15px;
}

#titulo {
	margin-left: 35px;
	margin-bottom: 20px;
}

.copyright {
	width: 540px;
	border: none;
}

.copyright td {
	font-family: "times new roman", times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #9d8c84;
}

.copyright a {
	color: #9d8c84;
}

.caja_copyright {
	clear: both;
  padding: 10px 0px 10px 20px;
}

.caja_copyright table {
  width: 700px;
}

.i {
	text-align: left;
}

.c {
	text-align: center;
}

.d {
	text-align: right;
}

.lista_suscrip {
  border: none;
  border-collapse: collapse;
}

.lista_suscrip td {
  font-size: 12px;
  padding: 0px 10px 0px 0px;
  border: none;
}

.par {
  background-color: #e0e0e0;
}
