body{
	background-color: #D8D8D8;
	margin: 0px;
}

.contenedorPpal{
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
	height: auto;
	z-index: 50;
}

.banner{
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
	height: 110px;
	background-image: url("../imagenes/fondo_encabezado.gif");
}

.contenedorLogo{
	width: 20%;
	height: auto;
	float: left;
	box-sizing: bolder-box;
}

.contenedorLogo img{
	width: 95%;
}

.contenedorTitulo{
	width: 75%;
	height: auto;
	float: left;
	margin: 1em auto;
	font-family: Georgia;
	font-size: 1.3em;
	text-align: center;
}

a{
	text-decoration: none;

}

.contenedorMenu{	
	width: 100%;
	max-width: 1000px;
	height: auto;
	float: left;	
}

.item{
	width: 33.3%;
	background-color: #fff;
	height: auto;
	float: left;
	opacity: 0.7;
	font-family: Times New Roman;
	font-size: 1.3em;
	text-align: center;
	padding: 0.3em 1.5em 0.3em 1.5em;
	box-sizing: border-box;	
}

.item:hover{
	background-color: #9DC995;	
	color: #fff;
	opacity: 0.8;
	transition: 0.5s all;
}

.espacio{
	max-width: 1000px;
	width: 100%;
	height: 10px;
	float: left;
}

.contenedorProductos{
	max-width: 1000px;
	width: 100%;
	height: auto;
	float: left;
}

.cuadroProducto{
	background-color: #fff;
	width: 32.3%;
	height: auto;
	float: left;
	opacity: 0.7;
	margin: 0.3em;
	box-sizing: border-box;
}

.cuadroImagenCorporativa{	
	width: 100%;
	height: auto;
	float: left;
	box-sizing: border-box;
}

.imagen{
	width: 100%;
}

.imagen img{
	width: 50%;
	display:block;
	margin:auto;
	padding: 0.3em;
}

.imagen img:hover{
	width: 95%;
	transition: 0.5s all;
}

.imagen2{
	width: 100%;
}

.imagen2 img{
	width: 100%;
	display:block;
	margin:auto;
	
}

.titulo{
	color: #000080;
	font-family: Verdana;
	text-align: center;
}

.texto{
	font-family: arial;
	padding: 0 1em 0.4em 1em;
}

.espacioDefinicion{
	background-color: #fff;
	width: 100%;
	height: auto;
	float: left;
	font-family: arial;
	color: #000;
	padding: 1em;
	box-sizing: border-box;
}

.foot{
	background-color: #fff;
	max-width: 1000px;
	width: 100%;
	height: auto;
	float: left;
	border-top: #316D19 0.7em solid;
	font-family: arial;
	color: #000;
	text-align: center;
	padding: 1em;
	box-sizing: border-box;
}

.imagenFondo{	
	margin: 0 auto;
	width: 100%;
	height: 100%;	
	position: fixed;
	z-index: -1;
	overflow:hidden;
}

.imagenFondo img{
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 800px){
	.contenedorMenu{
		padding: 0;
	}
	
	.item{
		width: 100%;
		margin: 0 0 0.2em 0;
	}
	
	.espacio{
		height: 1.5em;;
	}
	
	.cuadroProducto{
		width: 100%;
		margin: 0 0 0.2em 0;
	}
}