@charset "UTF-8";
html { overflow-x:hidden; }

#principal {
	position: relative;
	width: 90%;
	left: 0px;
	top: 0px;
	margin: auto;
	max-width: 800px;
}
#info {
	position: relative;
	height: auto;
	width: 100%;
}
#titulo {
	position: relative;
	height: auto;
	width: 100%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 250%;
	color: #FF0004;
	font-weight: bold;
	margin-bottom: 20px;
}
#subtitulo {
	position: relative;
	height: auto;
	width: 100%;
	top: auto;
	color: #787878;
	font-size: 20pt;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 20px;
}
#titulo2 {
	position: relative;
	height: auto;
	width: 100%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 250%;
	color: #FF0004;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 40px;
	text-align: left;
}
#subtitulo2 {
	position: relative;
	height: auto;
	width: 100%;
	top: auto;
	color: #787878;
	font-size: 20pt;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 20px;
	text-align: left;
}
#parrafo {
	position: relative;
	height: auto;
	width: 100%;
	top: auto;
	left: 0px;
	color: #000000;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14pt;
	text-align: justify;
}

#parrafo2 {
	position: relative;
	height: auto;
	width: 100%;
	top: auto;
	left: 0px;
	color: #000000;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14pt;
	text-align: justify;
	
	
#btn {
	position: relative;
	height: auto;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-bottom: 20px;
	margin-bottom: 20px;
	margin-bottom: 50px;
	margin-bottom: 40px;
}

img {
	height: auto;
	max-width: 100%;
}
#img {
	width: 100%;
	height: auto;
	margin-top: 0px;
}



#info2 {
	position: relative;
	height: auto;
	width: 100%;
	margin-bottom: 50px;
}


	@media screen and (max-width: 500px){
	#principal {
	width: 90%;
	height: auto;
	}
	
	
#info2 #imagen img {
	width: 100%;
	height: auto;
}
#imagen {
	position: relative;
	height: auto;
	max-width: 100%;
}
#btn {
	position: absolute;
}
