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


/***********************************************
Tablet (Smaller than 959px)
***********************************************/
@media only screen and (min-width:700px) and (max-width: 959px) {

#showLeftPush{
	display:block;	
	position:fixed;
	top:0;
	right:10px;
	z-index:9999 !important;
	}
	

.facebook{

	display:none;
	
	}

#menu{
	background:url(../img/menu-bg.jpg) repeat;
	min-height:100px;
	height:auto;
	width:100%;
	padding:0px;
	-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;	

	}
	



.nav-menu{
	display:none;	
	}	


	
#index-left{
	padding:10px 50px 10px 25px;
	-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;	
margin-top:30px;
	}
	
#index-right{
	padding:10px 50px 10px 25px;
	-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;	
	}	

.footer{
	position:relative !important;
	bottom:-50px !important;
	float:left;
	width:100% !important;
	}	

#index-left h1, #index-right h1{
	width:80% !important;
	margin:0 auto;	
	}
	
.footer-content{
	color:#fff;
	height:30px;
	line-height:30px;
	font-size:12px;
	text-align:right;
	padding-right:30px;	
	}
	
#main-content h1{
	margin-top:25px;	
	}
    
#nosotros-content{
	padding:10px 0px !important;
	-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;	
margin:20px auto;

	}
	
#nosotros-content h3{
	color:#fff;
	text-align:center;	
	background:#f39352;
	font-family: 'Ubuntu', sans-serif;
	padding:5px 3px;
	width:80%;
	margin:0 auto;
	}
	
#nosotros-content p{
	font-size:15px; line-height:20px; font-family: 'Ubuntu', sans-serif; 	color:#414141; text-align:justify; margin:10px auto; width:80%; height:auto;  padding-bottom:10px;
	}

#clear-index{
	display:block;
	visibility:visible;	
	}
	
.index-img-responsive{
	display:none !important;	
	}	
	
.index-container{
	width:80%; height:auto; margin:0 auto; padding:10px 0px; background:rgba(255,255,255,0.6);	
	}		
	

	
#on-off-clearfix{
	display:block !important;
	visibility:visible !important;	
	}	
	
#contacto-content{
	width:80%;	
	margin:0 auto;
	}	
	
#h1-index h1{
	width:80% !important;	
	}	

#smartphone{
	display:block!important;
	visibility:visible!important;	
	}

}


