/* Portada inicial*/

body{
	color: #577b20;
}

a {
	color: #577b20;
	}
	
a:hover {
	color:#000000;
	}
	
#logotipo{
	background-image: url(../images/PV3/generico/logoPV.png);
}	


