
@charset "utf-8";
/* CSS Document */

#showLeftPush{
	display:block;
	opacity:0.8;	
	}
#contacto-content{ 
}
body{ font-family:'Open Sans', sans-serif;}
.logo{
	width:150px;
	display:block;
	float:left;
	padding:10px;
	margin-left: 65px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}
.logo-inicio{
	width:250px;
	}
.fondo{
	 /* Full height */
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-image:url(img/bg.png);
	}
.contenido{
	width:66%;
	margin-left:17%;
	padding:20px 0px 10px 0px;
	background-color:transparent;
	}
	
ul.nav-menu {
	width:600px;
	height:100px;	
	float:left;
	}
	
.facebook{
	width:100px;
	height:100px;
	display:block;
	float:left;
	background:transparent;	
	}
	
.wrapper-menu-face{
	width:700px;
	height:100px;
	padding:0;
	position:absolute;
	right:50px;	
	
	}
	
.index-container{
	width:100%; height:auto; padding:10px 0px; background:rgba(255,255,255,0.6);	
	}
	
.menu-container{
	 width:100%; height:auto; background:rgba(255,255,255,0.6);		
	}
	
#index-left{
	padding:50px 25px;
	-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;	
	}
	
#index-left h1{
	background:#c3dcb1;
	color:#fff;	
	padding:5px 0px;
	}
	
#index-right{
	padding:50px 25px;
	-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;	
	}
	
#index-right h1{
	background:	#f39352;
	color:white;
	padding:5px 0px;
	}
#info-header{
	padding:1% 1%;
	}
.redes-sociales{
	float:right;
	}
.contacto-header{
	margin: 2% 0%;
	}
.contacto-header p{
	text-align:center;
	}
.contacto-container{
	width:90%; 
	margin-left:0%;
	height:auto; 
	margin:1% auto; 
	padding:8px 0px;
	}
.contacto-container01{
	width:100%; 
	margin-left:0%;
	height:auto; 
	margin-top: 3%;
	margin-bottom:2%;
	padding:0 10px;
	background-color: #f1f2f4 !important;
	}
.spam{
	float:left; margin-left:	
	}
.contenido h1{
	color:#7BAC39;
	}
#contacto-content{
	padding: 5px 0px 0px 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color:tranparent;
	}
#contacto-content h1{
	color:#7BAC39;
	line-height:30px;
	letter-spacing:1px;
	}
#contacto-content h3{
	color:#7BAC39;
	text-align:center;	
	font-family: Verdana, Geneva, sans-serif;
	padding:5px 3px;
	width:100%;
	margin:10px auto;
	}
#contacto-content p{
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
	color: black;
	text-align:center;
	height: auto;
	padding-bottom: 10px;
	}
.registrate{
	padding: 20px;
    margin-right: 20px;
	background-color:#eaeaea;
	line-height:20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 2px 2px 5px 2px rgba(54,54,54,.3);
	box-shadow: 2px 2px 5px 2px rgba(54,54,54,.3);
	}
.registrate h3{
	color:#e63530;
	text-align:center;
	padding:10px 0px;
	line-height:30px;
	}
.registrate p{
	text-align:center;
	color:black;
	}

.soluciones{
	width:23%;
	padding:5px 5px;
	float:left;
	margin:8px;
	color:#000;
	}
.doble{
	width:45%;
	padding:5px 5px;
	float:left;
	margin:8px;	}
.boton_conoce{
	margin-left: 13%;
	background-color: #58d4b9;
	border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border: 0px solid #000000;
	font-size: 1.4em;
	}	

.soluciones h3{
	margin:15px 0px;
	font-size:15px;
	color:black !important;
	font-size:1.2em;
	}
.soluciones img{
	width: 35%;
    margin-left: 30%;
}
	} 

#showLeft, #showRight, #showTop, #showBottom{
	display:none;	
	}
	
#showLeftPush{
	display:none;	
	}
	
#clear-index{
	display:none;
	visibility:hidden;	
	}
	
.index-img-responsive{
	display:none !important;	
	}	
	
#on-off-clearfix{
	display:none !important;
	visibility:hidden !important;	
	}
	
small{
    font-size: 10px;
}

#smartphone{
	display:none !important;
	visibility:hidden !important;	
}

#contacto-content-aviso{
	    width: 80%;
    margin-left: 10%;
	padding: 20px 0px 0px 20px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background-color: tranparent;
}
    
@media only screen and (min-width:960px) and (max-width: 1199px) {

.index-img-responsive{
	display:none !important;	
	}		

#on-off-clearfix{
	display:none !important;
	visibility:hidden !important;	
	}
    
#smartphone{
	display:none !important;
	visibility:hidden !important;	
	}
    
}	
	
	
