@charset "utf-8";



header, nav, section, article, aside, figure, footer{
	display: block;
}



.fotosbtn img{
	border:1 1 0 #09C;
	width: 503px ;
	height:290px;

}

.subrayado {
	font-weight: bold;
	text-decoration: underline;
}

.fotos img{
	border:1 1 0 #09C;
	width: 950px ;
	height:250px;

}
.fotos2 img{
	width: 480px;
	height: 150px;
}

.fotos3 img{
	width: 200px;
	height: 150px;
}
.fotos4 img{
	border:1 1 0 #09C;
	width: 950px ;
	height:auto;

}



/*  .fotosinicio img{
	width: 158px;
	height: auto;
}  */

.fotosinicio img{
	width: 150px;
	height: auto;
	transition:transform 0.3s;
	-webkit-transition:-webkit-transform 0.3s;
	-moz-transition:-moz-transform 0.3s;
	-ms-transition:-ms-transform 0.3s;
	-o-transition:-o-transform 0.3s;
}

.fotosinicio img:hover{
	transform:scale(1.1,1.1) ;
	-webkit-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
}


img {
  /* Responsive images (ensure images don't scale beyond their parents) */

  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */

  width: auto\9;
  /* IE7-8 need help adjusting responsive images */

  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */

  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}



a img{
	border:none;
	alignment-adjust:central;

}




.limpiar{
	clear:both;
}

body, nav, ul, li, a  {
	margin: 0;
	padding: 0;
}

body{
	padding-top: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 25px;
	color: #666;
	background-image: url(../images/back.gif);
	background-repeat: repeat;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
a{
	text-decoration: none;
	color: #09F;
}

a:hover {
	color: #9ED0DE;
}
 li a:hover {
	color: #002C40;
}

  li ul li a:hover {
	color: #000033;
}
  li ul li ul a:hover {
	color: #FFFFFF;
	background-color: #036;	
}



p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin: 6px;
}

p1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF3D00;
	margin: 6px;
}
p2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0182A7;
	margin: 6px;
	font-weight: bold;
	font-style: oblique;
}
p3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin: 6px;
	font-weight: bold;
}



.textoley{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	margin: 6px;
}


h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #069;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 5px;
	margin-left: 6px;
}



h2{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #fff;
	margin: 2px;
}
h3{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #069;
	text-align: center;
	font-weight: bold;
}
h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #005782;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 5px;
	margin-left: 6px;
	text-align: center;
}



.bor{
	background: url(../images/bor.png) repeat-x;
	height: 3px;
}
.separador2 img{
	width: 950px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	margin-top: 10px;
	margin-bottom: auto;
	padding-top: 10px;
}


.border{
	background: url(../images/bor.png) repeat-x;
	height: 2px;
	margin: 5px 0px;
}


	/* Slide Box*/
.padd{
	padding: 10px;
}

.slide-box{
	width: 250px;
	z-index: 400;
	position: fixed;
	top: 35%;
	border: 1px solid #000;
	right: -252px;
	background-color: #036;
	background-image: url(../images/b-sidebar-back.png);
	background-repeat: repeat;
	color: #FFF;
}

.slide-box .slide-box-button{
	border-right: 0px;
	text-align: center;
	line-height: 40px;
	width: 29px;
	height: 40px;
	display: block;
	position: absolute;
	z-index: 400;
	left: -30px;
	top: 35%;
	cursor: pointer;
	background-color: #006699;
	background-image: url(../images/azul.png);
	background-repeat: repeat;
}

.slide-box i{
	margin-right: 0px;
}


/* Back to top */

.totop {
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 104400;
}

.totop i{
	margin: 0px;
}

.totop a, .totop a:visited{
	display: block;
	width: 30px;
	height: 30px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	background: #c20d23 url(../img/red.png) repeat;
}

.totop a:hover {
	color: #fff;
	text-decoration: none;
}







