

*{
	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;

}



#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;
}









nav,section{
	display: block;
	text-align:center;
}



#fotos{
	display:block;
	width:100%;
	padding:0;
	margin:0;
	
	position:relative;
	margin-top: 60px;
	margin-bottom:30px;
	-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);
}
.teclado, .movil{
	
	display:inline-block;
	margin:0;
	vertical-align:middle;
	padding:0;
	width:100%;
	
}
.teclado{
	width:50%;
	
	height:240px;
	padding:0;
	margin:0;
	opacity:0.7;
}
.movil{
	width:50%;
	padding:0;
	margin:0;
	height:240px;
	opacity:0.7;
}

.foto-opacidad{
	opacity: 0.7;
}

.logow4e{
	left:35%;
	position:absolute;
	margin: auto auto;
	top:30px;
	
}









.cuadros{
	margin:10px;
}



section{
	vertical-align: middle;
	padding: 10px;
	display:inline-block;
/*margin-top:50px;*/
	width:32.3%;
	
}

#calculadora,#redSocial, #apps{
	margin-top:50px;
	
	
}

.espacio-inicial{
	margin-top: 122px;
	text-align: center;
	padding:0;
	
}

.enviado{
	
	margin-top: 70px;
	text-shadow: 1.3px 1.3px 1.3px rgba(48, 44, 44,0.6);
	color: #fff;
	padding:5px;
	margin-bottom:0;
	background:#B2FF59;
	
}

#calculadora{
	background:#fff;
	background-image: url(../img/calc2.png);
	opacity:1.0;
	font-size:0.65em;
	max-width:100%;
	height: 200px;
	text-align:left;
	border-radius: 5px;
	/*border: 1.5px solid #d0d0d0;*/
	-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);
	
}
.calculadora{
	margin:auto auto;
	width:70%;
	padding:5px;
	background-image: url(../img/fondotitulo2.png);
	text-align:center;
	color:#FFA726;
	font-weight:bold;
	font-size: 1.1em;
	margin-top:10px;
	border-radius: 5px;
	-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);
	
}






#apps{
	background:#fff;
	background-image: url(../img/mov2.png);
	font-size:0.65em;
	height: 200px;
	max-width:100%;
	text-align:left;
	-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: 5px;
}
.apps{
	margin:auto auto;
	width:50%;
	padding:5px;
	background-image: url(../img/fondotitulo2.png);
	text-align:center;
	color:#FFA726;
	font-weight:bold;
	font-size: 1.1em;
	margin-top:10px;
	border-radius: 5px;
	-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);

}

#redSocial{
	background:#fff;
		background-image: url(../img/red2.png);
	text-align:left;
	height: 200px;
	font-size:0.65em;
	max-width:100%;
	-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: 5px;
}

.redSocial{
	margin:auto auto;
	width:50%;
	padding:5px;
	background-image: url(../img/fondotitulo2.png);
	text-align:center;
	color:#FFA726;
	font-weight:bold;
	font-size: 1.1em;
	margin-top:10px;
	border-radius: 5px;
	-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);
	
}


		
.novedades-tit{
	padding:7px;
	font-size: 0.9em;
	margin-bottom:30px;
	margin-top:120px;
	width:100%;
	color:#fff;
	background: #FFA726;
	-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);
	text-shadow: 1.3px 1.3px 1.3px rgba(48, 44, 44,0.8);
}





#novedades{
	
	color: #FFA726;
	
	font-weight:bold;
	background:#fff;
	/*-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);*/
	max-width:100%;
	width: 83.3%;
	display:in-block;
	padding:20px;
	
	
}

.lista-novedades{
	margin-left:20px;
	text-align:left;
}



.encabezadoNovedades{
	color: #000;
	font-size: 0.65em;
	font-weight:bold;
	padding: 5px;
	padding-left:9px;
	padding-right:9px;
	text-align:left;
}




.contenedorI, .contenedorT{
	display:inline-block;
	vertical-align:top;
}
.contenedorI{
	width:20%;
	
}
.contenedorT{
	width:75%;
}


.textoNovedades{
	color: #000;
	font-size: 0.6em;
	font-weight:normal;
	text-align:left;
	margin-left: 20px;
	padding-left:20px;
}


.imgNovedades{
	text-align:left;
	margin-left: 30px;
	margin-bottom:30px
}




#siguenos, #novedades{
	display:inline-block;
	vertical-align:top;
	margin-top:0;
	padding-top:0;
}

#siguenos{
	width:13%;
	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;
}

.barrita-naranja{
	width:100%;
	margin-bottom:0;
	background: #FFA726;
	height: 5px;
	margin-top: 50px;
}


footer{
	text-align:center;
	background: #00111a;
	color:#FFF;
	font-size: 0.6em;
	margin-bottom:0;
	width: 100%;
	height:100px;
}
.fp1,.fp2{
	display: inline-block;
	padding:15px;
	text-align:center;
	margin-top:20px;
}
.fp1{

	text-align:center;
}
.fp2{

	text-align:center;
}












	