/*Estilo de la web - Contacto*/

.header-fondo{
	background-image: url(../img/contacto-pfmr.jpg);
	width: 100%;
	height: 200px;
	background-repeat: no-repeat;
	background-size: cover;
	
	}
	
.parte-contacto-blanco{
	min-height: 40px;
	background-color: #FFFFFF;
	padding-top: 5px; padding-bottom: 15px;
}

.lista-prot-datos{
	padding-left: 10px;
	margin-left: 15px;
	}
	
.lista-prot-datos li{
	list-style-type: disc;
	}


.margenes-titulo-contacto {
	margin-top: 0px;
	margin-bottom: 10px;	
	
	}
	

.header-texto{
	text-align: center;
	display: block;
	margin-top: 90px;
	color: #083E68;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #fff;
	font-weight: bolder;
	}	
	
.google-maps {
        position: relative;
        padding-bottom: 35%;
        height: 0;
        overflow: hidden;
    }
.google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }	