/*--- Maquetacion ---*/
#contenedor{
	width: 950px;
	margin: 0 auto;
	padding: 0 auto;
	background-color: #FFFFFF;
}


/*-- Cabecera ---*/
#cabecera{
	
	height: 100px;
	background-color: #FFF;
	
}


#logo{
	width: 70px;
	height: 70px;
	float: left;
	margin: 0;
    *zoom: 1;
	padding-top: 10px;
	padding-right: auto;
	padding-bottom: 0px;
	padding-left: auto;
}

#logomensaje img{
	width: 70px;
	height: 70px;
	float: center;
	margin: 0;
	
}

#logo img{
	width: 70px;
	height: auto;
}
#cabecera ul{
	width:120px;
	height:109px;
	display:block;
	float:right;
	padding:0 ;
	margin:0;
	list-style:none;
	padding-top:5px;
}
#cabecera ul li{
	float:right;
}
#cabecera li a{
	width:45px;
	height:45px;
	display:block;
	float:right;
	margin-left:10px;
}
/*--- Menu ---*/
#menu{
	height:80px;
	border-bottom:4px solid #FF2F04;
}
#menu ul{
	margin:0;
	padding:0;
	list-style:none;
	width:474px;
	height:60px;
	display:block;
	background:#FF2F04;
	float:right;
	padding-top:20px;
}
#menu li{
	float:left;
}
#menu li a{
	line-height:40px;
	display:block;
	padding:0 25px;
	border-right:4px solid #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}
#menu li a:hover{
	color:#000;
}



.meta{
	font-size: 10px;
}

.meta a{
	color: #09F;
}

.meta a:hover{
	text-decoration:none;
	color: #9ED0DE;
	border:0;
}


/*--- Cuerpo ----*/
.titulopagina{
	display: block;
	font-size: 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	background-color: #006699;
	color: #FFFFFF;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
	white-space: normal;
	border-top-width: 10px;
	border-bottom-width: 10px;
}


.cajas{
	-ms-border-bottom-width: 2px;
	-moz-border-bottom-width: 2px;
	-webkit-border-bottom-width: 2px;
	-o-border-bottom-width: 2px;
	-ms-border-bottom-style: solid;
	-moz-border-bottom-style: solid;
	-webkit-border-bottom-style: solid;
	-o-border-bottom-style: solid;
	-ms-border-bottom-color: #006699;
	-moz-border-bottom-color: #006699;
	-webkit-border-bottom-color: #006699;
	-o-border-bottom-color: #006699;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #006699;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

/*--- peroxido ----*/

.cajaperox{
	-ms-border-bottom-width: 2px;
	-moz-border-bottom-width: 2px;
	-webkit-border-bottom-width: 2px;
	-o-border-bottom-width: 2px;
	-ms-border-bottom-style: solid;
	-moz-border-bottom-style: solid;
	-webkit-border-bottom-style: solid;
	-o-border-bottom-style: solid;
	-ms-border-bottom-color: #E94216;
	-moz-border-bottom-color: #E94216;
	-webkit-border-bottom-color: #E94216;
	-o-border-bottom-color: #E94216;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E94216;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}




.separador{
	
	-ms-border-bottom-width: 1px;
	-moz-border-bottom-width: 1px;
	-webkit-border-bottom-width: 1px;
	-o-border-bottom-width: 1px;
	
	-ms-border-bottom-style: solid;
	-moz-border-bottom-style: solid;
	-webkit-border-bottom-style: solid;
	-o-border-bottom-style: solid;

	-ms-border-bottom-color: #006699;
	-moz-border-bottom-color: #006699;
	-webkit-border-bottom-color: #006699;
	-o-border-bottom-color: #006699;
	
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006699;
}
.separadorcajas{
	padding: 15px 0;
	-ms-border-bottom-width: 3px;
	-moz-border-bottom-width: 3px;
	-webkit-border-bottom-width: 3px;
	-o-border-bottom-width: 3px;
	-ms-border-bottom-style: solid;
	-moz-border-bottom-style: solid;
	-webkit-border-bottom-style: solid;
	-o-border-bottom-style: solid;
	-ms-border-bottom-color: #006699;
	-moz-border-bottom-color: #006699;
	-webkit-border-bottom-color: #006699;
	-o-border-bottom-color: #006699;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #006699;
}
/*--- Presentación----*/

#cajapresentacion1{
	width: 250;
	float: left;
	margin-left: 10px;
} 

#cajapresentacion{
	width: 450px;
	float: left;
	margin:10px;
	padding: 10px;
	text-align: justify;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#cajapresentacioncu{
	width: 940px;
	float: left;
	margin: 10px;
	padding: auto;
	text-align: justify;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
}




