/*------------------------------------------------------------------------------------------------
  Plantilla Basica "EL 1 DIGITAL 2009"
  Ultima Actualizacion = 30/03/09
  Navegue libremente el codigo, pero no lo copie
  ------------------------------------------------------------------------------------------------

  0. Reset
  1. Global
  2. Layout
  3. Sections
  4. Navigation
  5. Sidebar
  6. Forms
  7. Misc
			
/*------------------------------------------------------------------------------------------------
  (0) RESET
  ----------------------------------------------------------------------------------------------*/

  html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
  						{ margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent; }
  ol, ul 				{ list-style:none; }
  blockquote, q 		{ quotes:none; }
  blockquote:before,
  blockquote:after,
  q:before, q:after		{ content:'';content:none; }
  :focus 				{ outline:0; }
  ins 					{ text-decoration:none; }
  del 					{ text-decoration:line-through; }
  table 				{ border-collapse:collapse;border-spacing:0; }
  
/*------------------------------------------------------------------------------------------------
  (1) GLOBAL
  ----------------------------------------------------------------------------------------------*/
	
body {
	height:100%;
	font:normal 100%/1.25 Arial,Helvetica,sans-serif;
	color:#333;
	background:#EFEFEF;
	}

a, a:link, a:visited, a:hover, a:active {
	color: #003366;
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	}

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active,
h2 a:link, h2 a:visited, h2 a:hover, h2 a:active,
h3 a:link, h3 a:visited, h3 a:hover, h3 a:active,
li a:link, li a:visited, li a:hover, li a:active {
	text-decoration:none;
	}

h1 a:hover, h2 a:hover, h3 a:hover,	li a:hover {
	text-decoration:underline;
	}

a.boton:hover {
	text-decoration:none;
	}

h1 { /* TITULO NOTICIA PRINCIPAL */
	font:normal 1.56em Georgia,"Times New Roman",Times,serif;
	margin:15px 0;
	}
		
h2 { /* TITULO */
	font:normal 1.4em Georgia,"Times New Roman",Times,serif;
	margin:10px 0;
	}

h3 { /* NOTIPIE */
	font-size: 0.82em;
	margin: 10px 0;
	font-weight: normal;
	color: #666;
	}

h4 { /* SECCION */
	font-size: 0.75em;
	font-weight: normal;
	text-transform: capitalize;
	color: #991B14;
	margin-bottom: 5px;
	}

h4 span { /* HORA */
	color: #999;
	}

h5 { /* TITULO GUIA */
	font-size:0.75em;
	font-weight:normal;
	text-transform:none;
	letter-spacing:1px; 
	}

h6 { /* BAJADA */
	font-size: 0.88em;
	font-weight: normal;
	}

h7 { /* TITULOS UNDERLINE */
	display: block;
	color: #00496e;
	font-weight: bold;
	font-size: 1em;
	margin-top: 25px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #006393;
	}

p {
	font-size: 0.88em;
	line-height: 150%;
	margin-top: 5px;
	margin-bottom: 10px;
	}

p.chico {
	margin-top:2px; font-size:0.63em; }

img {
	border-width: 0;
	border-style: none;
	}

a, input.boton {
   outline: none;
	}	
  
/*------------------------------------------------------------------------------------------------
  (2) LAYOUT
  ----------------------------------------------------------------------------------------------*/
	
#pagina {
	background-color:#FFF;
	border:1px solid #D8D8D8;
	margin: 15px auto;
	width: 980px;
	clear: both;
	}

#paginaPrint {
	background-color:#FFF;
	float: left;
	padding: 15px;
	clear: both;
	}

#top {
	height: 74px;
	padding: 20px 25px;
	overflow: hidden;
	}

#topPrint {
	padding-bottom: 20px;
	overflow: hidden;
	}

#contenido {
	padding: 20px 25px 50px;
	clear: both;
	overflow: hidden;
	}

#articulos {
	float: left;
	width: 645px;
	display: inline;
	overflow: hidden;
	}

