
/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}

body { line-height:1.417; }

table {
	border-collapse:separate;
	border-spacing:0;
}

caption, th, td {
	text-align:left;
	font-weight:normal;
}

table, td, th { vertical-align:middle; }

blockquote:before, blockquote:after, q:before, q:after { content:""; }

blockquote, q { quotes:"" ""; }

a img { border:none; }

:focus { outline:none; }

/* Base */

html { font-size:100.01%; }

body {
	font-size:75%;
	color:#4C4C4C;
	background-color:#F8F8F8;
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	color:#003366;
	line-height:1.167;
	margin-bottom:1.25em;
	font-family: Arial, Helvetica, sans-serif;
}

h1 { font-size:2em; }

h2 { font-size:1.833em; }

h3 { font-size:1.667em; }

h4 { font-size:1.5em; }

h5 { font-size:1.333em; }

h6 { font-size:1.167em; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin:0; }

p {
	margin-top:0;
	margin-bottom:1.417em;
}

p img.left {
	float:left;
	margin:0.5em 0.5em 0.5em 0;
	padding:0;
}

p img.right {
	float:right;
	margin:0.5em 0 0.5em 0.5em;
	padding:0;
}

a {
	color:#FF6600;
	text-decoration:none;
}

a:focus, a:hover { color:#4D4D4D; }

/* familias */

.georgia { font-family:Georgia, "Times New Roman", Times, serif; }

.arial { font-family:Arial, Helvetica, sans-serif; }

.trebuchet { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; }

.tahoma { font-family:Tahoma, Arial, Helvetica, sans-serif; }

.verdana { font-family: Verdana, Geneva, sans-serif; }

/* Tamaņos */

.t8 { font-size:0.667em; }

.t9 { font-size:0.75em; }

.t10 { font-size:0.833em; }

.t11 { font-size:0.917em; }

.t12 { font-size:1em; }

.t13 { font-size:1.083em; }

.t14 { font-size:1.167em; }

.t15 { font-size:1.25em; }

.t16 { font-size:1.333em; }

.t17 { font-size:1.417em; }

.t18 { font-size:1.5em; }

.t19 { font-size:1.583em; }

.t20 { font-size:1.667em; }

.t21 { font-size:1.75em; }

.t22 { font-size:1.833em; }

.t23 { font-size:1.917em; }

.t24 { font-size:2em; }

.t25 { font-size:2.083em; }

.t26 { font-size:2.167em; }

.t27 { font-size:2.25em; }

.t28 { font-size:2.333em; }

.t29 { font-size:2.417em; }

.t30 { font-size:2.5em; }

.t31 { font-size:2.583em; }

.t32 { font-size:2.667em; }

.t33 { font-size:2.75em; }

.t34 { font-size:2.833em; }

.t35 { font-size:2.917em; }

.t36 { font-size:3em; }

/* alinear */

.align-justify { text-align:justify; }

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

.align-center { text-align:center; }

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

/* Decoraciones */

.tdn { text-decoration:none; }

.tdu { text-decoration:underline; }

blockquote {
	margin:1.5em;
	color:#666;
	font-style:italic;
}

strong { font-weight:bold; }

em, dfn { font-style:italic; }

dfn { font-weight:bold; }

sup, sub { line-height:0; }

abbr, acronym { border-bottom:1px dotted #666; }

address {
	margin:0 0 20px;
	font-style:normal;
}

del { color:#666; }

pre, code {
	margin:1.5em 0;
	white-space:pre;
}

pre, code, tt {
	font:1em 'courier', 'lucida console', monospace;
	line-height:1.5;
}

/* listas */ 

li ul, li ol { margin:0; }

ul, ol { margin:0; }

ul { list-style:none; }

ol { list-style:decimal; }

dl { margin:0 0 1.36em 0; }

dl dt { font-weight:bold; }

dd { margin-left:1.25em; }

/* tablas */

table {
	margin-bottom:1.417em;
	width:100%;
}

th {
	font-weight:bold;
	background:#C3D9FF;
}

th, td { padding:3px; }

tr.even td {
	background:#E8EFF9;
	color:#0C55C0;
	padding:3px;
	border-top:1px solid #C5D7F0;
}

tfoot { font-style:italic; }

caption { background:#eee; }

/* margenes y paddings */

.reset-margin { margin:0; }

.reset-padding { padding:0; }

.reset {
	margin:0;
	padding:0;
}

.first {
	margin-left:0;
	padding-left:0;
}

.last {
	margin-right:0;
	padding-right:0;
}

.top {
	margin-top:0;
	padding-top:0;
}

.bottom {
	margin-bottom:0;
	padding-bottom:0;
}

/* Paddings */

.p05em { padding:0.5em; }

.pt05em { padding-top:0.5em; }

.pb05em { padding-bottom:0.5em; }

.pl05em { padding-left:0.5em; }

.pr05em { padding-right:0.5em; }

.p1em { padding:1em; }

.pt1em { padding-top:1em; }

.pb1em { padding-bottom:1em; }

.pl1em { padding-left:1em; }

.pr1em { padding-right:1em; }

.p2em { padding:2em; }

.pt2em { padding-top:2em; }

.pb2em { padding-bottom:2em; }

.pl2em { padding-left:2em; }

.pr2em { padding-right:2em; }

.p2 { padding:2px; }

.pt2 { padding-top:2px; }

.pb2 { padding-bottom:2px; }

.pl2 { padding-left:2px; }

.pr2 { padding-right:2px; }

.p3 { padding:3px; }

.pt3 { padding-top:3px; }

.pb3 { padding-bottom:3px; }

.pl3 { padding-left:3px; }

.pr3 { padding-right:3px; }

.p5 { padding:5px; }

.pt5 { padding-top:5px; }

.pb5 { padding-bottom:5px; }

.pl5 { padding-left:5px; }

.pr5 { padding-right:5px; }

.p7 { padding:7px; }

.pt7 { padding-top:7px; }

.pb7 { padding-bottom:7px; }

.pl7 { padding-left:7px; }

.pr7 { padding-right:7px; }

.p10 { padding:10px; }

.pt10 { padding-top:10px; }

.pb10 { padding-bottom:10px; }

.pl10 { padding-left:10px; }

.pr10 { padding-right:10px; }

.p12 { padding:12px; }

.pt12 { padding-top:12px; }

.pb12 { padding-bottom:12px; }

.pl12 { padding-left:12px; }

.pr12 { padding-right:12px; }

.p15 { padding:15px; }

.pt15 { padding-top:15px; }

.pb15 { padding-bottom:15px; }

.pl15 { padding-left:15px; }

.pr15 { padding-right:15px; }

.p20 { padding:20px; }

.pt20 { padding-top:20px; }

.pb20 { padding-bottom:20px; }

.pl20 { padding-left:20px; }

.pr20 { padding-right:20px; }

.p25 { padding:25px; }

.pt25 { padding-top:25px; }

.pb25 { padding-bottom:25px; }

.pl25 { padding-left:25px; }

.pr25 { padding-right:25px; }

.p30 { padding:30px; }

.pt30 { padding-top:30px; }

.pb30 { padding-bottom:30px; }

.pl30 { padding-left:30px; }

.pr30 { padding-right:30px; }

.p40 { padding:40px; }

.pt40 { padding-top:40px; }

.pb40 { padding-bottom:40px; }

.pl40 { padding-left:40px; }

.pr40 { padding-right:40px; }

/* Margins */

.m05em { margin:.5em; }

.mt05em { margin-top:.5em; }

.mb05em { margin-bottom:.5em; }

.ml05em { margin-left:.5em; }

.mr05em { margin-right:.5em; }

.m1em { margin:1em; }

.mt1em { margin-top:1em; }

.mb1em { margin-bottom:1em; }

.ml1em { margin-left:1em; }

.mr1em { margin-right:1em; }

.m2em { margin:2em; }

.mt2em { margin-top:2em; }

.mb2em { margin-bottom:2em; }

.ml2em { margin-left:2em; }

.mr2em { margin-right:2em; }

.m2 { margin:2px; }

.mt2 { margin-top:2px; }

.mb2 { margin-bottom:2px; }

.ml2 { margin-left:2px; }

.mr2 { margin-right:2px; }

.m3 { margin:3px; }

.mt3 { margin-top:3px; }

.mb3 { margin-bottom:3px; }

.ml3 { margin-left:3px; }

.mr3 { margin-right:3px; }

.m5 { margin:5px; }

.mt5 { margin-top:5px; }

.mb5 { margin-bottom:5px; }

.ml5 { margin-left:5px; }

.mr5 { margin-right:5px; }

.m10 { margin:10px; }

.mt10 { margin-top:10px; }

.mb10 { margin-bottom:10px; }

.ml10 { margin-left:10px; }

.mr10 { margin-right:10px; }

.m15 { margin:15px; }

.mt15 { margin-top:15px; }

.mb15 { margin-bottom:15px; }

.ml15 { margin-left:15px; }

.mr15 { margin-right:15px; }

.m20 { margin:20px; }

.mt20 { margin-top:20px; }

.mb20 { margin-bottom:20px; }

.ml20 { margin-left:20px; }

.mr20 { margin-right:20px; }

.m25 { margin:25px; }

.mt25 { margin-top:25px; }

.mb25 { margin-bottom:25px; }

.ml25 { margin-left:25px; }

.mr25 { margin-right:25px; }

.m30 { margin:30px; }

.mt30 { margin-top:30px; }

.mb30 { margin-bottom:30px; }

.ml30 { margin-left:30px; }

.mr30 { margin-right:30px; }

.m40 { margin:40px; }

.mt40 { margin-top:40px; }

.mb40 { margin-bottom:40px; }

.ml40 { margin-left:40px; }

.mr40 { margin-right:40px; }

.m50 { margin:50px; }

.mt50 { margin-top:50px; }

.mb50 { margin-bottom:50px; }

.ml50 { margin-left:50px; }

.mr50 { margin-right:50px; }

/* formularios */


form {
	margin:0;
	padding:0;
	width:100%;
}

input, textarea, select, input[type=text], input[type=password] {
	color:#6B6B6B;
	border:1px solid #7D97B1;
	background:#FAFBFC;
	margin:0;
	padding:2px;
}

input:focus, textarea:focus, select:focus, input[type=text]:focus, input[type=password]:focus { background:#FFF; }

label {
	font-size:0.917em;
	color:#6B6B6B;
}

fieldset {
	padding:1.5em;
	margin:0 0 1.5em 0;
	border:1px solid #7D97B1;
}

legend {
	font-weight:bold;
	font-size:1.25em;
	color: #7D97B1;
}

textarea {
	height:150px;
	padding:5px;
	overflow:hidden;
}

input[type=checkbox], input[type=radio], input.checkbox, input.radio {
	position:relative;
	top:.25em;
}

form.inline { }

form.inline p { margin-bottom:0; }

.input_40 { width:40px; }

.input_50 { width:50px; }

.input_60 { width:60px; }

.input_70 { width:70px; }

.input_80 { width:80px; }

.input_90 { width:90px; }

.input_100 { width:100px; }

.input_110 { width:110px; }

.input_120 { width:120px; }

.input_130 { width:130px; }

.input_140 { width:140px; }

.input_145 { width:145px; }

.input_150 { width:150px; }

.input_160 { width:160px; }

.input_170 { width:170px; }

.input_180 { width:180px; }

.input_190 { width:190px; }

.input_200 { width:200px; }

.input_210 { width:210px; }

.input_220 { width:220px; }

.input_230 { width:230px; }

.input_240 { width:240px; }

.input_250 { width:250px; }

.input_260 { width:260px; }

.input_270 { width:270px; }

.input_280 { width:280px; }

.input_290 { width:290px; }

.input_300 { width:300px; }

.input_310 { width:310px; }

.input_320 { width:320px; }

.input_330 { width:330px; }

.input_340 { width:340px; }

.input_350 { width:350px; }

.input_360 { width:360px; }

.input_370 { width:370px; }

.input_380 { width:380px; }

.input_390 { width:390px; }

/*colores*/

.azul { Color: #003366; }

.naranja { Color: #FF6600; }

.texto { Color: #4D4D4D; }

.grismedio { Color: #6B6B6B; }

.grisclaro { Color: #898989; }

.lineas { Color: #CDCDCD; }

.fondo { Color: #F8F8F8; }

.menu { Color: #57789A; }

.azulcito { Color: #7D97B1; }

.marron { Color: #804D33; }

.gris333 { Color:#333333; }

.gris666 { Color:#666666; }

.gris999 { Color:#999999; }

.rojo { color:#E60000; }

/* otras clases */
.overflow { overflow:hidden; }

.outline { outline:none; }

.hide { display:none; }

.inline { display:inline; }
.block { display:block; }

.none {
	border:none;
	background:none;
}

.normal { font-weight:normal; }

.bold { font-weight:bold; }

.left { float:left; }

.right { float:right; }

.error {
	background:#E60000;
	Color:#FCDDDD;
	padding:5px;
	margin-bottom:.5em;
	font-weight:bold;
}

.asterisco { color:#FF0000; }

hr {
	background:#CDCDCD;
	color:#CDCDCD;
	clear:both;
	float:none;
	width:100%;
	height:.1em;
	margin:0 0 1.417em;
	border:none;
}

hr.space {
	background:#fff;
	color:#fff;
	visibility:hidden;
}

.clearfix:after, .container:after {
	content:"\0020";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	overflow:hidden;
}

.clearfix, .container { display:block; }

.clear { clear:both; }

.bordeimg {
	padding:3px;
	border: solid 1px #C0CDD9;
}

.lineacorte { border-bottom:solid 1px #CDCDCD; }

.lineacortetop { border-top:solid 1px #CDCDCD; }

.lineapunto { background: url(/global/img/linea-puntos.png) repeat-x left bottom; }

/* grid.css */


.container {
	width:1004px;
	margin:0 auto;
}

div.col-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23, div.span-950 {
	float:left;
	margin-right:15px;
}

div.last { margin-right:0; }

.col-1 { width:663px; }

.span-2 { width:70px; }

.span-3 { width:110px; }

.span-4 { width:150px; }

.span-5 { width:190px; }

.span-6 { width:230px; }

.span-7 { width:270px; }

.span-8 { width:310px; }

.span-9 { width:350px; }

.span-10 { width:390px; }

.span-11 { width:430px; }

.span-12 { width:470px; }

.span-13 { width:510px; }

.span-14 { width:550px; }

.span-15 { width:590px; }

.span-16 { width:630px; }

.span-17 { width:670px; }

.span-18 { width:710px; }

.span-19 { width:750px; }

.span-20 { width:790px; }

.span-21 { width:830px; }

.span-22 { width:870px; }

.span-23 { width:910px; }

.span-950, div.span-950 {
	width:950px;
	margin:0;
}

.pics {
	display:block;
	height:203px;
	overflow:hidden;
}

.contenido {
	background: #FFF;
	border: 1px solid #CDCDCD;
	padding-top: 20px;
}

.bloque-left {
	float:left;
	width:663px;
}

.bloque-right {
	float:right;
	width:300px;
	padding-left:15px;
	background: url(/global/img/1x1-greyline.gif) repeat-y left top;
	margin-right:10px;
}

.top { margin:7px 0 0 10px; }

.menu-ico {
	float: left;
	width: 120px;
	margin-top:3px;
}

.menu-ico li { display:inline; }

.menu-ico li a {
	float: left;
	display:block;
	height:18px;
	margin-right: 8px;
}

.menu-ico li a#inicio { background: url(/global/img/ico-home.png) no-repeat left top; }

.menu-ico li a#inicio:hover { background: url(/global/img/ico-home.png) no-repeat left -18px; }

.menu-ico li a#share { background: url(/global/img/ico-share.png) no-repeat left top; }

.menu-ico li a#share:hover { background: url(/global/img/ico-share.png) no-repeat left -18px; }

.menu-ico li a#rss { background: url(/global/img/ico-rss.png) no-repeat left top; }

.menu-ico li a#rss:hover { background: url(/global/img/ico-rss.png) no-repeat left -18px; }

.menu-ico li a#contacto { background: url(/global/img/ico-contact.png) no-repeat left top; }

.menu-ico li a#contacto:hover { background: url(/global/img/ico-contact.png) no-repeat left -18px; }

.menu-top {
	float:right;
	width:300px;
}

.menu-top li {
	display:inline;
	height: 30px;
	text-align:center;
}

.menu-top li a {
	float:right;
	display:block;
	height: 30px;
	line-height:30px;
	color:#003366;
	font-size: 0.917em;
	padding: 0 6px;
	background: url(/global/img/sep-menu-top.png) no-repeat right top;
}

.menu-top li a:hover {
	color:#4D4D4D;
	background: url(/global/img/fondo-menu-top-hover.png) repeat-x left top;
}

.header {position:relative;}

.ico-logo {
	position: absolute;
	left: 16px;
	top:-17px;
	z-index:1000;
	width:311px;
}

.logo {
	float:left;
	width:300px;
	margin-left:30px;
	margin-right:30px;
}

.fecha-clima {
	float:left;
	width:150px;
	margin-right:15px;
}

.clima { border-bottom: solid 1px #CDCDCD; }

.banner-top {
	float:left;
	width:468px;
}

.main-nav {
	background: url(/global/img/fondo-nav.png) repeat-x left top;
	border-bottom:solid 1px #D9E0E8;
}

.main-menu {
	float:left;
	width:650px;
}

.main-menu ul li {
	float:left;
	background: url(/global/img/sep-nav.png) no-repeat right top;
	height:35px;
	display:inline;
}

.main-menu ul li a {
	display:block;
	height:35px;
	line-height:35px;
	text-align:center;
	float: left;
	font-weight: bold;
	color: #57789A;
	padding-right: 10px;
	padding-left: 10px;
}

.main-menu ul li a:hover {
	background: url(/global/img/fondo-nav-hover.png) repeat-x left top;
	color: #4D4D4D;
}

.busqueda {
	float: left;
	width:350px;
}

.bloque-left { margin-top:10px; }

.linea-central { background: url(/global/img/1x1-greyline.gif) repeat-y 398px top; }

.main-col {
	float:left;
	width:373px;
	margin-right:30px;
	margin-left:10px;
}

.middle-col {
	float:left;
	width:250px;
}

.menu-footer { width:650px; }

.menu-footer ul li {
	float:left;
	background: url(/global/img/sep-menu-top.png) no-repeat right -8px;
	height:22px;
	display:inline;
	font-size:0.917em;
}

.menu-footer ul li a {
	display:block;
	height:22px;
	line-height:22px;
	text-align:center;
	float: left;
	font-weight: bold;
	color: #57789A;
	padding-right: 6px;
	padding-left: 6px;
}

.menu-footer ul li a:hover { color: #4D4D4D; }

.links-footer { width:250px; }

.comment a {
	background: url(/global/img/ico-comentarios.png) no-repeat left center;
	padding-left: 18px;
}

.not-rel li, .tabsLM li, .destacadas li, .box-rel li, .ucol li, .mislinks li, .allcol li {
	background: url(/global/img/bullet02.gif) no-repeat left 5px;
	padding-left: 10px;
	margin-bottom:5px;
}

.dl li {
	background: url(/global/img/bullet03.gif) no-repeat left 8px;
	padding-left: 13px;
	margin-bottom:5px;
}

.uc li {
	background: url(/global/img/bullet04.gif) no-repeat left 5px;
	padding-left: 13px;
	margin-bottom:5px;
}

.imagen-esp {
	border: 1px solid #C0CDD9;
	padding: 5px;
}

.cuadro-slide {
	background: #F5F7F9;
	border: 1px solid #D9E0E8;
}

.img-slide { margin-bottom:10px; }

.pic-slide {
	display:block;
	height:155px;
	overflow:hidden;
}

.controles-slide {
	position:absolute;
	z-index:9000;
	top:140px;
	right:10px;
}

.controles-slide li {
	display:inline;
	cursor:pointer;
}

.tabsRN, .columnistas, .regiones, .nubetags, .newlt, .encuesta, .box-rel, .bloque-der-col {
	border-top: solid 7px #D9E0E8;
	padding-top:1px;
}

.tit-rdn {
	background: url(/global/img/tit-ranking.png) no-repeat left top;
	height:0;
	overflow:hidden;
	padding-top:16px;
	line-height:16px;
}

.tabsLM ul { padding:10px 0; }

.tabsLM li a { color:#57789A; }

.tabsLM li a:hover { color:#4D4D4D; }

.tit-col {
	background: url(/global/img/tit-columnistas.png) no-repeat left top;
	height:0;
	overflow:hidden;
	padding-top:13px;
	line-height:13px;
}

.tit-reg {
	background: url(/global/img/tit-info-reg.png) no-repeat left top;
	height:0;
	overflow:hidden;
	padding-top:16px;
	line-height:16px;
}

.regiones ul {
	background: url(/global/img/linea-puntos.png) repeat-x left top;
	padding-top:2px;
	margin-bottom:10px;
}

.regiones ul li {
	background: url(/global/img/linea-puntos.png) repeat-x left bottom;
	padding-bottom:3px;
	padding-top:3px;
}

.regiones ul li a {
	background: url(/global/img/deco-regiones.png) no-repeat left top;
	display: block;
	height: 25px;
	padding-left: 65px;
	line-height: 25px;
}

.tit-ntags {
	background: url(/global/img/tit-palabras-clave.png) no-repeat left top;
	height:0;
	overflow:hidden;
	padding-top:16px;
	line-height:16px;
}

.tagstop { background: #E7ECF1 url(/global/img/fondo-palabras-clave-top.png) no-repeat left top; }

.tags-down {
	background: url(/global/img/fondo-palabras-clave-bottom.png) no-repeat left top;
	height: 20px;
}

.tags-up ul {
	line-height:1.2;
	padding:20px 0 0;
	width:270px;
	margin:0 auto;
}

.tags-up ul li {
	display:inline;
	margin: 0;
}

.tit-newlt {
	background: url(/global/img/tit-newsletter.png) no-repeat left top;
	height:0;
	overflow:hidden;
	padding-top:13px;
	line-height:13px;
}

.box-newlt {
	background: #E7ECF1 url(/global/img/deco-newsletter.png) no-repeat left top;
	height: 50px;
	padding-left: 70px;
	padding-top:8px;
	border: 1px solid #C0CDD9;
	line-height: 1.167em;
}


.box-lectores {
	background: #F3F6F8 url(/global/img/deco-lectores.png) no-repeat left top;
	height: 39px;
	padding-left: 70px;
	border: 1px solid #D1D6DA;
	line-height: 39px;
}



.destacadas {
	width:316px;
	background: url(/global/img/fondo-destacados.png) repeat-x left top;
}

.tit-destprov {
	background: url(/global/img/tit-dest-prov.png) no-repeat left top;
	height:0;
	overflow:hidden;
	padding-top:10px;
	line-height:10px;
	margin:15px 0 20px 10px;
}

.tit-nac {
	background: url(/global/img/tit-dest-nac.png) no-repeat left top;
	height:0;
	overflow:hidden;
	padding-top:10px;
	line-height:10px;
	margin:15px 0 20px 10px;
}

.tit-enc {
	background: url(/global/img/tit-encuesta.png) no-repeat left top;
	height:0;
	overflow:hidden;
	padding-top:11px;
	line-height:11px;
}

.encuesta li { margin-bottom:5px; }

.encuesta li label {
	position:relative;
	top:.2em;
}

.desarrollo-nota ul {
	color: #6B6B6B;
	padding: 10px 10px 0;
	margin-bottom:0;
	list-style: none;
	margin-bottom:0;
}

.desarrollo-nota ul li {
	background: url(/global/img/bullet.gif) no-repeat left 6px;
	padding-left: 12px;
	margin-bottom: 5px;
}

.desarrollo-nota ol {
	color: #6B6B6B;
	padding: 10px 10px 0;
	margin-bottom:0;
	margin-left:0;
}

.desarrollo-nota ol li {
	margin-bottom: 5px;
	list-style: decimal inside;
}

.tit-not-rel {
	background: url(/global/img/tit-not-rel.png) no-repeat left top;
	height:0;
	overflow:hidden;
	padding-top:13px;
	line-height:13px;
}

.tit-col-rel {
	background: url(/global/img/tit-col-rel.png) no-repeat left top;
	height:0;
	overflow:hidden;
	padding-top:13px;
	line-height:13px;
}

.tit-archivos {
	background: url(/global/img/tit-archivos.png) no-repeat left top;
	height:0;
	overflow:hidden;
	padding-top:16px;
	line-height:16px;
}

.tit-links {
	background: url(/global/img/tit-links.png) no-repeat left top;
	height:0;
	overflow:hidden;
	padding-top:16px;
	line-height:16px;
}

.box-com-rel {
	border-top: 15px solid #D9E0E8;
	background: #F1F3F6 url(/global/img/comillas.png) no-repeat 90% 90%;
	border-right: 1px solid #D9E0E8;
	border-bottom: 1px solid #D9E0E8;
	border-left: 1px solid #D9E0E8;
}

.iconos-ficha { width:200px; }

.iconos-ficha li { display: inline; }

.iconos-ficha li a, .iconos-ficha li span {
	float: right;
	display:block;
	height:18px;
	margin-right: 5px;
}

.iconos-ficha li a#share { background: url(/global/img/ico-share2.png) no-repeat left top; }

.iconos-ficha li a#share:hover { background: url(/global/img/ico-share2.png) no-repeat left -18px; }

/*.volantaNT {font-size:0.917em;}

.copeteNT {font-size:1.333em;}

.tituloNT {font-size:2.333em;}
*/
.box-pic {
	background-color:#F8F8F8;
	border:solid 1px #CDCDCD;
	padding:10px;
}

.slide-news { width:130px; }

.pie_img { width:400px; }

.box-pic-small {
	width:240px;
	background-color:#F8F8F8;
	border:solid 1px #CDCDCD;
	padding:5px;
}

.box-small { width:250px; }

.box-com-int {
	border-top: 5px solid #CDCDCD;
	background-color: #F8F8F8;
	border-right: 2px solid #CDCDCD;
	border-bottom: 2px solid #CDCDCD;
	border-left: 2px solid #CDCDCD;
}

.box-com-int img {
	float:left;
	margin-right:5px;
}

.img-portada-small { width:108px; }

.img-portada-small2 { width:88px; }

.comentarios {
	background-color:#F1F3F6;
	border-top: 7px solid #D9E0E8;
	border-right: 1px solid #D9E0E8;
	border-bottom: 1px solid #D9E0E8;
	border-left: 1px solid #D9E0E8;
}

.datos-req { width:200px; }

.areatxt { width:380px; }

.nombre {
	width:160px;
	background-color: #E7ECF1;
}

.comentario {
	width:450px;
	padding-left: 20px;
}

.answercom {
	padding:30px;
	background-color:#F2F2F2;
	border-top: solid 1px #CDCDCD;
}

.answerlectores {
	padding:10px 20px;
	background-color:#F2F2F2;
	border-top: solid 1px #CDCDCD;
}

.noticiaNumero { width:200px; }

.paginador { width:300px; }

.paginador div { display:inline; }

.img-col { width:108px; }

.img-columnista { width:168px; }

.headcol { width:530px; }

.headcolumnista { width:470px; }

.box-columnista {
	border-right: 1px solid #D9E0E8;
	border-bottom: 1px solid #D9E0E8;
	border-left: 1px solid #D9E0E8;
	background: #F1F3F6;
	padding: 15px 15px 0px;
}

.tit-ucol {
	background: url(/global/img/tit-ucol.png) no-repeat left top;
	height:0;
	overflow:hidden;
	padding-top:13px;
	line-height:13px;
}

.ucol ul { padding:10px 0 0; }

.ucol li {
	background: url(/global/img/bullet02.gif) no-repeat left 5px;
	padding-left: 10px;
	margin-bottom:10px;
}

.ucol li a { color:#57789A; }

.ucol li a:hover { color:#4D4D4D; }

.tit-mislinks {
	background: url(/global/img/tit-mislinks.png) no-repeat left top;
	height:0;
	overflow:hidden;
	padding-top:13px;
	line-height:13px;
}

.mislinks ul, .allcol ul { padding:10px 0; }

.mislinks li a, .allcol li a { color:#57789A; }

.mislinks li a:hover, .allcol li a:hover { color:#4D4D4D; }

.tit-allcol {
	background: url(/global/img/tit-allcol.png) no-repeat left top;
	height:0;
	overflow:hidden;
	padding-top:13px;
	line-height:13px;
}

.form-newsletter label { width:80px; }

#msg {
	display:none;
	position:absolute;
	z-index:2200;
	background:url(/global/img/msg_arrow.gif) left center no-repeat;
	padding-left:7px;
	Color:#FCDDDD;
	font-weight:bold;
	
	
}

#msgcontent {
	display:block;
	background:#E60000;
	border:2px solid #924949;
	border-left:none;
	padding:2px 5px;
	
	min-width:150px;
	max-width:150px;
	font-size:0.92em;
}

.contenedorAvisos {
	background-color:#FF6600;
	font: 0.917em Verdana, Geneva, sans-serif;
	color: #FFF6F1;
	padding:5px 5px 3px;
}

.contenedorAvisos a {
	color: #FFF6F1;
}

.contenedorAvisos a:hover {
	color: #6A483C;
}

.botmq {width:20px;}

.mq {width:970px;}
	
.info-docente {background:#57789A;}
.pic-id {width:123px;}
.id-content {width:150px;}
.info-docente h1 {color:#FCFCFD;}
.info-docente a {color:#C9D4DF;}
.info-docente a:hover {color:#FCFCFD;}

