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