#barra {
	float: right;
	width: 260px;
	padding-left:25px;
	display: inline;
	overflow: hidden;
	}

#pie {
	color: #FFF;
	background-color: #00496E;
	clear: both;
	bottom: 0px;
	text-align: center;
	padding: 20px 0;
	margin-bottom: 10px;
	}
  
/*------------------------------------------------------------------------------------------------
  (3) SECTIONS
  ----------------------------------------------------------------------------------------------*/
	
#principal {
	float: left;
	width: 100%;
	}

#columna_izq {
	float: left;
	width: 275px;
	margin-right: 25px;
	}
	
#columna_central {
	float: left;
	width: 345px;
	}

#columna_inferior {
	clear: both;
	}
  
/*------------------------------------------------------------------------------------------------
  (4) NAVIGATION
  ----------------------------------------------------------------------------------------------*/
	
#menue  {
	clear: both;
	padding: 0 25px;
	}

#menue ul {
	list-style: none;
	overflow: hidden;
	}

#menue li {
	float: left;
	}

#menue li.der {
	float: right;
	}

#menue a {
	background: #EAEAEA;
	color: #00496E;
	display: block;
	font: normal 0.69em arial;
	font-weight: bold;
	margin-right: 3px;
	padding: 4px 8px 2px;
	text-decoration: none;
	text-transform: lowercase;
	-moz-border-radius-topleft: 5px;
	}

#menue a:hover, #menue a.selected {
	background: #00496E;
	color: #EAEAEA;
	}

#menue li.newsletter {
	display: block;
	background: #EAEAEA;
	margin-left: 90px;
	line-height: 100%;
	-moz-border-radius-topleft: 5px;
	}

#menue li.newsletter span {
	float: left;
	color: #00496E;
	font: normal 0.69em arial;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 8px 2px;
	}

#menue li.newsletter input {
	padding: 1px;
	float: left;
	margin-top: 2px;
	}

#menue li.newsletter a {
	float: left;
	display: inline;
	text-transform: uppercase;
	-moz-border-radius: 0;
	}

#menue li.newsletter a:hover, #menue li.newsletter a.selected {
	background-color: transparent;
	color: #000;
	}

#marquee  {
	background: #40799E;
	clear: both;
	height: 24px;
	padding: 0 25px;
	border-top:5px solid #00496E;
	}

#marquee ul {
	list-style: none;
	overflow: hidden;
	}

#marquee li {
	float: left;
	line-height:0;
	}

#marquee span {
	color: #FFF;
	font: normal 0.69em verdana;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding:5px 0;
	float: left;
	}

#marquee li#lastnews marquee  {
	background-color:#FFF;
	width:350px;
	margin:3px 0;
	height:18px;
	
	}

#marquee li#lastnews marquee a  {
	margin-right:200px;
	font: normal 0.69em/160% verdana;
	}

#marquee li#traffic {
	padding-left:40px;
	}

#marquee li#traffic span {
	padding-left:20px;
	background: transparent url(../imagenes/ico_transito.gif) no-repeat 0 3px;
	}

#marquee li#traffic span a {
	color:#FFF;
	}

#marquee li#weather {
	float: right;
	}

#marquee li#weather img {
	float: left;
	padding: 2px 5px 0 0;
	}

#menuh  {
	background: #00496E;
	clear: both;
	padding: 5px 25px 0;
	height: 26px;
	}

#menuh ul {
	list-style: none;
	overflow: hidden;
	}

#menuh li {
	float: left;
	}

#menuh a {
	color: #EAEAEA;
	display: block;
	font: normal 0.75em arial;
	font-weight: bold;
	margin: 4px;
	padding: 1px 8px;
	text-decoration: none;
	text-transform: uppercase;
	}

#menuh a:hover {
	background: #DDD;
	border-bottom: 1px solid;
	color: #00496E;
	}

#menuh a.selected, #menuh a.selected:hover {
	background: #FFF;
	border-bottom: 1px solid #FFF;
	color: #00496E;
	margin: 0;
	padding: 5px 8px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	}

