html, body {
	background-color: #3578b2;
	text-align: center;
	color: #000;
	margin: 5px auto 0 auto;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
}
body {
	height: 100%;
	min-height: 100%;
}
* html	{
	padding:0;
	margin:0;
}
ul * {
	list-style-type:none;
}
h1 {
	font-size:16px;
	color:#000;
	font-weight:normal;
	text-align:left;
	background: #FFF url(images/fondo_cabeceras.gif) no-repeat top left;
	width:595px;
	height: 36px;
	position:relative;
	margin:15px 0 0 10px;
	padding-left:5px;
	padding-top:9px;	
}
h2 {
	font-size:14px;
	color:#000;
	font-weight:bold;
	text-align:left;
	position:relative;
	margin:5px 0 0 15px;
	padding-top:9px;
}
p {
	font-size: 12px;
	text-align:justify;
	line-height:18px;
	padding-right:15px;
	padding-left:15px;
}
.citas {
	width:570px;
	font-size:11px;
	font-style:italic; 
}
a {
	color:#DD181B;
	text-decoration:underline;
}
a:hover {
	color:#DD181B;
	text-decoration:none;
}
img {
	border:none;
}
.parrafoRojo {
	color: #fc1c37;
}
.clear {
	clear:both;
}
/*CONTENEDORES PRONCIPALES*/
#sitio {
	margin: 0 auto;
	text-align: center;
	width:900px;
	height: 100%;
	position: relative;
}
html>body #sitio {
	min-height: 100%;
	height: auto;
}
#divCabecera {
	position: relative;
	float:left;
	background: #3578b2 url(images/fondo_cabecera.gif) no-repeat top left;
	width:900px;
	height:212px;
}

.btnResena {
	position:absolute;
	top:15px;
	right:15px;
}

/*MENÚ SUPERIOR*/
.menuholder {
	position: relative;
	float: left;
	left:10px;
	top:70px;
	/*background:url(images/menu_principal.gif) #FFF;*/
}
.menuholder li {
	float:left;
}
.menuholder a {
	background:url(images/menu_principal.gif);
	display:block; 
	height:39px; 
	text-indent:-9000%;
}

/*ESTADO NORMAL*/
.menu_inicio a {width:86px;}
.menu_vision a {width:101px; background-position:-86px 0px;}
.menu_mision a {width:106px; background-position:-186px 0px;}
.menu_transmision a {width:167px; background-position:-292px 0px;}
.menu_contacto a {width:135px; background-position:-460px 0px;}

/*ESTADO ROLLOVER*/
.menu_inicio a:hover {background-position:0px -39px;}
.menu_vision a:hover{background-position:-86px -39px;}
.menu_mision a:hover {background-position:-186px -39px;}
.menu_transmision a:hover {background-position:-292px -39px;}
.menu_contacto a:hover {background-position:-460px -39px;}

/*ESTADO ACTIVO*/
.menu_inicio a.active {background-position:0px -78px;}
.menu_vision a.active {background-position:-86px -78px;}
.menu_mision a.active {background-position:-186px -78px;}
.menu_transmision a.active {background-position:-292px -78px;}
.menu_contacto a.active {background-position:-460px -78px;}


