@charset "utf-8";
/* CSS Document */

body{
	background:#030303 url(../images/fondo.jpg) no-repeat center top;
	width:100%;
	margin:0;
	display:table;
}


@font-face {
        font-family: "Eras Medium ITC";
        src: url("../fonts/ERASMD.TTF");
}

@font-face{
	font-family:"Eras Demi ITC";
	src: url("../fonts/Erasdemi.TTF");
}

#contenedor{
	width:960px;
	height:100%;
	margin:0 auto;
}

#encabezado{
	height:320px;
	width:100%;
	position:relative;
	z-index:2;
}

#logo{
	position:relative;
	left:20px;
	height:320px;
	top:0px;
	background:url(../images/logo.png) center no-repeat;
}

#logo span{
	display:none;
}

#ads1{
	width:950px;
	height:65px;
	margin:0 auto;
	position:relative;
	top:-100px;
	z-index:1;
}

#ads1 img{
	position:relative;
	float:left;
	top:-30px;
}

#columna1{
	width:75%;
	height:auto;
	float:left;
	position:relative;
	top:-90px;
}

#header_news{
	width:98%;
	height:90px;
	margin-left:1%;
	margin-top:1%;
	background-color:#fff;
	border-bottom:1px solid #ccc;
}

#header_news img{
	width:699px;
	position:relative;
	float:left;
	margin:3px;
}

#cuerpo_noticia{
	width:98%;
	min-height:600px;
	margin-left:1%;
	background-color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11pt;
	color:#333333;
}

#cuerpo_noticia .marco{
	padding:15px 18px;
	text-align:justify;
}

#cuerpo_noticia h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18pt;
	color:#CC3300;
	padding-top:8px;
}

#cuerpo_noticia a{
	color:#06F;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#cuerpo_noticia .marco strong, #cuerpo_noticia .marco b{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#cuerpo_noticias .piefoto{
	font:9pt;
}

#cuerpo_noticia .fecha{
	font-size:9pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#cuerpo_noticia .share{
	font-size:10pt;
}

#cuerpo_noticia .share a{
	text-decoration:none;
	color:#666;
}

#foto_noticia{
	float:right;
	border:1px solid #ccc;
	margin-left:10px;
	background:#eee;
}

#foto_noticia p{
	text-align:center;
	font:9pt Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:4px;
}

#foto_noticia .foto{
	padding:5px;
	float:center;
}

#columna2{
	width:25%;
	height:auto;
	float:right;
	position:relative;
	top:-90px;
}

#relacionadas{
	width:98%;
	height:160px;
	margin-right:1%;
	margin-top:3%;
	position:relative;
	float:left;
	background-color:#eee;
}

#relacionadas .marco{
	margin:3px;
	border:1px solid #999;
	background-color:#fff;
	height:95%;
}

#ads2{
	width:98%;
	height:360px;
	margin-right:1%;
	margin-top:3%;
	position:relative;
	float:left;
	background-color:#eee;
}

#ads2 .marco{
	margin:3px;
	border:1px solid #999;
	background-color:#fff;
	height:98%;
}

#tw{
	margin-left:0%;
	margin-top:2%;
	width:47%;
	height:103px;
	background-color:#B5D1AB;
	float:left;
}

#fb{
	margin-right:2%;
	margin-top:2%;
	width:47%;
	height:103px;
	background-color:#B5D1AB;
	float:right;
}

/*Comentarios*/

form{
	font:10pt Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	width:450px;
}

input{
	padding-bottom:2px;
	padding-top:2px;
}

textarea{
	width:350px;
}

#comments{
	font:10pt Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	border:1px solid #999;
}

#comments td{
	padding:5px;
	vertical-align:top;
}

#comments td.title-comment{
	font-weight:bold;
}

#comments .impar{
	background-color:#f6f6f6;
}

#comments .par{
	background-color:#f0f0f0;
}