@charset "utf-8";
/* CSS Document */
.display-celulares{ display:inherit !important;}
body{ margin:0px; background-color: #15abe2;}
/*********************************** MENU PRINCIPAL  ****************************************/
.logo{  width:40%; height:auto; float:left; padding:3% 0%; margin-right:5%;}
#botones_cont{ width:40%; height:auto; float:left; margin:0px 5% 0px 0px; padding:4% 0px 0px 0px;}
#botones_cont li { display:inline; }
#botones_cont li a {  
	font-family: titulo;
	font-size: 12px;
	color: #b0b0b0;
	text-decoration: none;	
	width:100%;
	padding:2% 0%;
	float:left;
	-webkit-transition: background 1s, color 1s, text-shadow 1s, border-left 1s ;
	-webkit-transition-delay: 0.3s; 
	-moz-transition: background 1s, color 1s, text-shadow 1s;
	-moz-transition-delay: 0.2s;
	-ms-transition: background 1s, color 1s, text-shadow 1s;
	-ms-transition-delay: 0.2s;
    border:#b0b0b0 1px solid;
    border-radius: 15px;
	}
#botones_cont li a:hover{
	font-family: titulo;
	font-size: 12px;
	color: #fff;
	text-decoration: none;	
	width:100%;
	padding:2% 0%;
	float:left;
	background:#15abe2;
    border:#106685 1px solid;
    border-radius: 15px;
	 }	
#botones_cont a:hover, #botones_cont .active a{
	font-family: titulo;
	font-size: 12px;
	color: #fff;
	text-decoration: none;	
	width:100%;
	padding:2% 0%;
	float:left;
	background:#15abe2;
    border:#106685 1px solid;
    border-radius: 15px;
} 
#botones{ width:10%; height:auto; float:left; padding:4.3% 0px 0px 0%;}	
nav{ right:0; background:#15abe2;  width:180px; top:0;  z-index:0;  position:absolute; position:fixed; }
#boton{  cursor:pointer; padding:2% 2% 1% 2%;}
.menu_tablet_girar {
	font-family: titulo;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	line-height: 50px;
	margin-right:15px;
} 
/*********************************** BANNER  ***********************************************/

/********************************** INDEX PROYECTOS  *******************************/
.mitad_50{ width:90%; height:auto; float:left; background:#15abe2; padding: 5%;}

.mini_1{ width:90%; height:auto; float:left; margin-top: 5%; padding:5%; background-image: url(../imagenes/imag_min.png);}
.mini_2{ width:90%; height:auto; float:left; margin-top: 5%; padding:5%; background-image: url(../imagenes/imag_min.png);}
.mini_3{ width:90%; height:auto; float:left; margin-top: 5%; padding:5%; background-image: url(../imagenes/imag_min.png);}
.mini_4{ width:90%; height:auto; float:left; margin-top: 5%; padding:5%; background-image: url(../imagenes/imag_min.png);}
/*********************************** PROYECTOS ******************************************/
.proy{ width:100%; height:auto; float:left; border-bottom:#fff 1px solid; padding-bottom: 1%; margin:3% 0%;}
.pro_titulo{ width:90%; height:auto; float:left; margin-bottom: 4%;}
.pro_icono{ width:10%; height:auto; float:left; margin-bottom: 4%;  }
.pro_boton{ width:70%; height:auto; float:left; }

#botones_pro{ width:100%; height:auto; float:left; margin:5% 0px; padding:0px;}
#botones_pro li { display:inline; }
#botones_pro li a {  
	font-family: titulo;
	font-size: 15px;
	color: #fff;
	text-decoration: none;	
	width:100%;
	padding:2% 0%;
	float:left;
	-webkit-transition: background 1s, color 1s, text-shadow 1s, border-left 1s ;
	-webkit-transition-delay: 0.3s; 
	-moz-transition: background 1s, color 1s, text-shadow 1s;
	-moz-transition-delay: 0.2s;
	-ms-transition: background 1s, color 1s, text-shadow 1s;
	-ms-transition-delay: 0.2s;
    border-radius: 15px;
    background:#a6a6a6;
	}
#botones_pro li a:hover{
	font-family: titulo;
	font-size: 15px;
	color: #fff;
	text-decoration: none;	
	width:100%;
	padding:2% 0%;
	float:left;
    background:#3189b4;
    border-radius: 15px;
	 }	
#botones_pro a:hover, #botones_pro .active a{
	font-family: titulo;
	font-size: 15px;
	color: #fff;
	text-decoration: none;	
	width:100%;
	padding:2% 0%;
	float:left;
   background:#3189b4;
    border-radius: 15px;
} 
/*********************************** PIE  **************************************************/
.pie_3{ width:100%; height:auto; float:left; margin-bottom: 3%;}
.pie_4{ width:100%; height:auto; float:left;margin-bottom: 3%;}
.pie_5{ width:100%; height:auto; float:left;}

.pie_6{ width:100%; height:auto; float:left; margin-bottom: 3%;}
.pie_7{ width:100%; height:auto; float:left;}

#boton_pie li { display:inline; }
#boton_pie li a {  
	font-family: titulo;
	font-size: 15px;
	color: #a6a6a6;
	text-decoration: none;	
	width:100%;
	padding:4% 0%;
	float:left;
	-webkit-transition: background 1s, color 1s, text-shadow 1s, border-left 1s ;
	-webkit-transition-delay: 0.3s; 
	-moz-transition: background 1s, color 1s, text-shadow 1s;
	-moz-transition-delay: 0.2s;
	-ms-transition: background 1s, color 1s, text-shadow 1s;
	-ms-transition-delay: 0.2s;
    background:#fff;
	}
#boton_pie li a:hover{
	font-family: titulo;
	font-size: 15px;
	color: #fff;
	text-decoration: none;	
	width:100%;
	padding:4% 0%;
	float:left;
	background:#a6a6a6;
	 }	
/*********************************** NOSOTROS  *********************************************/
.nos{ width:48%; height:auto; float:left; margin: 4% 1%;}
/*********************************** CONTACTO  *********************************************/
.formulario_1{ width:100%; height:auto; float:left; margin-bottom:4%; }
.formulario_2{ width:100%; height:auto; float:left; }

#boton_enviar{ width:auto; color: #fff; border:#15abe2 solid 1px;  height:auto; float:left; padding:2% 5%; background:#15abe2; font-size: 15px;}
.casilla{ width:92%;  background:#fff; padding:3% 0%; margin-bottom: 3%; font-size: 14px;
    border-bottom:#d2d2d2 solid 1px; 
    border-top:#fff solid 1px; 
    border-left:#fff solid 1px; 
    border-right:#fff solid 1px; }
/*********************************** TIPOGRAFIAS  *****************************************/
.Texto {
	font-family: Arial;
	font-size: 14px;
	color: #7f7f7f;
	text-decoration: none;
	line-height: 23px;
}
.Titulo {
	font-family: Arial;
	font-size: 20px;
	color: #3face2;
	text-decoration: none;
}
.Sub_Titulo {
	font-family: Arial;
	font-size: 20px;
	color: #7f7f7f;
	text-decoration: none;
}
.Titulo_pie {
	font-family: Arial;
	font-size: 17px;
	color: #7f7f7f;
}	
.Texto_pie {
	font-family: Arial;
	font-size: 12px;
	color: #7f7f7f;
	text-decoration: none;
}
.Titulo_pie_white {
	font-family: Arial;
	font-size: 20px;
	color: #FFF;
	text-decoration: none;
}
.Texto_pie_white {
	font-family: Arial;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}