#cajapresentacionindex{
	width: 397;
	float: left;
} 

#cajapresentacionindex h1{
	font-size: 30px;
	color: #006699;
	font-weight: normal;
} 

#cajapresentacion h1{
	font-size: 30px;
	color: #006699;
	font-weight: normal;
}

#cajapresentacion h4{
	font-size: 30px;
	color: #E63F1B;
	font-weight: normal;
}


#banner{
	margin: 10px;
	padding: 10px;
	width: 408px;
	float: right;
}
/*--- Proyecto ---*/
.caja-proyectos{
	width:225px;
	float:left;
	border-top:1px solid #FF2F04;
	padding-top:16px;
	margin-right:15px;
}
.caja-proyectos h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#464646;
	margin:6px;
}
.caja-proyectos a{
	color:#848484;
	text-decoration:none;
}
/*-- Servicios ----*/
.caja-servicios{
	width:270px;
	float:left;
	margin-right:46px;
	margin-bottom:20px;
	border-top:1px solid #FF2F04;
}



.caja-servicios-sm{
	width:270px;
	float:left;
	margin-right:68px;
	margin-bottom:20px;
	border-top:1px solid #FF2F04;
}
.caja-servicios h2, .caja-servicios-sm h2{
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:14px;
	 color:#727272;
	 margin:15px 6px 6px 6px;
}
/*--- Pie pagina ---*/
.pie{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}
#piepagina{
	height: 80px;
	-webkit-border-top-width: 1px;
	-moz-border-top-width: 1px;
	-ms-border-top-width: 1px;
	-o-border-top-width: 1px;
	-webkit-border-top-style: solid;
	-moz-border-top-style: solid;
	-ms-border-top-style: solid;
	-o-border-top-style: solid;
	-ms-border-top-color: #CCCCCC;
	-o-border-top-color: #CCCCCC;
	-moz-border-top-color: #CCCCCC;
	-webkit-border-top-color: #CCCCCC;
	background-color: #F0F0F0;
}
#piepagina .menupie{
	width:474px;
	height:60px;
	display:block;
	background:#FF2F04;
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	padding-top:20px;
}
#piepagina .menupie li{
	float:left;
}
#piepagina .menupie li a{
	line-height:40px;
	display:block;
	padding:0 25px;
	border-right:4px solid #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}
#piepagina .menupie li a:hover{
	color:#000;
}
#piepagina .socialespie{
	width:120px;
	display:block;
	float:right;
	margin:0;
	padding:0;
	list-style:none;
	padding-top:10px;
}
#piepagina .socialespie li{
	float:right;
}
#piepagina .socialespie li a{
	width:45px;
	height:45px;
	display:block;
	float:right;
	margin-left:6px;
}
@m

