P {
	font-family: Arial, Helvetica, sans-serif; }

P, A {
	color: #01476b;
	font-size: 1.3em;
	text-decoration: none }

IMG.logo {
    display: block;
    margin-left: auto;
    margin-right: auto }
	
div.contactos {
    height: 10em;
    position: relative }
	
div.contactos p {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%) }
