@charset "utf-8";
/* CSS Document */
p{
     margin: 0;
     padding: 0;
     border: 0;
     outline: 0;
}
/*-----------------------------------------*/
html, body {
	margin: 0px;
	padding: 0px;
	background-color:#FFF;
}
div#todo {
	width:980px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
div#publicidad {
	width:980px;
	height:95px;
}
div#top {
	width:980px;
	height:200px;
	margin-bottom:5px;
	}
div#barra {
	width:980px;
	height:30px;
	margin-bottom:5px;
/*	background-color:#2b9b1d;
	background-image:url(imagenes/fdo-barra.jpg)*/
	}
div#contenedor {
	position:relative;
	float:left;
	width:678px;
	height:100%;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
div#momento {
	position:relative;
	float:left;
	width:670px;
	height:100%;
}

div#izq {
	position:relative;
	padding-left:2px;
	float:left;
	width:335px;
	height:100%;
	border-right: 1px solid #000;
}
div#corte {
	position:relative;
	padding-left:2px;
	float:left;
	width:675px;
	height:100px;
	margin-top:5px;
	margin-bottom:5px;
	border-bottom:solid 1px #666;
	border-top:solid 1px #666;
}
div#interes {
	position:relative;
	padding-left:2px;
	float:left;
	width:678px;
	margin-top:5px;
	margin-bottom:5px;
	border-bottom:#AA9 1px solid;
	border-top:#AA9 1px solid;
	background-color:#E1E1E1;
}
div#centro {
	position:relative;
	padding-left:2px;
	float:left;
	width:335px;
	height:100%;
	background-color: #ECF2FD;
}
div#der {
	position:relative;
	float:right;
	width:300px;
	height:100%;
	background-color:#F3F3F3;
}
div#pie {
	position:relative;
	width:980px;
	height:40px;
	float:left;
	background-color:#006600;
}

P {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#000000;
}
.catorce {
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#000000;
}
.nota, .nota p, .nota span{
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#000;
	}
.copete_min{font-size:10px !important; font-weight:bold;font-family:"Trebuchet MS";}
.copete_med{font-size:14px !important; font-weight:bold;font-family:"Trebuchet MS";}
.copete_big{font-size:20px !important; font-weight:bold;font-family:"Trebuchet MS";}
.nota_min, .nota_min p, .nota_min span{font-size:10px !important;font-family:"Trebuchet MS";}
.nota_med, .nota_med p, .nota_med span{font-size:14px !important;font-family:"Trebuchet MS";}
.nota_big, .nota_big p, .nota_big span{font-size:20px !important;font-family:"Trebuchet MS";}
.titulo {
	font-size:18px;
	color:#005E8A;
	text-transform:uppercase;
}
.titulochico {
	font-size:14px;
	color:#000000;
	text-transform:uppercase;
}
.tituldoce {
	font-size:12px;
	color:#000000;
	text-transform:uppercase;
	font-weight:bold;
}
.blanco {
	color:#fff;
}
.gris {
	color:#666666;
}
.rojo {
	color:#CC0000
	}
.paginacion a{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#560E00; display:block; text-decoration:none; padding:5px 7px; margin:1px; float:left; background-color:#EBEADF;}
.paginacion a:hover{
	color:#F4F3E8;
	background-color:#003300;
}
.paginacion span{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#F4F3E8; display:block; text-decoration:none; padding:5px 7px; margin:1px; float:left; background-color:#560E00;}



A {
	text-decoration:none;
	color:#005E8A;
}

a:hover {
	text-decoration:underline;
}
.contenedorrevista img { margin:5px;}
.contenedorrevista { float:left; margin:2px; padding:0px; border:1px #E8E8E8 solid; background-color:#FFF; width:130px; height:190px;}
/*-FORMULARIO-CONTACTO---------------------------------------------------------------------*/
#contacto label{margin:5px 0; font-size:12px; font-family:Arial, Helvetica, sans-serif; color:#6C685D; display:block; width:90%;}
#contacto input, #contacto textarea{border:1px #ECE8DD solid; background-color:#F8F8F7;margin:5px 0; font-size:12px; font-family:Arial, Helvetica, sans-serif; color:#6C685D; display:block; width:90%;}
#contacto form input[type="hidden"] { display: none; }
#contacto #boton{width:100px !important;}