edia (min-width: 768px) and (max-width: 979px) {
	

.fotosbtn img{
	border:50% ;
	height:auto;

}



.fotos img{
	border:1 1 0 #09C;
	width:100% ;
	height:auto;
}

.fotos2 img{
	width: 100%;
	height: auto;
}
.fotos3 img{
	width: 25%;
	height: auto;
}
.fotos4 img{
	width: 100% ;

}

p{
	font-size: 16px;
}
p3{
	font-size: 16px;
}

h4{
	font-size: 20px;
}

.separador2 img{
	width: 100%;

}
	
	body{
		margin:15px;
	}
	#contenedor{
		width:98%;
	}
	#cabecera{
		height:auto;
	}
	#logo{
		width:100%;
		height:auto;
		float:none;
    *zoom: 1;
	}
	#cabecera ul{
		display:none;
	}
	#menu ul{
		float:none;
		margin:0 auto;
	}
	
	#cajapresentacion{
	width: 100%;
	float: none;
	
	}
#cajapresentacioncu{
	width: 100%;
	float: none;
}
#cajapresentacion1 img{
	width: 100%;
	height:auto;
	
} 
#cajapresentacionindex h1{
	font-size: 25px;
} 
	
	#cajapresentacion h1{
		 font-size:25px;	
}
	
#cajapresentacion h4{
	font-size: 25px;
}
	
	
	#banner{
		
		width: auto ;
		float:none;
		margin:0 auto;
	}
	
	#banner img{
		
		width:auto;
		float:none;
		margin:0 auto;

	}
	
	.caja-proyectos{
		width:100%;
		height:auto;
	}
	.caja-proyectos img{
		width:40%;
		height:auto;
	}
	
.caja-servicios{
	width:100%;
	height:auto;
}
.caja-servicios img{
	width:40%;
	height:auto;
}
	
	#piepagina{
		height:auto;
	}
	#piepagina .menupie{
		float:none;
		margin:0 auto;
	}
	#piepagina .socialespie{
		width:120px;
		height:45px;
		display:block;
		float:none;
		margin:0 auto;
		padding:0;
		list-style:none;
		padding-top:10px;
	}




}

/******************************************/
/***    DISEÑO PARA TABLETAS           ****/
/******************************************/
@media only screen and (max-width:768px){
	
	
	
body{
	background-color: #FFF;
	background-image: url(#FFF);
}
	

.fotosbtn img{
	border:50% ;
	height:auto;

}



.fotos img{
	border:1 1 0 #09C;
	width:100% ;
	height:auto;
}

.fotos2 img{
	width: auto;
	height: auto;
}
.fotos3 img{
	width: 25%;
	height: auto;
}
.fotos4 img{
	width: 100% ;

}

p{
	font-size: 16px;
}
p3{
	font-size: 16px;
}

h4{
	font-size: 20px;
}

.separador2 img{
	width: 100%;

}
	
	body{
		margin:15px;
	}
	/*--- Maquetacion ---*/
	#contenedor{
		width:98%;
	}
	/*-- Cabecera ---*/
	#cabecera{
		height:auto;
	}
	#logo{
		width:100%;
		height:auto;
		float:none;
    *zoom: 1;
	}
	#cabecera ul{
		display:none;
	}
	/*--- Menu ---*/
	#menu ul{
		float:none;
		margin:0 auto;
	}
	/*--- cuerpo ---*/
	
	#cajapresentacion{
	width: 100%;
	float: none;
	
	}
#cajapresentacioncu{
	width: 100%;
	float: none;
}
#cajapresentacion1 img{
	width: 100%;
	height:auto;
	
} 
#cajapresentacionindex h1{
	font-size: 25px;
} 
	
	#cajapresentacion h1{
		 font-size:25px;	
}
	
#cajapresentacion h4{
	font-size: 25px;
}
	
	
	#banner{
		
		width: auto;
		float:none;
		margin:0 auto;
	}
	
	#banner img{
		
		width:auto;
		float:none;
		margin:0 auto;

	}
	
	/*--- Proyecto ---*/
	.caja-proyectos{
		width:100%;
		height:auto;
	}
	.caja-proyectos img{
		width:40%;
		height:auto;
	}
	
