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

#Cuerpo{
	width:1024px;
	height:auto;
	min-height:520px;
}
#Contenido{
	width:830px;
	float:left;
	height:auto;
	padding:25px 25px 135px 25px;
}
#Noticia{
	width:821px;
	float:right;
}
#divNTitulo{ 
	float:left;
	width:821px;
	height:110px;
	padding-bottom: 6px;
    background-image: url("../../img/parte_arriba.gif");
    background-repeat: no-repeat;
}
#divOESup{ 
	float:left;
	width:821px;
	height:115px;
	padding-bottom: 6px;		
    background-image: url("img/oferta-arriba.gif");
    background-repeat: no-repeat;
}
#divNTituloTxt{
    float: left;
    margin-top: 87px;
    margin-left: 20px;
    width: 790px;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
}
#divNoticiaContenido{
	float:left;
	width:821px;
	height:auto;
	padding-top:10px;
	background-color:#E7E8E5;
	box-shadow: 0px 36px 16px rgb(51, 51, 51);
}
#divNCIzq{
	float:left;
	margin-left:20px;
	width:305px;
}
#imgNoticia{
	box-shadow:0px 3px 8px #333;
}
#divNCminiFotos{
	float:left;
	width:80px;
}
.vfBTN{
	padding:1px;
}
#divNDDescripcion{
	float:right;
	width:370px;
    margin-right:10px;
}	

.divNDDTitulo{
	float:left;
	width:370px;
	background-color:#626568;
	color:#FFF;
	text-align:center;
	font-weight:bold;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top:15px;
	margin-bottom: 15px;	
	font-size: 15px;
	box-shadow: 5px 4px 9px #333;	
}
.divNDDNombre{
	float:left;
	width:210px;
	text-align:left;
	font-weight:bold;
}
.divNDDDato{
	float:left;
	width:160px;
	text-align:right;
}
.divNTXTDescripcion{
	float:left;
	width:100%;
}
#divNoticiaInferior{
	float:left;
	width:821px;
	height:40px;
    background-image: url("../../img/parte_abajo.gif");
    background-repeat: no-repeat;	
}