#menuh-sub  {
	clear: both;
	padding: 0 25px;
	border-bottom: 1px solid #DDD;
	}

#menuh-sub ul {
	list-style: none;
	overflow: hidden;
	}

#menuh-sub li {
	float: left;
	}

#menuh-sub a {
	color: #999;
	display: block;
	font: normal 0.75em arial;
	font-weight: bold;
	padding: 5px 15px 5px 0;
	text-decoration: none;
	text-transform: capitalize;
	border:none;
	}

#menuh-sub a:hover {
	background: transparent;
	color: #00496E;
	}

#menuh-sub a.selected, #menuh-sub a.selected:hover {
	color: #00496E;
	cursor: pointer;
	}

#menupie  {
	width: 600px;
	margin: 10px auto;
	clear: both;
	}

#menupie ul {
	list-style: none;
	}

#menupie li:first-child {
	border-left: 1px solid #DDD;
	}

#menupie li {
	float: left;
	margin: 8px 0;
	border-right: 1px solid #DDD;
	}

#menupie a {
	text-decoration: none;
	font-size: 0.75em;
	color: #00496e;
	display: block;
	padding: 0 10px;
	margin: 0;
	text-align: left;
	}

#menupie a:hover {
	text-decoration: underline;
	}
  
/*------------------------------------------------------------------------------------------------
  (5) SIDEBAR
  ----------------------------------------------------------------------------------------------*/
	
#servicios {
	margin-bottom: 15px;
	overflow: hidden;
	background: #004470 url(../imagenes/fdo_barra_servicios.gif) repeat-y 0 0;
	}

#servicios p {
	height: 30px;
	color: #FFF;
	font-size: 0.75em;
	padding-top: 7px;
	padding-bottom: 0;
	margin: 0 15px;
	background-image: url(../imagenes/ico_money.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}

#servicios a {
	margin-left: 30px;
	color: #FFF;
	font-weight: bold;
	}
	
#redsocial a.youtube {
	float: left;
	}

#redsocial a.facebook {
	float: right;
	}

#redsocial a.twitter {
	clear: both;
	float: left;
	margin:10px 0 0 60px;
	}

#redsocial, #destacados {
	width:228px;
	float: left;
	margin-bottom: 15px;
	padding: 15px;
	border: 1px solid #DDD;
	overflow: hidden;
	-moz-border-radius: 7px;
	}

#redsocial h1, #destacados h1, #encuesta h1, #tapa h1 {
	position: relative;
	color: #00496e;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0 0 10px;
	text-transform: uppercase;
	}

#destacados p {
	color: #00496E;
	font-size: 0.75em;
	border-bottom: 1px dotted #DDD;
	margin: 5px 0 0;
	padding: 0 0 5px;
	}

#destacados p span {
	color: #999;
	}

#destacados p.titulares {
	float: right;
	font-weight: bold;
	border: none;
	margin: 0;
	padding: 10px 0 0;
	}

.banner {
	float: left;
	margin-bottom: 15px;
	}

.banner2 {
	margin-bottom: 15px;
	}

.bannerwide {
	float: left;
	text-align: center;
	width: 100%;
	padding: 10px 0;
	}

#encuesta {
	float: left;
	margin-bottom: 15px;
	padding: 15px;
	background-color: #FAFAFA;
	overflow: hidden;
	border: 1px solid #DDD;
	-moz-border-radius: 7px;
	}

#encuesta h2 {
	font-family: arial;
	font-size: 0.82em;
	font-weight: bold;
	}

#encuesta li {
	margin-bottom: 10px;
	}

#encuesta p {
	color: #000;
	font-size: 0.82em;
	margin: 15px 0 0;
	padding: 10px 0 0;
	border-top: 1px dashed #CCCCCC;
	}

#encuesta a {
	font-weight: bold;
	}

#encuesta_anterior {
	clear: both;
	overflow: hidden;
	}

