@charset "utf-8";
/* CSS Document */

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-image: linear-gradient(to bottom, rgba(230,230,230,0), rgba(230,230,230,1));
	background-repeat: no-repeat;
	background-size: cover;
}

.container {
	position: relative;
	width: 100%;
	height: 100%;
	margin-bottom: 30px;
	background-image: url(../imagenes/ImgIconos.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
}
.layout {
	width: 94vw;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	background-image: url(../imagenes/FondoSiluetaAtengo.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
div.logo {
	position:relative;
	top: 30px;
	width: 415px;
	margin: 0 auto;
}
div.logo img {
	height:auto;
}
div.imagenes {
	width: 100%;
	height: auto;
}
div.imagenes img {
	width:100%;
	height:auto;
}
.leyendas {
	position: relative;
	width: 415px;
	margin: -35px auto 0 auto;
	text-align: center;
	background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
	border: 1px solid gray;
	border-radius: 15px;
	padding: 20px;
}
.leyenda1 {
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	font-size:2.5em;
}
.leyenda2 {
	font-family: Verdana, Geneva, sans-serif;
	color: #999;
	font-size:1.8em;
}
.español {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.3em;
	font-weight: 400;
	color: #666;
}
.ingles {
		font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight: 400;
	color: #999;
}
.municipio {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #444;
}
	