

*{
	padding: 0;
	margin:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
	
}



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


body{
	font-size: 2em;
	margin: 0;
	text-align: center;
	margin-top: 122px;
}



#background{width:100%; height:100%;}
header{
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	max-width:100%;
	max-height: 100%;
	width:100%;
	height: 122px;/*115*/
	text-align: center;
	display: in-block;
	background: #FFA726;
	-webkit-box-shadow: 1px 1px 1px 1px rgba(50, 44, 44, 0.38);
	-moz-box-shadow:    1px 1px 1px 1px rgba(50, 44, 44, 0.38);
	box-shadow:         1px 1px 1px 1px rgba(50, 44, 44, 0.38);
	position: fixed;
	z-index: 100;
	top:0;
}
aside{
	background-color: #fff;
}
h1{
	
	/*background-image: url(../img/fondotitulo2.png);*/
	margin:auto 0px;
	padding:0px;
	color: #fff; /*#FFA726;*/
	width:100%;
	padding-top:5px;
	font-size: 1.3em;
	text-shadow: 1.3px 1.3px 1.3px rgba(48, 44, 44,0.8);
	margin-top:0;
	padding-bottom:10px;
 }

 nav{
	
	font-size: 0.7em;
	display: inline-block;
	margin-top: 0;
	text-align: center;
	margin-bottom:0;
	width: 100%;
	
 }
 
 nav ul{
	text-align: center;
	/*#FFB725; #FACC2E;*/
	width: 100%;
	margin: auto auto;
	padding:0;
 }
 
 nav li{
	display: inline-block; 
	text-align: center;
	padding-left:0;
	padding-right:0;
	position:relative;

 }
 a{
		
	padding-left:20px;
	padding-right:20px;	
	padding-bottom: 15px;/*15px*/
	padding-top:15px;
	color: #FFF;
	font-size:1.0em;
	text-shadow: 1.3px 1.3px 1.3px rgba(48, 44, 44,0.6);
	text-align:center;
	text-decoration:none;
	display: inline-block;
	border-radius: 0.1em 0.1em 0.1em 0.1em;
	-ms-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}
.menu:hover {
	color:#FFA726;
	background:#fff;
	text-align:center;

	-ms-transition: all 0.3s ease-out;
	-webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	
	padding-bottom:0;
	padding-top:0;	
}











a:hover {
	color:#FFA726;
	text-align:center;
	
	
	-ms-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	padding-left:22px;
	padding-right:22px;	
	text-shadow: 1.3px 1.3px 1.3px rgba(0, 0, 0,0.1);
}

.icon-home3, .icon-calculator, .icon-mobile, .icon-earth, .icon-user-tie, .icon-mail4, .icon-bullhorn{
		padding-right:10px;
}
.icon-circle-down{
	font-size:0.6em;
	padding-left:5px;
}



.menu_bar{
	display:none;
}







#siguenos, #formulario{
	display: inline-block;
	vertical-align: top;
}

/*FORMULARIO*/
#formulario{
	width: 83.3%;
	margin-top: 70px;
}

.texto-form{
	color:	#FFA726;
	text-align: center;
	
}


.mensaje, .contrasena, .correo{
	width: 80%;
	margin-top: 30px;
	padding: 10px;
	border: none;
	border-bottom: 1.5px solid #FFA726;
	outline: none;
}

.mensaje{
	height: 100px;
	margin-bottom: 50px;
}

.correo, .contrasena{
	height: 40px;
	margin-bottom: 50px;
}

.boton{
	font-family: 'Roboto';
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-right: 40px;
	font-size:0.6em;
	color: #fff;
	background: #FFA726;
	
	 border-radius: 100%;
	-moz-border-radius: 200px 200px 200px 200px;
	-webkit-border-radius: 200px 200px 200px 200px;
	border: 0px solid #4a434a;
}

.form, .logo{
	display: in-block;
}

.logo{
	margin-top: 100px;
}

/*CENTRAR PLACEHOLDER */
::-webkit-input-placeholder {
   text-align: center;
}

:-moz-placeholder { /* Firefox 18- */
   text-align: center;  
}

