@charset "utf-8";
/* CSS Document */
body {
	text-decoration: none;
	height: 100%;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	background-image: url(img/body.gif);
	background-repeat: repeat;
	margin-top: auto;
	margin-right: 0px;
	margin-bottom: auto;
	margin-left: 0px;
}

#contenedor {
	padding: 0px;
	height: auto;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align:center;
}
#header {
	height: 136px;
	width: 1000px;
	z-index: 2;
	position: absolute;
}
#contenido {
	height: 455px;
	width: 1000px;
	z-index: 1;
	position: absolute;
	margin-top: 136px;
}
#contenido2 {
	height: auto;
	width: 1000px;
	z-index: 1;
	position: absolute;
	margin-top: 136px;
	background-color: #FFF;
	background-image: url(img/H1000.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#logo {
	float: left;
	height: 74px;
	width: 276px;
	background-color: #FFF;
	padding-top: 32px;
	padding-right: 52px;
	padding-left: 22px;
	padding-bottom: 30px;
}
#menu {
	float: left;
	width: 650px;
	font-family: "Helvetica", HelveticaNeue;
}
#menuA {
	background-color: #CC4E25;
	float: left;
	height: 23px;
	width: 120px;
	font-size: 1.2em;
	color: #333;
	text-decoration: none;
	text-align: center;
	padding-right: 5px;
	padding-bottom: 17px;
	padding-left: 5px;
	padding-top: 121px;
}
#menuA_hover {
	background-color: #CC4E25;
	float: left;
	height: 23px;
	width: 120px;
	font-size: 1.2em;
	color: #333;
	text-decoration: none;
	text-align: center;
	padding-right: 5px;
	padding-bottom: 17px;
	padding-left: 5px;
	padding-top: 111px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #666;
}
#menuB {
	background-color: #F29200;
	float: left;
	height: 43px;
	width: 120px;
	font-size: 1.2em;
	color: #333;
	text-decoration: none;
	text-align: center;
	padding-right: 5px;
	padding-bottom: 17px;
	padding-left: 5px;
	padding-top: 121px;
	
}
#menuB_hover {
	background-color: #F29200;
	float: left;
	height: 43px;
	width: 120px;
	font-size: 1.2em;
	color: #333;
	text-decoration: none;
	text-align: center;
	padding-right: 5px;
	padding-bottom: 17px;
	padding-left: 5px;
	padding-top: 111px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #666;
}
#menuC {
	background-color: #F9B234;
	float: left;
	height: 23px;
	width: 120px;
	font-size: 1.2em;
	color: #333;
	text-decoration: none;
	text-align: center;
	padding-right: 5px;
	padding-bottom: 17px;
	padding-left: 5px;
	padding-top: 121px;
}
#menuC_hover {
	background-color: #F9B234;
	float: left;
	height: 23px;
	width: 120px;
	font-size: 1.2em;
	color: #333;
	text-decoration: none;
	text-align: center;
	padding-right: 5px;
	padding-bottom: 17px;
	padding-left: 5px;
	padding-top: 111px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #666;
}
#menuD {
	background-color: #F9EA1B;
	float: left;
	height: 43px;
	width: 120px;
	font-size: 1.2em;
	color: #333;
	text-decoration: none;
	text-align: center;
	padding-right: 5px;
	padding-bottom: 17px;
	padding-left: 5px;
	padding-top: 121px;
}
#menuD_hover {
	background-color: #F9EA1B;
	float: left;
	height: 43px;
	width: 120px;
	font-size: 1.2em;
	color: #333;
	text-decoration: none;
	text-align: center;
	padding-right: 5px;
	padding-bottom: 17px;
	padding-left: 5px;
	padding-top: 111px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #666;
}
#menuE {
	background-color: #FFF;
	float: left;
	height: 23px;
	width: 120px;
	font-size: 1.2em;
	color: #333;
	text-decoration: none;
	text-align: center;
	padding-right: 5px;
	padding-bottom: 17px;
	padding-left: 5px;
	padding-top: 121px;
}
#menuE_hover {
	background-color: #FFF;
	float: left;
	height: 23px;
	width: 120px;
	font-size: 1.2em;
	color: #333;
	text-decoration: none;
	text-align: center;
	padding-right: 5px;
	padding-bottom: 17px;
	padding-left: 5px;
	padding-top: 111px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #666;
}

