@charset "UTF-8";
/* CSS Document */

html {
  height: 100%;
}

body {
	background:#003366;
	margin: 0px;
	font:100% Arial, Helvetica, sans-serif;
}
form, div {
	color:#333333;
	padding:0;
	margin:0;
	border:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

parrafo{
	color:#333333;
	padding:0;
	margin:0;
	border:0;
	font-family: Verdana, Arial, Helvetica, sans-serif; text-align:center;
	font-size: 0.90em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

input, textarea, select, option {
	color:#666;
	padding:0;
	margin:0;
	background-color:#F3F3F3;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.90em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
input[type="text"] { 
   	border: 2px solid #CCC; }
input[type="checkbox"] { 
   	border: 2px solid #999; }
input[type="radio"] { 
   	margin:0 10px 0 5px; border:0px none #CCC; background:#EEE; }
input[type="button"], input[type="button"]:hover, input[type="submit"], input[type="submit"]:hover {
	font:bold .99em arial,helvetica,sans-serif; width: auto; text-align:center; margin:0 2px; border:2px none #999; color:#FFF; padding:3px; }
input[type="button"], input[type="submit"] {
	background: #900 url(/imagenes/administrar/gobutton.png) repeat-x top center; }
input[type="button"]:hover, input[type="submit"]:hover {
	background: #090 url(/imagenes/administrar/gobutton_o.png) repeat-x bottom center; }
textarea { 
   	padding:0 0 0 3px; margin:0 2px; border: 2px solid #CCC; }
select { 
   	margin:0 2px; border:2px solid #CCC; }
select:hover { 
   	color:#EEE; margin:0 2px; border:2px solid #666; background:#666; }
option { 
   	font:normal 1em arial,helvetica,sans-serif; padding:0 3px; }
a, a:link, a:active {
	overflow:visible;
	padding:0;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
a:hover {
	color:#FF6600; text-decoration:none; }
a:visited {color:#000066; }
strong, b {
	color:#000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
hr { background-color: #6C193F; }
.ancho01 {width:10%;}
.ancho02 {width:20%;}
.ancho03 {width:30%;}
.ancho04 {width:40%;}
.ancho05 {width:50%;}
.ancho06 {width:60%;}
.ancho07 {width:70%;}
.ancho08 {width:80%;}
.ancho09 {width:90%;}
.ancho10 {width:94%;}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right; margin-left: 8px; }
.fltlft { /* this class can be used to float an element left in your page */
	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;
}
#contenido H1, #contenido H2, #contenido H3, #contenido H4, #contenido H5, #contenido H6 { font-family:Verdana, Arial, Helvetica, sans-serif; padding:0; margin:0; line-height:normal; font-weight:bold; color:#909090; letter-spacing:1px; vertical-align:baseline; }
#contenido H1 {
	font-size:12px;
	font-weight:bold;
	color:#000066;
	margin:15px 0;
}
#contenido H2 {
	font-size:9px;
	font-weight:bold;
	color:#000066;
	padding-left:10px;
}
#contenido H3 {
	font-size:11px;
	font-weight:bold;
	color:#003399;
	padding-left:0.94em;
}
#contenido H4 {
	font-size:1.2em;
	font-weight:bold;
	color:#666666;
	padding-left:20px;
}
#contenido H5 {
	font-size:1.1em;
	font-weight:bold;
	color:#666666;
	padding-left:25px;
}
#contenido H6 {
	font-size:1.1em; font-weight:bold; color:#666666; padding-left:30px; }
#columna_1 h1 {
	padding:0.7em 0 0 0.3em;
	font-size:1em;
	font-weight:bold;
	color:#000066;
	margin:0;
	border-top:#999999 solid 1px;
}
#columna_1 h1:first-child {
	border-top:0;
}
/*------------------------------aqui empiezan los estilos de los layers------------------------------*/
#wrapper {
	min-width: 952px;
}
#wrapper {
	background:#FFFFFF;
	position:absolute;
	margin-left: 0;
	margin-right: auto;
	left:0px;
	top:0px;
	width:100%;
	visibility: visible;
}
/*empieza header*/
#header {
	height: 72px;
	width: 100%;
	left: 0px;
	top: 0px;
	border-bottom:#999999 solid 1px;
	z-index:20;
}
#header_top {
	background: #0033CC url(../images/templateFES_01.jpg) top left repeat-x;
	width:100%;
	height:8px;
	margin:0;
}
#header_img_bg {
	background: #0033CC url(../images/templateFES_02.jpg) top left no-repeat;
	position:absolute;
	top:8px;
	width:952px;
	height:54px;
	z-index:500;
}
#header_img_bg a, #header_img_bg a:link {
	border:0;
	text-decoration:none;
	white-space:nowrap;
}
#header_bg {
	background: #003366;
	position: absolute;
	top:8px;
	width:100%;
	height:54px;
	z-index:1;
	visibility: visible;
}
#header_bottom {
	background: #003366;
	position:absolute;
	top:62px;
	width:100%;
	height:5px;
	z-index:1;
	font-size:1px;
}
/*terminan header*/
/*empieza contenido*/
#contenido {
	width:100%;
}
#columna_1 {
	background: #F1F1F1;
	float:left;
	left:0;
	top:0;
	width:182px;
	border-right:#999999 solid 1px;
	z-index:80;
}
#banners {
	width:182px;
}

#marcador_ruta {
	background: #F1F1F1;
	position:relative;
	font-size:0.8em;
	top:0;
	margin-left:183px;
	height:22px;
	z-index:50;
	padding:4px 0 0 20px;
}