.leyendaCabecera {
	background: #FFF url(images/leyenda_cabecera.gif) no-repeat top left;
	position: absolute;
	float:left;
	top:185px;
	left:290px;
	width: 596px;
	height: 21px;
}
#logo {
	position: relative;
	top:15px;
	left:15px;
	float: left;
	width: 242px;
	height: 192px;
	background: url(images/logo.gif) no-repeat top left;
	position: relative;
}
#logo a {
	margin: 5px auto;
	width: 242px;
	height: 192px;
	display: block;
	border: none;
}
#logo span {
	display: none;
}
#divRedondeoAbajo {
	position: relative;
	float:left;
	background: #3578b2 url(images/redondeo_abajo.gif) no-repeat top left;
	width:900px;
	height:20px;
}
#divContenidos {
	background: #FFF url(images/fondo_izquierda.gif) repeat-y top left;
	position: relative;
	float:left;
	width:900px;
	height:100%;	
}
#divIzquierda {
	position: relative;
	float:left;
	background: #3578b2 url(images/fondo_izquierda.gif) repeat-y top left;
	width:285px;
	height:auto;
	text-align: center;
	padding-top:15px;
}
#divImagenFondoIzquierda {
	background: url(images/imagen_fondo_izquierda.jpg) no-repeat top left;
	width:279px;
	height:500px;
}
#moduloMenuIzquierda {
	position: absolute;
	float:left;
	top:45px !important;
	top:55px;
	left:-40px;
	width:284px;
	float: left;
	text-align: left;
}
.subMenusIzquierda ul {
	list-style-type: none;	
}
.subMenusIzquierda li {
	background: #FFF url(images/bullets_h2.gif) no-repeat 7px 7px;
	border-bottom: 1px solid #CCC; 
	width:284px;
	height: 20px;
	text-indent: 25px;
	padding-top: 5px;
	list-style-type: none;
}
.subMenusIzquierda li a {
	font-size: 11px;
	color: #333;
	font-weight: bold;
	text-decoration:none;
}
.subMenusIzquierda li a:hover {
	color: #fc1c37;
	text-decoration:none;
}
#divDerecha {
	position: relative;
	float:left;
	width:615px;
	height:auto;
}
/*ORIGINAL QUE FALLA EN IE6*/
/*#moduloAccesos { 
	position:relative;
	margin-left:30px !important;
	margin-left:5px;
	width:590px;
	height:220px;
}*/
#moduloAccesos {
	position:relative;
	float: left;
	top:-6px !important;
	top:-15px;
	left:30px;
	width:590px;
	height:220px;
	margin:0 0 10px 0;
}
#moduloAccesoMotivos,#moduloAccesoObjetivos,#moduloAccesoColectivos {
	position:relative;
	float:left;
	width:160px;
	height:220px;
	margin:0 25px 0 0;
}
/*#moduloAccesoMotivos {
	background: #FFF url(images/imagen_acceso_motivos.jpg) no-repeat top left;
}
#moduloAccesoObjetivos {
	background: #FFF url(images/imagen_acceso_objetivos.jpg) no-repeat top left;
}
#moduloAccesoColectivos {
	background: #FFF url(images/imagen_acceso_colectivos.jpg) no-repeat top left;
	margin:0;
}*/
#moduloAccesoMotivos p,#moduloAccesoObjetivos p,#moduloAccesoColectivos p {
	position: absolute;
	bottom:0;
	padding:0;
	left:0;
	color:#3578b2;
	font-size:11px;
	text-align:justify;
	line-height:14px;
}
#divPie {
	clear: both;
	position: relative;
	float:left;
	background: #3578b2 url(images/pie_pagina.gif) no-repeat top left;
	width:900px;
	height:42px;
}
#divContenidos li {
	list-style-type: none;
	text-align:left;
	font-size:12px;
	line-height:18px;
	display:block;
}
.imagenesSeccionesDer {
	position:relative; 
	float:right; 
	margin: 10px 8px 0 8px; 	
}
/* ---------------------------------------------------------------------------------------- */
/*   FORMULARIOS ------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
button, .botones {
	background: #E0E0E0 url(images/fondo_botones.gif) repeat-x top left;
	border:1px solid #444;
	cursor: pointer;
	font-size:11px;
	font-weight: bold;
	color:#444;
	margin:0;
	font-family: Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
button {
		padding:1px;

}
.botones {
		padding: 2px;

}
button:hover, .botones:hover {
	background: #E0E0E0 url(images/fondo_botones_over.gif) repeat-x top left;
	background-color:#FFF;
	border:1px solid #444;
	cursor: pointer;
	font-size:11px;
	color:#000;
}
button:hover {
		padding:1px;
}
.botones:hover {
		padding: 2px;
}
.cajaform2{
	width: 80%;
	overflow: auto;
	padding-left: 55px;
}
.fila {
	clear:both;
	display: block !important;
	display: inline;
}
.campo{
	display: inline;
	margin: 5px 0px 10px 10px;
	float: left;
	line-height: 20px; 
	width: 50%;
}
#divDerecha p.etiqueta {
	font-size: 11px;
	display: inline;
	float: left;
   text-align: right;
   line-height: 20px;
	width: 20%;
	font-weight: normal;
}
.combo, .cajaform2 select, .comboFecha{
	width: 290px;
	height: 20px;
	line-height: 15px;
	padding-left: 5px;
	padding-top:5px;
	margin:10px 0 0 0;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	border: 1px solid #CCC;
	background: #efefef;
}
.comboTexto{
	width: 290px;
	height: 80px;
	line-height: 15px;
	padding-left: 5px;
	padding-left: 5px;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	border: 1px solid #CCC;
	background: #efefef;
	margin:15px 0 0 0;
}

.letrapeq{
	font-size: 9px;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}
.errorForm {
	position:relative;
	font-size: 10px;
	color: #d31a1a;
	float: right;
	right: 120px;
	font-weight: normal;
	display: block;
}
