
#body_contenido
{	
	background:url("estilo2/fondoContenido.jpg") repeat-y;

}
	
#cabecera
{
	background:url("estilo2/fondoCabecera.jpg") no-repeat;
}


#cabecera #herramientas UL LI a:hover
{
	text-decoration:underline;
	color:#c1418a;
}


#menuEnlaces UL LI a
{
	background: url("estilo2/fondoBoton.jpg") no-repeat;
}

#menuEnlaces UL LI a:hover
{
	color:#c1418a;
	background: url("estilo2/fondoBotonHover.jpg") no-repeat;
}

#contenido #texto_contenido
{
	background: url("estilo2/fondoContenidoCabecera.jpg") no-repeat left top;
}

#contenido #menu_contenido
{
	background:url("estilo2/fondoMenuNoticias.jpg") top no-repeat;
}

#contenido #menu_contenido LI .fecha
{
	color:#C1418A;
}

#contenido #menu_contenido LI A:hover
{
	color:#C1418A;
}

#contenido #menu_contenido #menu_contenido_google
{
	background: url("estilo2/fondoBotonLocaliza.jpg") left no-repeat;
}

#contenido #menu_contenido #menu_contenido_google:hover
{	
	background: url("estilo2/fondoBotonLocalizaHover.jpg") no-repeat;
	
}

#pie
{
	background: url("estilo2/fondoPie.jpg") no-repeat top;
}

#pie A
{
	text-decoration:underline;
	color:#C1418A;
}

#pie A:hover
{
	text-decoration:none;
	color:#666666;
}

#contenido #texto_contenido #listado li .datosNoticias H4
{
	background:url("estilo2/iconoNoticia.jpg") no-repeat;
}