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

@import url(http://fonts.googleapis.com/css?family=Lato:400,700|Fjalla+One|Archivo+Narrow:400,700);
@import url(http://fonts.googleapis.com/css?family=Average+Sans|Marmelad|Scada);

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


#contenedor{
	width:100%;
	height:100%;
}


/* ---- Header  ---- */


#header{
	background-image:url(../img/header.png);
	height:108px;
	width:100%;
	z-index:1;
	position: relative;

}

.h1{
	width:980px;
	height:100px;
	margin:0 auto 0 auto;
}

.logo{
	width:308px;
	height:84px;
	float:right;
	padding-top:9px;
}

.menu_todo{
	width:600px;
	height:100px;
	float:left;

}

.sociales{
	width:400px;
	height:40px;
	top:0;
}

.lista{
	width:600px;
	height:60px;
	bottom:0;
}


/* ---- home  ---- */


#cuerpo{
	width:980px;
	height:100%;
	margin:0 auto 0 auto;
	z-index:0;
	position: relative;

}

.slide{
	width:980px;
	height:300px;
	-webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}

.bienvenido{
	width:980px;
	height:200px;
	padding-top:20px;
}


.bienvenido_left{
	width: 650px;
	float: left;
}

.bienvenido_right{
	width: 300px;
	float: right;
}

.titulo_bienvenida{
	font-family: 'Fjalla One', sans-serif;
	font-size: 18px;
	color: #2b431e;
	text-transform: uppercase;
	float: right;
	width: 580px;
	padding-bottom: 15px;
	padding-top: 15px;
}

.texto_bienvenida{
	font-family: 'Alef', sans-serif, Calibri, Arial;
	font-size:12px;
	color:#333;
	padding-top:15px;
	float:right;
	width:580px;
}

.icon_bienv{
	width:60px;
	float:left;
}
	

.d1{
	font-family: 'Fjalla One', sans-serif, Calibri, Arial;
	font-size: 14px;
	color: #2b431e;
	text-transform: uppercase;
}


.direcion_home{
	font-family: 'Alef', sans-serif, Calibri, Arial;
	font-size:11px;
	color:#333;
	text-align:right;
}



/* ---- CV  ---- */

#cuerpo_cv{
	width:980px;
	height:700px;
	margin:0 auto 0 auto;
	z-index:0;
	position: relative;

}

.left_cv{
	width:400px;
	float:left;
}

.right_cv{
	width: 560px;
	float: right;
	padding-top: 35px;
}

.texto{
	font-family: 'Alef', sans-serif, Calibri, Arial;
	font-size:11px;
	color:#333;
	text-align:left;
}
	
input{
	
	width:70%;
	height:18px;
		/* Firefox */
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
 
/* Google Chrome y Safari */
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
 
/* CSS3 (Opera 10.5 e Internet Explorer 9) */
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}
	
textarea{
	width:75%;
	height:55px;
		/* Firefox */
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
 
/* Google Chrome y Safari */
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
 
/* CSS3 (Opera 10.5 e Internet Explorer 9) */
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}

select{
	
	width:70%;
	height:18px;
		/* Firefox */
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
 
/* Google Chrome y Safari */
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
 
/* CSS3 (Opera 10.5 e Internet Explorer 9) */
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}


button{
	font-family: 'Alef', sans-serif, Calibri, Arial;
	font-size: 14px;
	font-weight:bold;
	text-transform: uppercase;
	color: #fff;
	background-color:#2b431e;
	border:0px;
	cursor:pointer !important; cursor:hand;
	padding:8px;
	
	-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
 
/* Google Chrome y Safari */
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
 
/* CSS3 (Opera 10.5 e Internet Explorer 9) */
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;

}

button:hover{
	color: #fff;
	background-color:#547429;
}



.titulo_cv{
	font-family: 'Fjalla One', sans-serif;
	font-size: 20px;
	color: #2b431e;
	text-transform: uppercase;
	padding-top: 20px;
	padding-bottom: 15px;
}


.img_cv{
	width:400px;
	height:155px;
}


