@charset "utf-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container {
	width: 687px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:auto;
	background: #E8E8E8;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-right: 7px solid #999999;
	overflow:auto;
	max-height:5000px;
}

.twoColFixLtHdr #container_outside {
	width: 687px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #E8E8E8;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLtHdr #header {
	padding: 0px 1px 0px 5px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFFFFF;
	height:30px;
	padding-top:20px;
}
.twoColFixLtHdr #header_ico {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 3px;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 181px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 0px;
	display:inline;
}

.twoColFixLtHdr #mainContent {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 200px;
}

.twoColFixLtHdr #mainContent #noticia_portada {
	width:430px;
	float:left;
	font-weight:lighter;
	margin-bottom:5px;
}

.twoColFixLtHdr #mainContent #titulo_noticia_portada_principal {
	font-size:18px;
	font-weight:lighter;
	color:#5A5A5A;
	margin-left:170px;
}
.twoColFixLtHdr #mainContent #titulo_noticia_portada {
	font-size:12px;
	font-weight:bold;
	color:#5A5A5A;
	margin-left:90px;
}

.twoColFixLtHdr #mainContent #titulo_noticia_portada_noticias {
	font-size:15px;
	font-weight:lighter;
	color:#5A5A5A;
	padding-top:5px;
	padding-bottom:5px;
}

.twoColFixLtHdr #mainContent #noticia_portada_bajada_main { /* ojo margen se cuenta desde sidebar!*/
	margin-left:170px;
	margin-bottom:15px;
	width:72%;
	/* border: 1px solid blue; */
}

.twoColFixLtHdr #mainContent #noticia_portada_bajada { /* ojo margen se cuenta desde sidebar!*/
	margin-left:90px;
	margin-bottom:15px;
	width:90%;
	/* border: 1px solid red; */
}


.twoColFixLtHdr #mainContent #noticia_portada_bajada_end { /* ojo margen se cuenta desde sidebar!*/
	margin-left:90px;
	margin-bottom:15px;
	width:75%;
	/* border: 1px solid green; */
}

.twoColFixLtHdr #mainContent #titulo_noticia_portada_big {
	font-size:18px;
	color:#5A5A5A;
	font-weight:lighter;
}

.twoColFixLtHdr #mainContent #articulo{
	width:90%;
}

.twoColFixLtHdr #mainContent #articulo_barra_util{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:lighter;
	width:90%;
	border:1px solid #0096A6;
	text-align:right;
	background:#FFFFFF;
	padding-right:2px;
	padding-top:2px;
	padding-bottom:2px;
}

.twoColFixLtHdr #mainContent #articulo_volver{
	float:left;
	padding-top:2px;
	padding-left:2px;
}

.twoColFixLtHdr #mainContent #articulo_titulo {
	font-size:20px;
	margin-bottom:5px;
}

.twoColFixLtHdr #mainContent #articulo_fecha {
	font-size:10px;
	margin-bottom:5px;
}

.twoColFixLtHdr #mainContent #articulo_bajada {
	margin-bottom:5px;
}

.twoColFixLtHdr #mainContent #articulo_contenido {
	margin-bottom:5px;
}

.twoColFixLtHdr #mainContent #busqueda_bajada {
	margin-bottom:5px;
	padding-left:47px;
}

.twoColFixLtHdr #mainContent #contacto {
	height:auto;
}

.twoColFixLtHdr #mainContent #busqueda {
	height:520px;
}

.twoColFixLtHdr #mainContent #busqueda_titulo {
	margin-top:5px;
}

.twoColFixLtHdr #mainContent #contacto_mensaje {
	font-size:11px;
	font-weight:bold;
	color:#FF0000;
}

.twoColFixLtHdr #mainContent #secciones_titulo {
	font-size:16px;
	font-weight:bold;
	color:#5A5A5A;
	padding-bottom:5px;
}

.twoColFixLtHdr #mainContent #secciones_lista {
	width:470px;
	padding-bottom:10px;
	text-transform:uppercase;
	font-size:11px;
	float:left;
}

.twoColFixLtHdr #mainContent #secciones_lista_imgs {
	width:430px;
	padding-bottom:10px;
	text-transform:uppercase;
	font-size:11px;
	float:left;
}
.twoColFixLtHdr #mainContent #secciones_articulo_seccion {
	width:430px;
	float:left;
	margin-bottom:10px;
}

.twoColFixLtHdr #mainContent #secciones_articulo_imagen {
	float:left;
}

.twoColFixLtHdr #mainContent #secciones_articulo_seccion_titulo {
	font-size:12px;
	color:#5A5A5A;
	font-weight:bold;
}

.twoColFixLtHdr #mainContent #secciones_articulo_seccion_bajada {
	margin:5px;
}

.twoColFixLtHdr #mainContent #secciones_articulo_sub_seccion {
	width:430px;
	float:left;
	margin-bottom:10px;
}

.twoColFixLtHdr #mainContent #secciones_articulo_sub_seccion_titulo {
	font-size:12px;
	color:#5A5A5A;
	font-weight:bold;
}

.twoColFixLtHdr #mainContent #secciones_articulo_sub_seccion_bajada {
	margin:5px;
}

.twoColFixLtHdr #mainContent #imagen_separador {
	margin:5px;
}

.twoColFixLtHdr #footer {
	padding: 0px 0px 0px 20px;
	background-color: #FFFFFF;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height:30px;
	color: #5A5A5A;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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 { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
a:link {
	text-decoration: underline;
	color:#0096A6;
	font-weight:bold;
}
a:visited {
	text-decoration: underline;
	color:#0096A6;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
	color:#999999;
	font-weight:bold;
}
a:active {
	text-decoration: none;
}
#tooltip {
	background-color: #CCCCCC;
	border: 1px solid #888888;
	color: #333333;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 7px;
	max-width: 20em;
	line-height: 12px;
}
#tooltip h3 {
	font-size: 0.7em;
    margin: 0;
	padding: 0 3px;
	text-align: left !important;
}
#tooltip p {
	font-size: 0.95em;
	margin: 5px 0 0 5px;
	text-align: left;
}
