p {
	margin: 0px;	
}

.noticia_Wrapper embed, .noticia_Wrapper object {
	width: 590px;
	height: 351px;	
}

.noticias_Left {
	position: relative;
	float: left;
	width: 590px;
	
	margin-right: 5px;
}

.noticia_Wrapper {
	position: relative;
	float: left;
	width: 590px;
	margin-bottom: 10px;
	
	background-color: black;
}

.noticias_Left .fecha_noticia {
	float: left;
	clear: both;
	width: 555px;
	margin-left: 15px;

}

.titular_noticia {
	float: left;
	width: 530px;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 20px;
	
	font-family: helvetica, arial;
	font-size: 18pt;
	/*text-transform: uppercase;*/
	color: white;
	
}
.linea_noticia {
	position: relative;
	float: left;
	clear: both;
	width: 560px;
	height: 15px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
	border-top: solid 1px #555555;
}
.contenido_noticia{
	position: relative;
	float: left;
	clear: both;
	width: 590px;
}
.cuerpo_noticia {
	float: left;
	clear: both;
	width: 500px;
	padding: 30px;
	padding-top: 20px;
	font-size: 9pt;
	line-height: 11pt;
	color: #DCDCDC;	
}


#n {
	color: #DCDCDC;	
}

.foto_noticia_Wrapper {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
}

.foto_noticia {
	position: relative;
	margin: auto;		
}

.foto_pie_Wrapper {
	position: relative;
	width: 580px;
	margin: 0px auto 0px auto;
	
	text-align: center;
	font-size: 8pt;
	color: #b5b5b5;
}

.contenido_noticia a {
	position: relative;
	left: 30px;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #B32A31;	
}
/*
.contenido_noticia a:hover {
	color: white;
}
*/
.cuerpo_noticia a {
	left: 0px;
	font-weight: normal;	
}

.separador_Noticias {
	position: relative;
	float: left;
	width: 590px;
	height: 40px;
	background-image: url(../Images/mosaico_fondo_rojo.jpg);
	
}
.titulo_enlaces {
	position: relative;
	
	left: 30px;
	
	font-family: georgia;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	color: white;	
}

/*##################### LATERAL DERECHO #####################*/

.noticias_Right {
	position: relative;
	float: left;
	width: 345px;
	margin: 0px;
	background-color: black;	
}

.cabecera_noticias_mes {
	position: relative;
	float: left;
	width: 345px;
	height: 8px;
	margin: 0px;
	background-image: url(../Images/mosaico_fondo_rojo.jpg);
		
}

.mini_noticia_Wrapper {
	position: relative;
	float: left;
	width: 345px;
	background-color: black;	
}

.mini_noticia_Wrapper .fecha_noticia {
	width: 335px;
	left: 10px;
	margin-top: 25px;
}
.titular_mininoticia {
	position: relative;
	width: 315px;
	padding-left: 15px;
	padding-bottom: 5px;
	padding-right: 15px;
	font-size: 12pt;
	/*text-transform: uppercase;*/
	border-bottom: solid 1px #B32A31;	
	color: white;
	
	/*IE*/
	_width: 345px;
}
.titular_mininoticia a {
	color: white;	
	text-decoration: none;
}
.titular_mininoticia a:hover {
	color: #B5B5B5;
	text-decoration: none;	
}


.resumen_mininoticia {
	position: relative;
	width: 315px;
	padding: 15px;
	font-size: 9pt;
	line-height: 12pt;
	color: #DCDCDC;
}

/*############ ARCHIVO ##########*/
.cab_historico {
	position: relative;
	float: right;
	margin-top: 30px;
	
}
.archivoWrapper {
	position: relative;
	float: right;
	clear: right;
	width: 110px;
}

.anio_Wrapper {
	position: relative;
	float: right;
	width: 110px;
	top: 15px;
	right: 0px;
	margin-bottom: 10px;
	background-color: #B32A31;
	overflow: hidden;
}
.cab_anio {
	width: 110px;
	background-image: url(../Images/mosaico_fondo_rojo.jpg);
	cursor: pointer;
}
.cab_anio img {
	position: relative;
	width: 83px;
	right: -24px;
}

.meses_Wrapper {
	line-height: 18px;	
	display: none;	
}

.meses_Wrapper a {
	position: absolute;
	display: inline;
	right: 20px;
	color: white;
	font-style: italic;
	text-decoration: none;
	font-family: georgia;
	font-size: 10pt;
	cursor: pointer;
}