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