#encuesta_anterior h1 {
	margin: 10px 0 0;
	padding: 15px 0 0;
	border-top: 1px dashed #CCCCCC;
	}

#encuesta_anterior li {
	font-size: 0.82em;
	}

#tapa {
	float: left;
	margin-bottom: 15px;
	padding: 15px;
	background-color: #D8E6E8;
	border: 1px solid #C1D2D4;
	-moz-border-radius: 7px;
	overflow: hidden;
	}

#tapa img {
	background: #C1D2D4;
	float: left;
	width: 80px;
	margin-right: 25px;
	padding: 5px;
	border: 1px dotted #85AFB6;
	}

#tapa ul {
	float: left;
	width: 110px;
	padding-top: 5px;
	list-style-image: url(../imagenes/ico_mas.gif);
	}

#tapa li {
	font-size: 0.75em;
	margin-bottom: 5px;
	}

#blog {
	float: left;
	background: #FAFAFA;
	padding: 7px 0;
	margin-bottom: 15px;
	border: 1px solid #DDD;
	overflow: hidden;
	-moz-border-radius: 7px;
	}

#blog .item {
	float: left;
	padding: 10px 7px;
	border-bottom: 1px solid #DBDBDB;
	overflow: hidden;
	}

#blog .item .info {
	float: left;
	width: 170px;
	}

#blog .item-noborde {
	padding: 10px 7px;
	border: none;
	text-align: center;
	}

#blog a {
	color: #000;
	}

#blog h1 {
	margin: 0 7px;
	}

#blog h4 {
	margin-bottom: 0;
	color: #959595;
	text-transform: none;
	}
  
/*------------------------------------------------------------------------------------------------
  (6) FORMS
  ----------------------------------------------------------------------------------------------*/
	
form {
	float: right;
	width: 100%;
	}
	
fieldset {
	margin: 0;
	border: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	}

.setclaro, .setoscuro {
	float: left;
	position: relative;
	}
	
.setoscuro {
	background: #fafaf7;
	}
	
.formfila {
	float: left;
	width: 100%;
	margin: 5px 0 0 0;
	}
	
.formlabel {
	float: left;
	font-size: 0.82em;
	line-height: 1.4em;
	font-weight: bold;
	color: #3d3d33;
	width: 40%;
	margin-right: 3%;
	text-align: right;
	}
	
.forminput {
	float: right;
	line-height: 20px;
	margin-bottom: 5px;
	width: 57%;
	}
	
.formenviar {
	float: left;
	width: 100%;
	margin: 0;
	padding: 10px 0px;
	text-align: right;
	border-top: 1px solid #b4b4aa;
	}

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

.radio {
	height: 14px;
	padding: 1px;
	margin: 1px;
	border: none;
	}

.inputenviar {
	float: right;
	height: auto;
	font-size: 0.75em;
	font-weight: bold;
	color: #666;
	padding: 2px 3px;
	cursor: pointer;
	}

#buscador input {
	width: 170px;
	}

#buscador .search-btn {
	background-color: transparent;
	height: 20px;
	width: auto;
	padding: 1px 3px;
	border: none;
	vertical-align: top;
	}

input, textarea, select {
	font-family: monaco,"Lucida Console",courier,mono-space;
	font-size: 0.75em;
	background-color: #FAFAFA;
	height: 12px;
	padding: 4px;
	border: 1px solid #DDD;
	}

textarea, select {
	height: auto;
	width: 200px;
	}
	
input:hover, input:focus,
textarea:hover, textarea:focus {
	border-color: #999;
	}

label.valign {
	text-align: left; 
	vertical-align: top;
	font-size: 0.82em;
	line-height: 1.4em;
	}
  
/*------------------------------------------------------------------------------------------------
  (7) MISC
  ----------------------------------------------------------------------------------------------*/
	
hr {
	background: #DDD none repeat scroll 0 0;
	border: 0 none;
	clear: both;
	color: #DDD;
	height: 1px;
	margin-bottom: 13px;
	}