.texto_cv{
	font-family: 'Alef', sans-serif, Calibri, Arial;
	font-size: 11px;
	color: #333;
	padding-top: 35px;
	text-align: justify;
	padding-right: 12px;
	padding-left: 12px;
}

/* ----  contactenos ---- */

#cuerpo_contac{
	width:980px;
	height:530px;
	margin:0 auto 0 auto;
	z-index:0;
	position: relative;

}

.left_contac{
	width:400px;
	float:left;
}

.right_contac{
	width: 560px;
	float: right;
	padding-top: 25px;
	padding-bottom:25px;
	margin-top:50px;
	background-color:#EBEBEB;
}

.d2{
	font-family: 'Fjalla One', sans-serif;
	font-size: 14px;
	color: #2b431e;
	text-transform: uppercase;
}


.direcion_contac{
	font-family: 'Alef', sans-serif, Calibri, Arial;
	font-size:11px;
	color:#333;
	text-align:left;
}
	

.ubicacion{
	width: 980px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.ubi_left{
	width:200px;
	float:left
}

.ubi_right{
	width:750px;
	float:right;
}


.gracias{
	font-family: 'Alef', sans-serif, Calibri, Arial;
	font-size: 16px;
	color: #2b431e;
}
	


/* ----  CLIENTES	 ---- */

.cliente{
	width: 980px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#cuerpo_cliente{
	width:980px;
	height:650px;
	margin:0 auto 0 auto;
	z-index:0;
	position: relative;

}

.cliente_left{
	width: 300px;
	float: left;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	background-color: #E5E5E5;
	-webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}

.cliente_right{
	width: 650px;
	float: right;
	text-align: left;
	font-family: 'Alef', sans-serif, Calibri, Arial;
	font-size: 12px;
	color: #333;
	line-height: 17px;
	
	
}




/* ---- interno ---- */

#cuerpo_interior{
	width:980px;
	height:600px;
	margin:0 auto 0 auto;
	z-index:0;
	position: relative;

}



.menu_left_int{
	width: 180px;
	height: 400px;
	float: left;
	margin-top: 20px;
}

.titulo_int{
	font-family: 'Fjalla One', sans-serif;
	font-size: 20px;
	color: #2b431e;
	text-transform: uppercase;
	padding-bottom: 10px;
	width: 180px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

.m1{
	width:180px;
	padding-top: 20px;
}

.cuerpo_right_int{
	width:780px;
	float:right;
	margin-top: 20px;
}

.slide_int{
	width:780px;
	height:200px;
	-webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}

.subtil_int{
	font-family: 'Fjalla One', sans-serif;
	font-size: 20px;
	color: #2b431e;
	text-transform: uppercase;
	padding-bottom:4px;
	margin-top:35px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

.subtil_orani{
	font-family: 'Fjalla One', sans-serif;
	font-size: 20px;
	color: #2b431e;
	text-transform: uppercase;
	padding-bottom:4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

.text_int{
	font-family: 'Alef', sans-serif, Calibri, Arial;
	font-size: 12px;
	color: #333;
	padding-top: 16px;
	text-align: justify;
}


#cuerpo_organigrama{
	width:980px;
	height:640px;
	margin:0 auto 0 auto;
	z-index:0;
	position: relative;

}

.tabla_organigrama{
	border: solid 1px #003300;
	font-family: 'Alef', sans-serif, Calibri, Arial;
	font-size: 10px;
	color: #333;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 10px;
	padding-left: 10px;
}

.organi{
	margin-top: 20px;
}


/* ---- proyectos---- */


#cuerpo_proyecto{
	width:980px;
	height:700px;
	margin:0 auto 0 auto;
	z-index:0;
	position: relative;

}



/* ---- SERVICIOS ---- */

#cuerpo_servicio{
	width:980px;
	height:750px;
	margin:0 auto 0 auto;
	z-index:0;
	position: relative;

}

/* ---- footer ---- */


#footer{
	background-color:#2b431e;
	height:70px;
	width:100%:
}

.pie{
	width:980px;
	margin:0 auto 0 auto;
	padding-top:25px;
	font-family: 'Alef', sans-serif, Calibri, Arial;
	color:#FFF;
	font-size:12px;
}

