/* CSS Document */

.caja { 
   height: auto; 
   width: 950px; 
   }

.box_arriba {
	width: 950px;
	clear: both;
}

.box_abajo {
	width: 950px;
	background:#006699;
	height:20px;
	clear:both;
}


.box_noticia {
	width: 500px;
	float: left; 
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 40px;
	background:#FFFFFF;
	border-right:solid;
	border-right-width: 2px;
	border-right-color:#000000;
	
}

.box_separa {
	width: 30px;
	float: left; 
	background:#FFFFFF;
}

.box_columna_nota{
	height:100%;
	background-image:url(../../imagenes/fondo_columna.gif);
	width:247px;
	float:left;
	}

.box_publicidad_columna{
	width:150px;
	height:100%;
	float:left;
}

.box_izquierda{
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
	font-weight:bold;
	font-size:10px;
	text-align:center;
	width:50%;
	float:left;
}

.box_derecha{
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
	font-weight:bold;
	font-size:10px;
	text-align:center;
	width:50%;
	float:left;
}

.box_centro{
	width:10%;
	float:left;
}

.box_abajo_abajo{
	width:100%;
	height:100%;
	clear:both;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
	font-weight:bold;
	font-size:10px;
	}
	
	.box_arriba_abajo{
	width:100%;
	height:100%;
	clear:both;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight:bold;
	font-size:12px;
	}

.texto_chico{
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
	font-weight:bold;
	font-size:10px;
	}

.texto_grande{
	font-family:Arial, Helvetica, sans-serif;
	color:#ff2a00;
	font-weight:bold;
	font-size:40px;
	}