#columna_inferior #bannerpie {
	margin-bottom: 10px;
	}

#pie p {
	margin: 0;
	}

img.full {
	float: left;
	clear: both;
	margin: 0 0 10px;
	border: 1px solid #777;
	}

img.izquierda {
	float: left;
	clear: left;
	margin: 0 10px 10px 0;
	border: 1px solid #777;
	}

img.derecha {
	float: right;
	clear: right;
	margin: 0 0 10px 10px;
	border: 1px solid #777;
	}

#fotos {
	float: left;
	border: 1px solid #dbdbdb;
	margin: 15px 0;
	padding: 4px;
	}

#top p {
	margin: 0;
	clear: both;
	font-size: 0.75em;
	}

#top #topimg {
	float: left;
	width: 282px;
	}

#top #buscador {
	float: left;	
	width: 240px;
	}

#top #buscador p.fecha {
	font-size: 100%;
	font-weight: bold;
	text-transform: lowercase;
	margin: 0;
	padding-top: 13px;
	}

#top #rss {
	float: left;	
	width: 125px;
	background: #FAFAFA;
	padding: 2px 10px;
	border: 1px solid #DDD;
	border-right: none;
	-moz-border-radius-bottomleft:7px;
	-moz-border-radius-topleft:7px;
	}

#top #rss a.diario {
	background: url(../imagenes/ico_diario.gif) no-repeat 0 0;
	line-height: 130%;
	font-weight: bold;
	display: block;
	height: 42px;
	margin-bottom: 4px;
	padding: 5px 0 0 55px;
	border-bottom: 1px solid #DDD;	
	}

#top #rss a.rss {
	background: url(../imagenes/ico_rss.gif) no-repeat 0 1px;
	margin-left: 8px;
	padding-left: 20px;
	}

#top #topflash {
	float: left;	
	width: 260px;
	border: 1px solid #DDDDDD;
	}

#top #tiempo {
	float: right;	
	width: 192px;
	}
	
#nota {
	float: left;
	width: 100%;
	}
	
#nota #iconos {
	width: 100%;
	text-align: right;
	border-bottom: 1px solid #DDD;
	padding: 0 0 0.5em 0;
	margin-bottom: 0.5em;
	}

#nota #iconos img {
	margin-bottom: -0.5em;
	margin-right: 0.25em;
	}

#nota #iconos h4 {
	float:left;
	margin: 0;
	padding-top: 0.5em;
	}

#nota #iconos a {
	text-decoration: none;
	font-size: 0.63em;
	margin-left: 1em;
	}

#nota #iconos a:hover {
	text-decoration: underline;
	}

#nota #cuerpo {
	clear: both;
	padding: 10px 0;
	margin-bottom: 0.4em;
	border-bottom: 1px solid #DDD;
	}

#nota #cuerpo #relacionados {
	width: 260px;
	padding-top: 20px;
	float: left;
	clear: left;
	}

#nota #cuerpo #relacionados h1 {
	color: #FFF;
	background: #4e4e4e;
	font-size: 0.63em; 
	padding: 2px 5px;
	margin: 0 0 2px 0;
	}

#nota #cuerpo #relacionados ul {
	background: #acacac;
	padding: 10px 5px;
	list-style: none;
	}

#nota #cuerpo #relacionados a {
	color: #FFF;
	font-size: 0.63em;
	}

#nota #audionota, #nota #videonota {
	background-color: #FAFAFA;
	float: right;
	width: 273px;
	text-align: center;
	margin: 20px 0 0;
	padding: 2px 0;
	border: 1px solid #DDD;
	-moz-border-radius: 7px;
	}

#nota #videonota {
	padding: 10px;
	}

#nota #cuerpo #infopub {
	clear: both;
	text-align: right;
	font-size: 0.69em;
	color: #888;
	padding: 30px 0 20px 0;
	}
	
#comentarios {
	float: left;
	width: 100%;
	}
	
