/* CSS Document */
BODY
{
 background-color:#727878;
 font-family:verdana;
 font-size:10px;
 margin-top:0px;
 margin-left:0px;
 text-align:center;
}

.outline
{
	height:585px;
	margin-top:10px;
	margin-left:10%;
	background-color:#727878;

}


.navigation
{
	width:554px;
	height:44px;
	background-image:url(../img/maquetacion/top.jpg);
	background-position:left;
	background-repeat:no-repeat;
}

.izquierda
{
	width:216px;
	height:554px;
	margin-top:5px;
	margin-left:5px;
	float:left;
	background-image:url(../img/maquetacion/izquierda.jpg);
	background-repeat:no-repeat;
	vertical-align:bottom;
	text-align:center;
	padding-top:100px;
}


.cabecera
{
	margin-right:100px;
	width:554px;
	height:213px;
	background-image:url(../img/maquetacion/caja_con_sombra.jpg);
	background-position:center;
	background-repeat:no-repeat;
	float:right;
	padding-top:5px;
}

.derecha
{
	width:554px;
	height:45px;
	margin-right:100px;
	margin-top:5px;
	float:right;
	background-image:url(../img/maquetacion/top.jpg)
}

.contenido
{
 width:558px;
 height:213px;
 margin-right:100px;
 float:right;
 text-align:left;
}

.contenido1
{
width:348px;
height:267px;
background-image:url(../img/maquetacion/contenido1.jpg);
float:left;
}
.contenido2
{
	width:210px;
	height:265px;
	paddin-top:15px;
	background-image:url(../img/maquetacion/contenido2.jpg);
	float:right;
	margin-top: 0px;
	padding-top: 15px;
	padding: 15;
}


.noticia_encabezado{
  color:#970918;
}

.titular{

	font-size:13px;
	font-weight: bold;
	color:black;
}

.noticia_subtitulo{
  color:#666666;
}

a.gris, a.gris:active, a.gris:visited{
	color:#888888;
	text-decoration:none;
	
}
a.gris:hover{
	border-top:1px solid #888888;
	border-bottom:1px solid #888888;
}


.titular_blanco{
	font-size:13px;
	color:white;
	
}

.titular_gris{
	font-size:13px;
	color:#666666;
	font-weight:bold;
	
	
}

.blanco{
	color:white;
}