/*-- Servicios ----*/
.caja-servicios{
	width:100%;
	height:auto;
}
.caja-servicios img{
	width:40%;
	height:auto;
}
	
	/*--- servicios 
	.caja-servicios-sm{
		width:270px;
		float:left;
		margin-right:68px;
		margin-bottom:20px;
		border-top:1px solid #FF2F04;
	}---*/
	/*--- Pie pagina ---*/
	#piepagina{
		height:auto;
	}
	#piepagina .menupie{
		float:none;
		margin:0 auto;
	}
	#piepagina .socialespie{
		width:120px;
		height:45px;
		display:block;
		float:none;
		margin:0 auto;
		padding:0;
		list-style:none;
		padding-top:10px;
	}
	
	
}

@media (max-width: 979px) {

.fotosbtn img{
	border:50% ;
	height:auto;

}



.fotos img{
	border:1 1 0 #09C;
	width:100% ;
	height:auto;
}

.fotos2 img{
	width: auto;
	height: auto;
}
.fotos3 img{
	width: 25%;
	height: auto;
}
.fotos4 img{
	width: 100% ;

}

p{
	font-size: 16px;
}
p3{
	font-size: 16px;
}

h4{
	font-size: 20px;
}

.separador2 img{
	width: 100%;

}
	
	body{
		margin:15px;
	}
	#contenedor{
		width:98%;
	}
	#cabecera{
		height:auto;
	}
	#logo{
		width:100%;
		height:auto;
		float:none;
    *zoom: 1;
	}
	#cabecera ul{
		display:none;
	}
	#menu ul{
		float:none;
		margin:0 auto;
	}
	
	#cajapresentacion{
	width: 100%;
	float: none;
	
	}
#cajapresentacioncu{
	width: 100%;
	float: none;
}
#cajapresentacion1 img{
	width: 100%;
	height:auto;
	
} 
#cajapresentacionindex h1{
	font-size: 25px;
} 
	
	#cajapresentacion h1{
		 font-size:25px;	
}
	
#cajapresentacion h4{
	font-size: 25px;
}
	
	
	#banner{
		width:auto;
		float:none;
		margin:0 auto;
	}
	
	#banner img{
		
		width:auto;
		float:none;
		margin:0 auto;

	}
	
	.caja-proyectos{
		width:100%;
		height:auto;
	}
	.caja-proyectos img{
		width:40%;
		height:auto;
	}
	
.caja-servicios{
	width:100%;
	height:auto;
}
.caja-servicios img{
	width:40%;
	height:auto;
}
	
	#piepagina{
		height:auto;
	}
	#piepagina .menupie{
		float:none;
		margin:0 auto;
	}
	#piepagina .socialespie{
		width:120px;
		height:45px;
		display:block;
		float:none;
		margin:0 auto;
		padding:0;
		list-style:none;
		padding-top:10px;
	}



}

/******************************************/
/***    DISEÑO PARA MOVILES 480        ****/
/******************************************/
@media only screen and (max-width:480px){
	
	
	
	
	
body{
	background-color: #FFF;
	background-image: url(#FFF);
}


.fotosbtn img{
	border:1 1 0 #09C;
	width: 100% ;
	height:auto;

}

	
.fotos img{
	width:100% ;
	height:auto;

}
.fotos2 img{
	width: auto;
	height: auto;
}
.fotos3 img{
	width: 35%;
	height: auto;
}
.fotos4 img{
	width: 100% ;

}

.fotosinicio img{
	width: 135px;
	height: auto;
}
p{
	font-size: 16px;
}
p3{
	font-size: 16px;
}

h4{
	font-size: 20px;
}
.separador2 img{
	width: 100%;
}

	/*--- Maquetacion ---*/
	#contenedor{
		width:95%;
	}
	/*-- Cabecera ---*/
	#cabecera{
		height:auto;
	}
	#logo{
		width:100%;
		height:auto;
		float:none;
	}
	#cabecera ul{
		display:none;
	}
	
	/*--- Menu ---*/
	#menu{
		height:auto;
		border-bottom:none;
	}
	#menu ul{
		width:100%;
		height:auto;
		background:none;
		float:none;
		padding-top:0;
	}
	#menu li{
		float:none;
	}
	#menu li a{
		line-height:30px;
		display:block;
		background:#FF2F04;
		padding:0;
		text-align:center;
		border-right:none;
		font-size:13px;
		margin-bottom:4px;
	}
	
	
	/*--- Cuerpo ----*/
	#banner {
		width:auto;
		height:auto;
	}
	
	#banner img{
		width: 100%;
		height:auto;
	}
