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

FOOTER {
	border:0px solid #f00;
	background-color:#000;
	color:#fff;
	text-align:center;
	position:absolute;
	bottom:0;
	width:100%;
	height:100px;
	padding-top:10px;
}
FOOTER img {
	vertical-align:middle;
}
.footer_row{
	width:100%;
	border:0px solid #f00;
}
.footer_row>span{
	display:inline-block;
	width:33%;
	border:0px solid #fff;
}
.footertxt{
	color:#99343b;
	font-weight:bolder;
}

#textoextra{
	border:0px solid #f00;
	font-size:1.5em;
	width:70%;
	margin:auto;
}
/* =================================================================== 
 * OBJETOS DEL INDEX
 * ===================================================================*/


section{
	border:0px solid #0f0;
	background-color: #C5C6CB;
		/*background-image: url('../imagenes/1home/fondopantalla1.jpg');
	background-repeat:no-repeat;
	background-position: left top;
	
	background-size: 100% 100%;
	background-position: center top;
    background-attachment: fixed;

	background-size:contain;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
	
	position:absolute;
	top:80px;
	bottom:100px;
    width:100%;
    
    height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
}
#body_divmain{
	padding-top:120px;

}

#body_triangulo{

	background-image: url('../imagenes/1home/trianguloopaconegro.png');
	background-repeat:no-repeat;
	background-position: left top;
	background-size: 100%;
	background-position:left;
	
	width:50%;
	position:absolute;
	right:0;
	height:100%;
	
	color:#fff;
}
.body_centertxt{
	font-weight:normal;
	margin-top:35%;
	border:0px solid #fff;
	padding-left:20%;
}



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

/* hasta celulares iphones  6 plus*/
@media only screen and (max-width : 570px) {
	section{
		height:300px;
	}
	FOOTER {
	position:relative;
	}
}
/* tabletas verticales*/
@media only screen and (min-width: 600px) and (max-width : 960px) {
.divlogo>img{
		width:100%;
	}
}
/* tabletas horizontales, viejas laptop */
@media only screen and (min-width: 960px) and (max-width : 1024px) {
}
/* demas */
@media only screen and (min-width : 1025px) {
	
}


