/* CSS Document */

#noticia{
width: 550px;
min-height: 150px;
height: auto;
overflow: hidden;
text-align: left;
margin-left: 20px;
margin-top: 30px;
}

.texto{
    color: #555555;
	font-weight: light;
	font-family: Tahoma;
	font-size: 12px;
	text-align: justify;
}



.textoTitulosNoticia{
    color: #1D3F58;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 18px;
}



.textoLinks{
        color: #1D3F58;
	font-weight: light;
	font-family: Tahoma;
	font-size: 10px;
}


a:link {
	color: #1D3F58;
}
a:visited {
	color: #172D3A;
}
a:hover {
	color: #E86B1D;
}
a:active {
	color: #E55B1C;
}

img{

 border:0;


}

#correPaginasSiguiente{
width: 150px;
height: 47px;
line-height: 47px;
float: right;
margin-right: 20px;
background-image:url(../imagenes/imagenesComunes/siguiente.png);

}
#correPaginasAnterior{
width: 150px;
height: 47px;
line-height: 47px;
float: right;
margin-right: 20px;
background-image:url(../imagenes/imagenesComunes/anterior.png);

}

.textoCorrePaginas{
        color: #1D3F58;
	font-weight: light;
	font-family: Tahoma;
	font-size: 10px;
}
