/*****************************************************
						GENERAL
*****************************************************/

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,
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;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 62.5%;
	color: #454545;
}

/*h1, h2 {
	font-weight: normal;
}*/

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a {
	text-decoration: none;
	color: #0278a6;
	outline: none;
}

a:hover, .relation a:hover {
	color: #FF6600;
}

/*a:visited, .relation a:visited {
	color: #666666;
}*/

img {
	display: block;
	border: 1px solid #808080;
}

#head img {
	border: none;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }

.clearfix { display: block; }

* html .clearfix { height: 1px; }

.clear { clear: both; }


div#container {
	margin:auto;
	width:996px;
	border:1px solid #e9e9e9;
}

div#left {
	width:664px;
	float:left;
}

/*****************************************************
		CABEZAL
*****************************************************/

div#head {
	border-bottom: none;
	padding:10px 10px 5px 10px;
	text-transform:uppercase;
}

#logo {
	float: left;
	margin-right:20px;
}

#slogan {
	font-size: 1.8em;
	color: #007db6;
	line-height:20px;
}

div#head p.date {
	color:#999; 
	line-height:9px;
	padding-bottom:8px;
}

div#head p.digital {
	font-size:1.1em;
	color:#007db6;
}

div.headservices {
	float: right;
	margin-top: -36px;
}

div.headservices a {
	color:#999;
	text-decoration:underline;
}

div.headservices a:hover {
	text-decoration:none;
}

div.headservices p {
	font-size:1.4em;
	display:inline;
	padding:0px 0 10px 20px;
	margin-left:24px;
}
div.headservices p.eng {background:url(../images/i_eng.png) no-repeat left top;}
div.headservices p.rss {background:url(../images/i_rss.png) no-repeat left top;}
div.headservices p.jr {background:url(../images/i_jr.png) no-repeat left top;}

/*****************************************************
		MENUES DE NAVEGACION
		MENU SUPERIOR, CENTRAL E INFERIOR
*****************************************************/

div.menu {
	text-transform:uppercase;
	font-size: 1.1em;
	font-weight: bold;
	background: url("../images/bg_nav_bar.png") repeat-x;
	padding: 0 10px;
	margin-top:5px; 
}

div.menu ol {
	height:24px;
}

div.menu ol li {
	list-style-type: none;
	float:left;
	padding: 4px 0px 0px 5px;
}

div.menu a,
div.menu a:hover {
	padding: 0px 10px 0px 5px;	
	display: block;
	color:#ffffff;
}

div.menu #current {
	background:#fff;
	padding-left:0;
	padding-bottom:8px;
	margin-top:5px;
}
div.menu ol li#current {padding-top:0px;}

div.menu #current a {
	background:#fff url("../images/bg_nav_current.png") repeat-x ;
	margin-top:-9px;
	padding-top:8px;
	padding-bottom:-10px;
	color:#0278a6;
	height:100%;
	margin-bottom:-4px;
}

div.menu #current span {
	padding-left: 4px;
}

/*****************************************************
		FORMULARIOS	BUSQUEDA
*****************************************************/

div.menu form {
	float:right; 
	padding-top:3px;
	width:auto!important;
	width:307px;
}

div.menu fieldset {
	border:none;
}

div.menu input {
	border:1px solid #ccc;
}

div.menu .buscar {
	height:14px;
	float:left;
	margin-right: 5px;
	font-size: 1.1em;
	padding-top: 2px;
}

div.menu .boton {
	text-transform: uppercase;
	background:#fff;
	width: 72px;
	cursor: pointer;
	padding:1px 0;
	color: #454545;
	font-size: 1em;
}

/*****************************************************
		PIE
*****************************************************/

div.footer {
	font-size:1.1em;
	padding:10px;
}
div.footer img {
	border:none;
	float:left;
	margin-top:5px;
	margin-right:10px;
}
div.footer h3 {
	text-transform:uppercase;
	padding-bottom:5px;
}
div.footer ul li {
	display:inline;
}