#comentarios #opinion {
	border-top: 1px dashed #DDD;
	padding-top: 10px;
	}

#comentarios #opinion h4 {
	font-size: 0.69em;
	margin:0;
	font-weight: bold;
	text-transform:none;
	color: #999;
	}

#comentarios #terminos {
	float: left;
	margin-top: 20px;
	background-color:#F6F6F6;
	padding: 25px 49px;
	border: 1px dashed #CCC;
	}

#comentarios #terminos .textarea {
	color: #333333;
	background-color: #FFF;
	width: 440px;
	height: 180px;
	font-size: 0.75em;
	}
	
#comentarios #secComentario {
	margin-top: 10px;
	}

p.infoComentario {
	background:transparent url(../imagenes/img_comentarios.gif) no-repeat scroll 0 0;
	width:129px;
	height:16px;
	line-height:120%;
	clear:both;
	}

p.infoComentario span  {
	color:#FFFFFF;
	font-size:0.82em;
	font-weight:bold;
	float:left;
	padding-left:3px;
	text-align:center;
	width:24px;
	}

p.infoComentario a  {
	font-size:0.75em;
	float:right;
	padding-right:7px;
	}

.audioportada {
	background-color: #FAFAFA;
	float:right;
	width:273px;
	text-align:center;
	margin:0 0 20px;
	padding:2px 0;
	border:1px solid #DDD;
	-moz-border-radius:7px;
	}

.videoportada {
	background-color: #FAFAFA;
	margin: 0 0 10px;
	padding:10px;
	border: 1px solid #DDD;
	-moz-border-radius:7px;
	}
	
.audioportada p, .videoportada p {
	padding: 0 10px;
	font-size: 75%;
	text-align: left;
	line-height: 125%;
	}

.epigrafe {
	padding: 5px;
	font-size: 0.63em;
	background-color: #F6F6F6;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	}
	
.staff {
	float: left;
	width: 100%;
	padding-top: 20px;
	}
	
.staff .cargo {
	float: left;
	color: #00496e;
	font-weight: bold;
	width: 53%;
	text-align: right;
	font-size: 1em;
	margin-right: 2%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #00496e;
	}
	
.staff .nombre {
	float: right;
	width: 45%;
	}
	
.staff ul {
	list-style: none;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #00496e;
	}

.staff li {
	font-size: 0.88em;
	margin: 0 0 5px 10px;
	}

ul.box {
	background: #d8e6e8;
	border: 1px solid #85AFB6;
	color: #00496e;
	font-weight: bold;
	padding: 0.6em;
	text-align: center;
	margin: 20px 80px;
	}

ul.box_alerta {
	background: #d8e6e8;
	border: 1px solid #85AFB6;
	color: #FF3300;
	font-weight: bold;
	padding: 0.6em;
	text-align: center;
	margin: 30px 80px;
	}

ul.box .inputenviar {
	float: none;
	}

ul.box li {
	margin-top: 5px;
	margin-bottom: 10px;
	}

h2.encuesta {
	margin-top: 0;
	color: #00496e;
	font-size: 0.95em;
	font-weight: bold;
	font-style: italic;
	}

h3.encuesta {
	margin-top: 20px;
	color: #00496e;
	font-size: 0.81em;
	font-weight: bold;
	}

.separador {
	padding-top: 10px;
	border-bottom: 1px solid #DDD;
	clear: both;
	}
	
.center {
	text-align: center;
	}
	
#estadisticas {
	float: left;
    padding-top: 10px;
    border: 1px solid #DDD;
	padding: 0 20px;
	width: 600px;
	}

#estadisticas .respuesta {
	clear: both;
	font-size: 0.81em;
	padding-bottom: 2px;
	}

#estadisticas #barrita {
	float: left;
	width: 85%;	
	background: #DDD;
	margin-bottom: 10px;
	padding: 0;
	}

#estadisticas .relleno1, 
#estadisticas .relleno2, 
#estadisticas .relleno3, 
#estadisticas .relleno4, 
#estadisticas .relleno5 {
	float: left;
	height: 12px;
	}

