/* CSS Document */

#contenido{
	height:1569px;
}

#contenido_sombra{
	height:2490px;
	background-image:url(../images/contenido_sombra_med_noticia.jpg);
}

#contenedor{
	height:2170px;
}

#cuerpo{
	height:2150px;
}

#pie_cuerpo{
	height:70px;
}


/*--------------------------------------------*/


.texto{
	padding:30px 0px 0px 0px;
	font-size:90%;
	height:211px;
	margin-bottom:-10px;
	width:250px;
}

.texto h2{
padding-left:25px;
margin-top:10px;
padding-bottom:0;
clear:both;
margin-bottom:0;
}

.texto p{
	width:230px;
	float:left;
	color:#797979;
	padding:15px;
	margin:0px 0px 0px 10px;
}
*html .texto{
	width:235px;
}

*html .texto p{
	width:230px;
}
.texto.largo{
width:520px;
}
.texto.largo p{
	width:560px;
}


.texto .gris{
	background-color:#F4F4F4;
}

#foto{
	float:right;
	width:300px;
	height:200px;
	margin:0px;
	margin-right:30px;
}

#foto img{
	clear:both;
	float:right;
	margin:0px;
	
}

