/*** GENERALES ***/
body {
	padding: 0;
	margin: 0;
	color:#474747;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:62.5%;
	background-color:#FFF;
}
h1 {
	float:left;
	margin:0.75em 0 0 0.7em;
}
*+ html h1 { 
	float:left; 
	margin:0.75em 0 0 0.3em; 
}
h2 {
	color:#da100e;
	font-size:3.5em;
	font-weight:normal;
	margin:0;
	padding-bottom:0.2em;
}
h3 {
	font-size:1.8em;
	font-weight:normal;
	margin:0 0 0.25em;	
}

h4 {
	color:#da100e;
	font-size:1.2em;
	font-weight:bold;
	margin:0.8em 0;	
}
p {
	font-size:1.2em;
	margin:0;
	line-height:1.6em;
}
a {
	color:#084568;
	text-decoration:none;
}
a:hover { 
	text-decoration:underline;
}
a img {	border:0; }
ul {
	margin:0;
	padding:0;
}
ul li {	list-style-type:none; }
fieldset { border:0; }
legend { display:none; }
.right { float: right!important; }
.left{ float:left; }
.clear{	clear:both }
.sinborder { border:0 !important; }
.sinmargin { margin:0 !important; }
.sinbg { background:none !important; }
.strong { font-weight:bold; }
.oculto {
	position:absolute;
	left:-900em;
}
.redtext { color:#C91218; }
.mayusculas { text-transform:uppercase; }
/*** FIN GENERALES ***/

/*** Noticia destacada ***/
div#contenido_destacada {
	background:transparent url(../img/lineasrojas.jpg) repeat-x 0 0;
	clear:both;
}
* +html div#contenido_destacada {
	padding-left:0.7em;
}
div#contenedor_destacada {
	background-color:#eceeed;
	margin:0 auto;
	width:99.2em;
}
* +html div#contenedor_destacada {
	height:auto;
	overflow:hidden;
	width:100em;
}
div.destacada_alternativo img {
	float:left;
	width:69em;
}
div.destacada_alternativo h2 {
	float:left;
	font-size:2.7em;
	font-weight:bold;
	margin:3em 0 0.25em 1.1em;
	width:9em;
}
div.destacada_alternativo p {
	float:left;
	font-size:1.4em;
	font-weight:bold;
	margin-left:2em;
	width:17.3em;
}
/*** fin Noticia destacada ***/
/* Ultima hora */
div#contenedor_destacada p#ultima_hora {
	background-color:#FFFFFF;
	clear:both;
	margin:0;
	padding:0.5em 2em;
	width:66.9em;
}
* +html div#contenedor_destacada p#ultima_hora {
	width:79.2em;
}
p#ultima_hora span {
	color:#EB0209;
	margin-right:0.5em;
	text-transform:uppercase;
}
/* fin Ultima hora */