#estadisticas .relleno1 {
	background: #4F4F4F;
	}

#estadisticas .relleno2 {
	background: #FB0200;
	}

#estadisticas .relleno3 {
	background: #4F4F4F;
	}

#estadisticas .relleno4 {
	background: #FB0200;
	}

#estadisticas .relleno5 {
	background: #4F4F4F;
	}

#estadisticas .porcentaje {
	float: left;
	color: #00496e;
	font-size: 0.62em;
	margin-left: 5px;
	}
	
ul.clasico {
	list-style: disc;
	}

ul.clasico li {
	font-size: 0.69em;
	margin: 0 0 5px 20px;
	}

#multibloque {
	float: left;
	width: 760px;
	padding: 10px 25px 20px;
	clear: both;
	}

#multibloque #notilinea {
	background-color: #FAFAFA;
	float: left;
	clear: both;
	width: 740px;
	padding: 9px;
	margin-bottom: 20px;
	border: 1px solid #DDD;
	-moz-border-radius: 7px;
	}

#multibloque #notilinea #leftColumn {
	float: left;
	width: 229px;
	padding: 5px 10px 5px 5px;
	border-right: 1px solid #E0E0E0;
	}

#multibloque #notilinea #middleColumn {
	float: left;
	width: 229px;
	padding: 5px 10px;
	border-right: 1px solid #E0E0E0;
	}

#multibloque #notilinea #rightColumn {
	float: right;
	width: 230px;
	padding: 5px 5px 5px 10px;
	}

#multibloque #notilinea img {
	width: 80px;
	}

#multibloque #notilinea h4 {
	font-size: 0.82em;
	text-transform: uppercase;
	}

#multibloque #notilinea hr {
	display: none;
	}

#multibloque #comic {
	background-color: #FAFAFA;
	float: left;
	padding: 9px;
	border: 1px solid #DDD;
	-moz-border-radius: 7px;
	}

#multibloque #semanafotos {
	background-color: #FAFAFA;
	float: right;
	clear: right;
	padding: 9px;
	border: 1px solid #DDD;
	-moz-border-radius: 7px;
	}

#multibloque #cronicas {
	background-color: #FAFAFA;
	float: left;
	width: 726px;
	margin-top: 10px;
	padding: 8px;
	border: 1px solid #DDD;
	-moz-border-radius: 7px;
	}

#multibloque #cronicas #video {
	float: left;
	margin-right: 10px;
	border: 1px solid #313131;
	}

#notilinea h1, #comic h1, #semanafotos h1, #cronicas h1 {
	background: #D0D0D0;
	color: #FFF;
	font-size: 1.19em;
	margin: 0 0 5px 0;
	padding: 5px;
	font-weight: normal;
	}

#comic h1 {
	background: url(../imagenes/fdo_comic.jpg);
	}

#cronicas h1 {
	background: url(../imagenes/fdo_cronicas.jpg);
	}

#cronicas h5 {
	margin-top: 10px;
	}
	
table.deportes {
   border: 1px solid #000;
   width:100%;
	}

table.deportes th {
   border: 1px solid #000;
   padding:3px;
   background-color:#3366FF;
   color:#FFF;
   font-size:0.9em;
	}

table.deportes td {
   border: 1px solid #000;
   padding:3px;
   font-size:0.9em;
	}

table.deportes .right {
   text-align:right;
	}

table.deportes .left {
   text-align:left;
	}


.clear         				{ clear:both; }
.float-left    				{ float:left; }
.float-right   				{ float:right; }
.text-left     				{ text-align:left; }
.text-right    				{ text-align:right; }
.text-center   				{ text-align:center; }
.text-justify  				{ text-align:justify; }
.bold          				{ font-weight:bold; }
.italic        				{ font-style:italic; }
.underline     				{ border-bottom:1px solid; }
.overflow 					{ overflow: hidden;	}
.blue						{ color: #00496E; }
.bigger						{ font-size: large; }