@charset "utf-8";

#imagen-header{
	 background: url(../img/megalupita/megalupita1.jpg) no-repeat 100% 100% fixed;
	 background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
}

#texto-titulo{
	color:black;
	font-size: 25px;
	font-family: arial;
}
h2.p{
	colo:black;
	justify-content: justify;

}

#texto-contenido{
	text-align: justify-all;
	color: black;
	justify-content: justify;
	font-size: 25px;
	font-family: arial;
}
#texto-privacidad{
	text-align: left;
}

/* sucuesales */
#map-container { height: 300px }
#map {
    width: 100%; height: 400px; margin-top: 40px; margin-bottom: 40px;
}

.info-window {
    font-family: 'Montserrat', sans-serif;
}
.info-content {
    color: #999;
}

/* sucuesales */

#formulario{
	width: 600px;
	margin: 0 auto;
	background-color: #F0EFEF;
	padding: 10px 30px;
	border-radius: 6px;
	border: thin #C1C1C1;
}