.saltocaja{
	background-image: url(../images/back.gif);
	height: 5px;
	}
	
#cajapresentacion{
	width: 95%;
	height:auto;
} 
#cajapresentacioncu{
	width: 98%;
	float: none;
}

#cajapresentacion1 img{
	width: 100%;
	height:auto;
} 



	/*--- Proyecto ---*/
	.caja-proyectos{
		width:100%;
		height:auto;
	}
	.caja-proyectos img{
		width:85%;
		height:auto;
	}
	
/*-- Servicios ----*/
.caja-servicios{
	width:100%;
	float:none;
	height:auto;
}
.caja-servicios img{
	width:85%;
	height:auto;
}
	
	
	
	
	/*-- pie pagina ---*/
	#piepagina .menupie{
		width:100%;
		height:auto;
		background:none;
		float:none;
		padding-top:0;
	}
	#piepagina .menupie li{
		float:none;
	}
	#piepagina .menupie li a{
		line-height:30px;
		padding:0;
		background:#FF2F04;;
		border-right:none;
		font-size:13px;
		margin-bottom:4px;
		text-align:center;
	}
	
}
/******************************************/
/***    DISEÑO PARA MOVILES 320        ****/
/******************************************/
@media only screen and (max-width:320px){
body{
	background-color: #FFF;
	background-image: url(#FFF);
}
	
	
	#logo img{
		width:67px;
		height:auto;
	}
.fotos4 img{
	width: 100% ;
}

.fotosinicio img{
	width: 79px;
	height: auto;
}
rect{
	width: 156px;
	height: auto;

}
p3{
	font-size: 18px;
}

h3{
	font-size: 12px;
}
h4{
	font-size: 12px;
}
.separador2 img{
	width: 100%;
}
	#banner {
		width: auto;
		height:auto;
	}
	
	#banner img{
		width: 100%;
		height:auto;
	}
	
}
/******************************************/
/***    DISEÑO PARA MOVILES 240        ****/
/******************************************/
@media only screen and (max-width:240px){
	
body{
	margin:5px;
	background-color: #FFF;
	background-image: url(#FFF);
}


	#logo img{
		width:67px;
		height:auto;
	}

#cajapresentacionindex h1{
	font-size: 15px;
} 
	#cajapresentacion h1{
		 font-size:15px;	
	}
	
#cajapresentacion h4{
	font-size: 15px;
}
p3{
	font-size: 16px;
}
	h3{
	font-size: 12px;
	}
h4{
	font-size: 12px;
}
	
	#banner {
		width:auto;
		height:auto;
	}
	
	#banner img{
		width:100%;
		height:auto;
	}
	
	.cajas{
		padding:4px 0;
	}
	/*--- Proyecto ---*/
	.caja-proyectos{
		width:100%;
		height:auto;
	}
	.caja-proyectos img{
		width:100%;
		height:auto;
	}
	/*--- servicios ---*/
	.caja-servicios, .caja-servicios-sm{
		width:100%;
		height:auto;
	}
	
	.caja-servicios img, .caja-servicios-sm img{
		width:100%;
		height:auto;
	}
	
.separador2 img{
		width:100%;
}
	
	
}
