/* CSS Document */


#titulo{
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 0px;
	margin-top: 0px;
	
}

#subtitulo{
	font-weight: bold;
	color:  #64591C;
	
	
	}
#sumario{
	margin: 0px;
	padding-top: 10px;

	color: #453429;
}
#noticia p{
	
	padding-top: 0px;	
}
#noticia{
	border-bottom-width: 1px;
	border-bottom-color: #8BB50B;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	padding-top: 0px;
	padding-bottom: 15px;	
}
#cuerpo{
	text-align: justify;
	display: inline;
}
.foto{
	float:right;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 2px;
}
#fecha{
	color:#64591C;
	margin-bottom: 12px;
}
#textonoticia {

	vertical-align: top;
	border: none;
}

#textonoticia h2{
	line-height: 120%;
	color:#64591C;
	
}
#textonoticia h3{
	line-height: 120%;
	color:#64591C;
	font-size: 14px;	
}



#resultadosbusqueda{
	text-align: right;
}
#todasnoticias{
	background: transparent url("../imagenes/todasnoticias.gif") no-repeat ;
	height: 14px;
	width: 94px;
	position: absolute;
}
#todasnoticias a{
	height: 14px;
	width: 94px;
	display: block;
}

#todasnoticias a:hover {
	background: transparent url("../imagenes/todasnoticias.gif") no-repeat 0px -18px;
	}
	



