/* CSS Noticias / Reflexiones - Sitio web oficial de NACH */

# {
	margin: 0px;
	padding: 0px;
	}

h1 {
	font-size: 16px;
	}

span.fecha {
	font-size: 10px;
	}

form p {
	margin-top: 18px;
	}

input , textarea {
	border: 1px solid #808080;
	background-color: #fff;
	color: #909090;
	font-size: 12px;
	padding: 2px 4px;
	background-color: #f5f5f5;
	}

input.boton {
	font-size: 9px;
	width: 50px;
	padding: 0;
	margin: 20px;
	}

div#admin {
	border: 1px solid #808080;
	background-color: #f5f5f5;
	padding: 5px;
	width: 200px;
	margin: 10px auto;
	}


/* CSS Noticias - Sitio web oficial de NACH */

.noticias {
	width: 442px;
	background-image: url(images/noticias/contenido_not.gif);
	background-repeat: repeat-y;
	}
.cabecera_not {
	width: 442px;
	background-image: url(images/noticias/cabecera_not.gif);
	background-repeat: no-repeat;
	}
.fecha {
	width: 70px;
	height: 55px;
	background-image: url(images/noticias/fecha.gif);
	background-repeat: no-repeat;
	float: left;
	}
.fecha_dia {
	display: block;
	width: 70px;
	height: 22px;
	font-size: 20pt;
	color: white;
	padding: 10px 0px 0px 0px;
	text-align: center;
	}
.fecha_mes {
	display: block;
	width: 70px;
	height: 20px;
	font-size: 10pt;
	text-align: center;
	}
.titulo_not {
	width: 372px;
	height: 55px;
	padding: 15px 0px 0px 0px;
	float: left;
	text-align: left;
	}
.titulo {
	font-size: 16px;
	font-weight: bold;
	}
.texto_not {
	width: 422px;
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 5px 0px;
	border-top: 1px dashed #8E8E8B;
	clear: both;
	}

.texto_not a {
	color: #9FBCC9;
	}

.texto_not a:hover {
	color: #6D9BAF;
	}

.pie_not {
	width: 442px;
	height: 5px;
	margin: 0px 0px 5px 0px;
	background-image: url(images/noticias/pie_not.gif);
	background-repeat: no-repeat;
	}
	
	
/* CSS Reflexiones - Sitio web oficial de NACH */

.reflexiones {
	width: 442px;
	background-image: url(images/noticias/contenido_not.gif);
	background-repeat: repeat-y;
	}




.reflexiones p {
	margin: 15px 0 0 0;
	}



.cabecera_refl {
	width: 442px;
	height: 34px;
	margin: 0px 0px 10px 0px;
	background-image: url(images/noticias/cabecera_refl.gif);
	background-repeat: no-repeat;
	}

.fecha_refl {
	width: 60px;
	height: 34px;
	padding: 10px 0px 0px 6px;
	float: left;
	text-align: center;
	}
.fecha_02 {
	color: white;
	}

.titulo_refl {
	width: 382px;
	height: 34px;
	padding: 8px 0px 0px 0px;
	text-align: left;
	}
.titulo_02 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 0px 5px;
	}

.texto_refl {
	width: 422px;
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 5px 0px;
	border-top: 1px dashed #8E8E8B;
	clear: both;
	}
.pie_refl {
	width: 442px;
	height: 5px;
	margin: 0px 0px 5px 0px;
	background-image: url(images/noticias/pie_not.gif);
	background-repeat: no-repeat;
	}