/* CSS3 */
/* Developed by: MrCh0n <mrchon@gmail.com> */  
/* fecha de creacion: 11/02/2013 */  
/* fecha de modificacion: 11/02/2013 */
/* =================================================================== 
 *                           Secciones
 * Ventajas
 * ===================================================================*/

section{
	border:0px solid #0f0;
	background-image: url('../imagenes/4ventajas/fondoventajas.jpg');
	background-repeat:no-repeat;
	background-position: left top;
	background-color: #000;
	background-size: 100% 100%;
	background-position: center top;
    
	/*
	background-size:contain;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
	
	position:absolute;
	top:80px;
	bottom:0;
    width:100%;
    
    height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
}
article{
	border:0px solid #f00;
	position:absolute;
	bottom:0;
	top:0;
    width:100%;
    
    height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
}

#body_nuestra,#body_nuestra2{
	border:0 solid #fff;
	color:#fff;
	width:45%;
	height:350px;
	overflow-x:hidden;
  	overflow-y:auto;
  	padding: 5px 5px  5px 15px;
  	text-align:justify;
}

#body_nuestra{
	margin-left:5%;
	margin-top:10%;
}
#body_nuestra2{
	margin-left:47%;
	margin-top:10%;
}

#body_centertxt1,#body_centertxt2{
    font-size:1.2em;
	text-align:justify;
}


#body_nuestra3{
	border:0px solid #fff;
	position:absolute;
	color:#fff;
	width:50%;
	margin-top:10%;
	right:0;
	font-size:1.3em;
	text-align:justify;
}

#subetab,#regresatab{
	border:0px solid #fff;
	position:absolute;
	bottom:10px;
	left:10px;
}

#subetab:hover,#regresatab:hover{
	cursor:pointer;
}



/*####################### RESPONSIVE ######################*/

/* hasta celulares iphones  6 plus*/
@media only screen and (max-width : 570px) {
	section{
		background-size: 100% 100%;
		background-position: center top;
		background-image: none;
		
	}
	#body_nuestra{	
		border:0px solid #fff;
		line-height: normal;
		width:90%;
		margin:0 5%;
	}
	
}
/* tabletas verticales*/
@media only screen and (min-width: 600px) and (max-width : 960px) {
	#body_nuestra{	
		border:0px solid #fff;
		width:55%;
		margin-top:30%;
	}
	#body_menunuestra{
		width:90%;
		margin:auto;
		margin-top:25%;
	}
	.divlogo>img{
		width:100%;
		margin-top:33%;
	}
	#body_nuestra2{
		width:55%;
		margin-left:40%;
		margin-top:30%;
	}
	
	#body_nuestra3{
		border:0px solid #fff;
		margin-top:33%;
		font-size:1.3em;
		margin-right:3%;
	}
}
/* tabletas horizontales, viejas laptop */
@media only screen and (min-width: 960px) and (max-width : 1024px) {
	#body_nuestra{	
		border:0px solid #fff;
		width:45%;
		margin-top:12%;
		height:450px;
	}
	#body_nuestra2{
		width:45%;
		margin-left:50%;
		margin-top:12%;
		height:450px;
	}
	

	
}
/* demas */
@media only screen and (min-width : 1025px) and (max-width : 1280px) {
	#body_nuestra{	
		border:0px solid #fff;
		width:60%;
		margin-top:25%;
	}
}

/* demas */
@media only screen and (min-width : 1280px) {
	
}


