body{
	margin:0;
}
.nopad{
	padding:0;
}

.contenedor-info{
	height:244px;
	width: 100%;
	position: absolute;
	top: 33%;
	/* background: url('img/fondo-info.png') no-repeat scroll center top/cover transparent; */
}
.franja-blanca{
	height:120px;
	padding: 15px 0;
}
.franja-blanca-inner{
	background-color:rgba(255,255,255,0.8);
}
.franja-azul{
	height:135px;
}
.franja-azul-principal{
	position: relative;
	background-color:rgba(0,100,180,0.95);
	height: 107px;
}
.franja-azul-fondo{
	position:absolute;
	top: 16px;
	height: 108px;
	width:100%;
	background-color:rgba(0,100,180,0.69);
}
.contenedor-texto{
	z-index: 3;
	font-family: Georgia;
	font-size: 24px;
	color:white;
}
.telefonos{
	font-size: 28px;
	padding-top: 8px;
}
.telefonos div{
	height: 32px;
}
.grid{
	max-width: 1000px;
	margin: auto;
	text-align: center;
}
.img-fondo-contacto{
	width:100%;
	height:auto;
	z-index:-4;
}
.email{
	color:#ecb802;
	text-transform: none;
	font-size: 24px;
	font-family: Georgia;
}
.email:hover{
	text-decoration: none;
	color:white;
}