#menu a {
	color: #333;
	text-decoration: none;
}
@font-face{
font-family: "Helvetica";
src: url(Helvetica.ttf);
}
@font-face{
font-family: "HelveticaMed";
src: url(HelveticaMed.ttf);
}
@font-face{
font-family: "HelveticaNeueLT Std Lt";
src: url(HelveticaNeueLTStd-Lt.otf);
}
#footer {
	height: 25px;
	width: 1000px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFF;
	position: absolute;
	z-index: 3;
	margin-top: 591px;
}
#footer2 {
	font-family: "HelveticaNeueLT Std Lt", HelveticaNeue;
	font-size: 1.3em;
	color: #666;
	text-align: center;
	height: 15px;
	width: 1000px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFF;
	position: fixed;
	z-index: 3;
	bottom: 0px;
	margin-bottom: 0px;
}
#Contem_quienes_somos {
	background-image: url(img/Fondo_quienes2.png);
	background-repeat: no-repeat;
	height: 260px;
	width: 464px;
	margin-top: 270px;
	margin-left: 50px;
	position: absolute;
	z-index: 4;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	text-align: left;
	padding-right: 30px;
	padding-bottom: 14px;
	padding-left: 20px;
	font-size: 13px;
	line-height: 25px;
}
#Contem_contacto {
	background-image: url(img/fondo_contacto.png);
	background-repeat: no-repeat;
	height: 368px;
	width: 557px;
	margin-top: 180px;
	margin-left: 50px;
	position: absolute;
	z-index: 4;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	text-align: left;
	padding-right: 30px;
	padding-bottom: 14px;
	padding-left: 20px;
	font-size: 1em;
	line-height: 18px;
}
#Contem_stand {
	height: 200px;
	width: 464px;
	margin-top: 280px;
	margin-left: 50px;
	position: absolute;
	z-index: 4;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	text-align: left;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 14px;
	padding-left: 20px;
	font-size: 1em;
	line-height: 18px;
}
#Contem_proy {
	height: 200px;
	width: 800px;
	margin-top: 190px;
	margin-left: 50px;
	position: absolute;
	z-index: 4;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	text-align: left;
	padding-top: 0px;
	padding-right: 5%;
	padding-bottom: 14px;
	padding-left: 5%;
	font-size: 1em;
	line-height: 18px;
}

#Contem_Nproy {
	height: 200px;
	width: 880px;
	margin-top: 205px;
	margin-left: 60px;
	position: absolute;
	z-index: 4;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	text-align: left;
	padding-top: 0px;
	padding-left: 0%;
	font-size: 1em;
	line-height: 18px;
}
#img_stand1 {
	margin-bottom: 5px;
}
#img_nProyect {
	margin-bottom: 5px;
	
}
#img_quienes {
	margin-bottom: 25px;
}
#img_proyectos1 {
	height: 170px;
	width: 170px;
	float: left;
	padding-top: 50px;
	padding-bottom: 70px;
	padding-right: 60px;
	padding-left: 25px;
}
#img_proyectos2 {
	float: left;
	height: 109px;
	width: 110px;
	padding-top: 220px;
	padding-right: 20px;
	padding-left: 20px;
}
#img_proyectos3 {
	float: left;
	height: 109px;
	width: 110px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 110px;
}
#img_proyectos4 {
	float: left;
	height: 170px;
	width: 170px;
	padding-top: 10px;
	padding-left: 30px;
}
#Contem_galeria {
	float: left;
	height: 100%;
	width: 900px;
	padding-top: 20px;
	padding-right: 50px;
	padding-left: 50px;
}
#tab_GProyect {
	float: left;
	height: 28px;
	width: 900px;
	text-align: left;
	padding-bottom: 30px;
	clear: both;
}
#foto_galeria {
	float: left;
	height: 190px;
	width: 210px;
	padding-right: 15px;
	padding-bottom: 15px;
}
#formTex {
	font-size: 13px;
	color: #666;
	font-weight: normal;
	font-family: "Arial Black", Gadget, sans-serif;
}
#formcelda {
	height: 22px;
	width: 446px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#formcelda2 {
	height: 95px;
	width: 353px;
	padding-left: 90px;
}
form {
	padding-top: 15px;
	padding-left: 30px;
	float: left;
	width: 458px;
}
#formBoton {
	height: 23px;
	width: 50px;
	margin-top: 5px;
	margin-left: 395px;
}
.bot {
	color: #FFF;
	background-color: #666;
	height: 20px;
	width: 50px;
	padding-top: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



.celdas {
	background-image: url(img/fo_celda.png);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
	height: 18px;
	width: 440px;
	padding-top: 2px;
	padding-right: 3px;
	padding-left: 3px;
}
.celdas2{
	background-image: url(img/fo_celda2.png);
	background-repeat: repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 353px;
	height: 90px;
	background-position: right bottom;
}
#formtexto_final {
	font-size: 14px;
	height: 200px;
	width: 400px;
	font-family: "Arial Black", Gadget, sans-serif;
	text-align: center;
	padding-top: 130px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
}
#texfooter {
	float: left;
	width: 910px;
	font-family: "HelveticaNeueLT Std Lt", HelveticaNeue;
	font-size: 12px;
	color: #666;
	text-align: center;
	height: 25px;
}
#iconfooter{
	width: 25px;
	text-align: center;
	height: 25px;
	padding-left: 2px;
	float: left;
	padding-right: 3px;
	}
#iconfooterH {
	float: left;
	height: 25px;
	width: 25px;
	padding-left: 5px;
}
