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

html, body{
	height:auto !important;
	height:100%;
	min-height: 100%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
	background-color: #ffffff;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
/* Capa de "borrado" de flotaciones */
div.clear{
	float:none;
	clear:both;
}

#vertical{
	margin-left:20px;
}
}
#contenedor{
	width: 1000px;
	margin:0 auto;
	padding:0;
	background-color: #FFFFFF;

}

#cabecera {
	width: 1000px;
	height: 158px;
}

#copy {
	width: 1000px;
	height: 25px;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	background-color: #000000;
}


#copy a{
	color: #FFFFFF;
	text-decoration: underline;
}

#copy a:hover{
	color: #CCCCCC;
	text-decoration: underline;
}


#patrocinadores_bajo {
	width: 1000px;
	text-align: center;
}

#contenido {
	width: 1000px;
	background-color: #ffFFFF;
	height: auto;
	margin-top: 20px;
	
}


#izquerda{
	float:left;
	width:420px;
}


#centro{
	float:left;
	width:320px;
	margin-left: 10px;
}



#contenido_resultado{
	float:left;
	width:620px;
	margin-left:10px;
	margin-right:10px;
}

#contenido_milla{
	float:left;
	width:560px;
	margin-left:10px;
	margin-right:10px;
}

#centro_derecha{
	float:left;
	width:560px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:20px; 
}


#centro_izquerda{
	float:left;
	width:200px;
}
#derecha{
	width:300px;
	float:right;
	margin-left: 10px;
	background-color: #ffff99;
}
#derecha_milla{
	width:250px;
	float:right;
	margin-left: 10px;
	background-color: #ffff99;
}
#noticias{
	width:100%;
	text-align: justify;
	margin-bottom: 10px;
}

#noticias img{
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
}


.imagen_noticias {
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
}


.imagen {
	margin-right: 5px;
	margin-left: 5px;
}

.titulares {
	font-size: 14px;
	font-weight: bold;
	color: #CC0105;
}

.antetitulo {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.ultimahora{
	font-size: 10px;
	color: #F15826;
}

.mod_derecha{
      width:280px;
	text-align: justify;
	margin-bottom: 10px;
	background-color: #999999;
}



.mod_central{
      //width:280px;
	text-align: justify;
	margin-bottom: 10px;
	font-size: 9px;
}




h2{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	//background-color: #C10105;
	background-color: #FFBC00;
	background-image: url(../gfx/backgrounds/fondotitulos.jpg);
	height: 20px;
	padding: 5px;
}



h3{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	//background-color: #FFBC00;
	background-color: #FFffff;
	background-image: url(../gfx/backgrounds/fondotitulos2.jpg);
	height: 20px;
	padding: 5px;
}

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


a:hover {
	text-decoration: underline;
}
