*{
	margin: 0;
	padding: 0;
}

header, body, footer, section, nav, article, aside{
	
	display: block;
}


@font-face{
	font-family: 'MavenProLight';
src: url('../fonts/MavenProLight-300.otf');
}


body{
	background:url('../img/landing/p_blanco.png') repeat;
}

.navbar{
	padding: 0.5%;
	margin-bottom: 0px !important;
}
.navbar button{
	margin-top: 8%;
	text-align: right;
}

.navbar-form button{	margin-top: 6%;
}


h1{
	color: gray; 
	font-family: MavenProLight;
	text-align: center;
	margin-top: 3%;
}


h2{
	color: #00ACE4;
	font-family: MavenProLight;
	font-size: 2.5em;
	text-align: center;
}

hr{
	border-color: lightgray;
}

/*------- INDEX ------*/

#foto{
	background:url('../img/landing/foto.jpg') repeat;
	margin-top: -1.5%;
	width: 100%;
}

#foto img{
	margin-bottom: 2%;
}

.ventajas{
	padding: 3%;
}

.ventajas p{
	color: #B1B1B1;
	text-align: center;
	font-size: 14px;
}
.ventajas h3{
	color: gray;
	font-family: MavenProLight;
	font-size: 24px;
	text-align: center;
}

.ventajas hr{
	border-color: #00ACE4;
	margin-bottom: 2%;
}

.ventajas .img-responsive{
display: block;
max-width: 100%;
height: auto;
}

.ventajas img{
	margin: 0 auto;
	vertical-align: middle;
}


.invitacion{
	margin-top: 2%;
	text-align: center;
}
.invitacion p{
	color: gray;
	font-family: MavenProLight;
	font-size: 20px;
}
.invitacion button{
	font-family: MavenProLight;
	margin-top: 1%;
}

/*--/////////////////*/



/*------- REGISTRO ------*/

form{
	margin-top: 3%;
}

.listo{
	margin-top: 2%;
	text-align: center;
}
.listo button a{
	color: white;
	text-decoration: none;
}

/*--/////////////////*/


.footer{
	margin-top: 5%;
	text-align: center;
}

.modal-title{
	color: #00ACE4;
	font-family: MavenProLight;
	font-size: 25px;
	text-align: center;
}

.modal-footer{
	background:url('../img/landing/p_blanco.png') repeat;
}

.modal-footer button{
	text-align: center;
	margin-right: 45%;
}








