@charset "utf-8";

	#contenedor {
	position: absolute;
	width: 100%;
	z-index: 1;
	top: 0%;
	left: 0%;

}
#cuerpo {
	position: absolute;
	width: 100%;
	z-index: 2;
	top: 21%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#encabezado {
	position: fixed;
	width: 100%;
	height: 18%;
	z-index: 2;
}

#encabezado_hijo {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: #FFF;
}

#logo {
	position: absolute;
	z-index: 1;
	text-align: left;
	width: 50%;
	height: 100%;

}
#logo_imagen {
	z-index: 2;
	top: 0%;
	left: 0%;
	right: 0;
	bottom: 0;
	width: 100%;
	padding: 0px;
	height: 100%;
	padding-top: 1%;
	padding-left: 1%;	
}
#contacto {
	position:relative;
	width: 50%;
	height: 100%;
	z-index: 1;
	float: right;
	text-align: right;
	bottom: 0px;
	
}
#contacto_texto{
	z-index: 2;
	position: absolute;
	z-index: -1;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: text-bottom;
	text-align: right;
	height: auto;
	width: auto;
	bottom: 0px;
	right: 3%;
	font-family: BankGothic;
	font-size: 1em;
}
#menu {
	position: fixed;
	width: 100%;
	height: 3%;
	z-index: 1;
	top: 15%;
	background-color: #000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#pie {
	position: fixed;
	width: 100%;
	height: 10%;
	z-index: 2;
	bottom: 0px;
}