::-moz-placeholder {  /* Firefox 19+ */
   text-align: center;  
}

:-ms-input-placeholder {  
   text-align: center; 
}

/***************** */






/*REDES SOCIALES*/
#siguenos{
	width:13%;
	right:0;
	margin-top:50px;

	/*-webkit-box-shadow: 1px 1px 1px 1px rgba(50, 50, 50, 0.38);
	-moz-box-shadow:    1px 1px 1px 1px rgba(50, 50, 50, 0.38);
	box-shadow:         1px 1px 1px 1px rgba(50, 50, 50, 0.38);*/
}


.twitter{
	margin-top: 50px;
}
.twitter, .facebook, .you-tube,.instagram{
	display:in-block;
	margin: center center;
	
	
	text-align:center;
	margin-top: 12px;
	margin-bottom: 12px;
	
	
	
}

.twitter{
	background: #55acee;
	-webkit-box-shadow: 1px 1px 1px 1px rgba(50, 50, 50, 0.38);
	-moz-box-shadow:    1px 1px 1px 1px rgba(50, 50, 50, 0.38);
	box-shadow:         1px 1px 1px 1px rgba(50, 50, 50, 0.38);
	
	border-radius: 0.1em 0.1em 0.1em 0.1em;
	-ms-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}

.twitter:hover{
	color:#fff;
	background: #FFA726 ;
	
	
	-ms-transition: all 0.3s ease-out;
	-webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.you-tube{
	background: #e52d27;
	-webkit-box-shadow: 1px 1px 1px 1px rgba(50, 50, 50, 0.38);
	-moz-box-shadow:    1px 1px 1px 1px rgba(50, 50, 50, 0.38);
	box-shadow:         1px 1px 1px 1px rgba(50, 50, 50, 0.38);
	
	border-radius: 0.1em 0.1em 0.1em 0.1em;
	-ms-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}

.you-tube:hover{
	color:#fff;
	background: #FFA726;
	
	
	-ms-transition: all 0.3s ease-out;
	-webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.facebook{
	background: #3b5998;
	-webkit-box-shadow: 1px 1px 1px 1px rgba(50, 50, 50, 0.38);
	-moz-box-shadow:    1px 1px 1px 1px rgba(50, 50, 50, 0.38);
	box-shadow:         1px 1px 1px 1px rgba(50, 50, 50, 0.38);
	
	border-radius: 0.1em 0.1em 0.1em 0.1em;
	-ms-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}

.facebook:hover{
	color:#fff;
	background: #FFA726 ;
	
	-ms-transition: all 0.3s ease-out;
	-webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.instagram{
	background: #517fa4;
	-webkit-box-shadow: 1px 1px 1px 1px rgba(50, 50, 50, 0.38);
	-moz-box-shadow:    1px 1px 1px 1px rgba(50, 50, 50, 0.38);
	box-shadow:         1px 1px 1px 1px rgba(50, 50, 50, 0.38);
	
	
	border-radius: 0.1em 0.1em 0.1em 0.1em;
	-ms-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}

.instagram:hover{
	color:#fff;
	background: #FFA726;
	
	-ms-transition: all 0.3s ease-out;
	-webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.redSocialA{
	padding:20px;
	padding-top: 25px;
	padding-bottom: 25px;
	
	
}

.redSocialA:hover{
	color: #fff;
}

/*FIN*/

.barra-gris{
	height:1px;
	background: #FFA726
	border:none;
	width:100%;
	text-align: center;
}





footer{
	text-align:center;
	background: #00111a;
	color:#FFF;
	font-size: 0.6em;
	margin-bottom:0;
	width: 100%;
	height:100px;
	
	bottom:0;
	position:absolute;
	margin-top: 100px;
	/*bottom:0;
	position:absolute;*/
}

.barrita-naranja{
	width:100%;
	
	background: #FFA726;
	height: 5px;
	border:none;
	
	
}


.fp1,.fp2{
	display: inline-block;
	padding:15px;
	text-align:center;
	margin-top:20px;
}
.fp1{

	text-align:center;
}
.fp2{

	text-align:center;
}