#imagen_central {
	position:relative;
	top: 0px;
	margin-left:183px;
	z-index:50;
}
#imagen_central_01 {
	position: relative;
	left:0;
	top:0;
	width:769px;
	height:118px;
	z-index:50;
}
	#imagen_central_01_bg {
		background:#3D7BFF;
		position:absolute;
		left:0;
		top:0;
		width:100%;
		height:118px;
		z-index:1;
		visibility: visible;
		}
#imagen_central_02 {
	position: relative;
	width:769px;
	height:84px;
	z-index:50;
}
	#imagen_central_02_bg {
		background:#1986AF;
		position:absolute;
		left:0;
		top:118px;
		width:100%;
		height:78px;
		border-bottom:#Ed751B solid 6px;
		z-index:1;
		visibility: visible;
		}
#imagen_central_banner {
	position: relative;
	width:769px;
	height:84px;
	z-index:50;
	overflow:hidden;
}
#imagen_central_banner p {
	width:500px;
}
#imagen_central_banner p:first-child {
	font-size:1.0em;
	color:#333333;
}
#imagen_central_banner p:first-child + p {
	font-size:1.2em;
	color:#003366;
	text-transform:uppercase;
	padding-left:40px;
	margin-top:-3px;
}
#imagen_central_banner_bg {
	background:#434343;
	position:absolute;
	left:0;
	top:202px;
	width:100%;
	height:84px;
	z-index:1;
	visibility: visible;
		}	
#columna_2 {
	position:relative;
	margin-left:183px;
}
#notas_importantes {
	background:#FFFFFF;
	position: relative;
	min-width: 769px;
	max-width:1069px;
	border-bottom:#Ed751B solid 1px;
	padding:0 0 15px 20px;
	margin:0 0 20px 0;
}
#noticias {
	background:#FFFFFF;
	position: relative;
	min-width: 769px;
	max-width:1069px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}
#notas_importantes p, #noticias p {
	margin:auto 0;
}
#informacion {
	position: relative;
	padding:0 20px;
	min-width: 769px;
	max-width:1069px;
}
/*terminan contenido*/
/*empieza footer*/
#footer {
	background: #003366;
	position: relative;
	width:100%;
	border-top:#999999 solid 1px;
}
#footer_img_bg {
	background: #F2F2F2 url(../images/templateFES_02.jpg) 900% 0% repeat-y;
	position:relative;
	left:0;
	top:0;
	width:952px;
	z-index:50;
	padding:15px 0 10px 20px;
	font-size:0.8em;
}
#footer_bg {
	background: #003366;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:47px;
	z-index:1;
	visibility: visible;
}
/*terminan footer*/
/*------------------------------terminan layers------------------------------*/

/*empieza tablas*/
#notas_importantes table, #noticias table {
	width: 100%; border-spacing: 0; margin:20px 0; border-collapse:collapse; }
table caption {
	font-size: 1em; font-weight:bold; letter-spacing:0.2em; text-align: left; text-indent: 50px; padding:5px 0; background: #6C193F; color: #FFFFFF; border-bottom: 4px double #CCCCCC; }
table caption:first-letter {
	font-size: 2em; font-weight:bold; color: #FFFFFF; }
thead th {
	background: #F1F1F1; height: 21px; color: #FFFFFF; font-size: 1em; font-weight: bold; padding: 0 7px; margin: 20px 0 0; text-align: left; border-bottom: 1px dashed #CCCCCC; }
tbody tr.odd { 
	background: #f0f0f0; }
tfoot th, tfoot td {
	background-color: #8F2054; font-size: 1em; color: #ffffff; height: 21px; text-align: left; text-indent: 10px; }
tbody tr:hover strong, tbody tr:hover b {
	color:#003399;
}
tbody th {
	background: #FFF; color:#FFFFFF; font-size:1em; padding: 2px 3px; border-bottom: 1px dashed #CCCCCC; text-align: left; vertical-align:top;  }
tbody th img {
	border: 2px solid #C9C9C9; }
tbody tr:hover th img {
	border: 2px solid #EEEEEE; cursor:default; }
	
	
#notas_importantes tbody th, #notas_importantes tbody td, #noticias tbody th, #noticias tbody td {
	font-size:1em; padding: 5px 7px; border-bottom: 1px dashed #CCCCCC; text-align: left; vertical-align:top; }
#notas_importantes tbody th:first-child, #notas_importantes tbody td:first-child, #noticias tbody th:first-child, #noticias tbody td:first-child {
	border-top: 1px dashed #CCCCCC;}
#notas_importantes tbody th, #noticias tbody th { width:1%; }
#notas_importantes table, #noticias table {
	margin-bottom:0;}
#notas_importantes tbody td p:first-child, #noticias tbody td p:first-child {
	font-weight:bold; }
#notas_importantes tbody td p, #noticias tbody td p {
	margin:0; }
#notas_importantes tbody a, #noticias tbody a {
	font-weight: bold; text-decoration: underline; }	
#notas_importantes tbody a:hover, #noticias tbody a:hover {
	color: #FF6600; text-decoration: none; cursor:default; }
#notas_importantes tbody tr:hover th a, #notas_importantes tr.odd:hover th a, #noticias tbody tr:hover th a, #noticias tr.odd:hover th a {
	color: #FF6600; }
#notas_importantes tbody tr:hover td, #noticias tbody tr:hover td {
	background: #F1F1F1; color: #333333; cursor: default; }
#notas_importantes tr:hover td a, #noticias tr:hover td a {
	background: #F1F1F1; color: #FF6600; cursor: pointer; }	
#notas_importantes tbody tr:hover th, #noticias tbody tr:hover th {
	color: #ffffff; cursor:pointer; }
#notas_importantes tbody tr:hover th, #noticias tbody tr:hover th {
	background: #003366;}
/*terminan tablas*/