div.footer blockquote {
	padding-top:20px;
	width: 295px;
	float:left;
	margin-right:20px;
}
div.footer blockquote.center {
	width:320px;
}

/*****************************************************
		MENU ABAJO
*****************************************************/

div.menu-bajo {
	clear:both;
}

div.menu-bajo ol {
	padding:3px 10px;
	border-top:2px solid #0278a6;
	border-bottom:1px solid #e9e9e9;
}

div.menu-bajo ol li {
	display:inline;
	font-size:1.1em;
	text-transform:uppercase;
	padding-right:20px;
	font-weight:bold;
}
div.menu-bajo ol li.last-li {
	padding-right:140px;
}
div.menu-bajo ol li.last {
	padding-right:0;
}

/*****************************************************
		ULTIMA HORA
*****************************************************/

div#lastime {
	margin-top:10px;
	height:1%;
	overflow:hidden;
	border-bottom:1px solid #FF0000;
	border-top:1px solid #FF0000;
	font-family:Georgia, "Times New Roman", Times, serif;
}
div#lastime p {
	background:#FF0000;
	color:#fff;
	text-transform:uppercase;
	font-size:1.6em;
	padding:5px 0px 5px 10px;
	width:183px;
	float:left;
}
div#lastime p span {
	background:url(../images/bg_lastime.png) no-repeat 0 4px;
	padding-left:10px;
	margin-left:5px;
}

div#lastime h2 {
	color:#FF0000;
	font-size:1.8em;
	font-weight:normal;
	width:795px;
	float:right;
	padding:3px 0;
}
div#lastime h2 a {
	color:#FF0000;
}

/*****************************************************
		MIGA DE PAN
*****************************************************/

ol.breadcrumb {
	clear:both;
	margin:5px 10px 0 10px;
	font-size:1.1em;
	padding-bottom:5px;
	border-bottom:1px solid #e9e9e9;
}
ol.breadcrumb li {
	display:inline;
}

ol.breadcrumb a {
	background:url(../images/bg_breadcrumb.png) no-repeat right center;
	padding-right:10px;
}

ol.breadcrumb a:after
{
/*content: " > " ;*/
}

div.suplementos h3,
div.caricaturas-portada h3,
div#services h3,
div#especiales h3,
div#curiosidades h3,
div#tags h3,
div#blogs h3,
div#curiosidades h3 {
	text-transform: uppercase;
	background: #e9e9e9;
	padding: 5px 5px 5px 10px;
}
	
div#services h3,
div#especiales h3,
div#curiosidades h3,
div#blogs h3 {
	color: #0278a6;
	padding: 0 0 0 10px;
}

div#tags h3 {
	color: #0278a6;
	padding: 2px 10px;
	margin-bottom: 10px;
}
div#curiosidades h3 {
	text-align:center;
	padding-left:0!important;
}

/*****************************************************
		CURIOSIDADES
*****************************************************/

div#curiosidades {
	width:179px;
	clear:both;
	float:left;
	font-size:1.2em;
	border:1px solid #e9e9e9;
	margin:10px 0 25px 10px;
}

div#curiosidades h3.other {
	margin-top:2px;
}
div#curiosidades ul {
	padding:10px;
}
div#curiosidades ul li {
	padding-bottom:10px;
}

/*****************************************************
		SECCIONES
*****************************************************/

div#secciones {
	margin-top:10px;	
	float:right;
	width:770px;
	font-size:1.2em;
	border-top:1px solid #e9e9e9;
	padding-top:5px;
	margin-right:10px;
}
div#secciones h3 {
	text-transform:uppercase;
	color:#0278a6;
	margin-bottom:10px;
}
div#secciones ul  {
	width: 251px;
	float:left;
	padding-bottom:25px;
	padding-right:5px;
}
div#secciones ul li {
	background:url(../images/ul_secciones.png) no-repeat 0 8px;
	padding-left:10px;
	line-height:1.2em;
	padding-bottom:5px;
}
div#secciones ul li:first-child {
	background:none;
}

div#secciones hr.clear {
	border: 1px solid #fff;
	margin:0 0 5px 0;
}


