* { 
	margin: 0; 
	padding: 0; 
	font-family: calibri; 
}
body { 
	background-image: url('../img/fondo.png'); 
	background-size: cover; 
	background-position: center; 
	background-repeat: no-repeat; 
	background-attachment: fixed; 
}
header, section, footer { 
	display: table; 
}

.logoInicio {
	width: 300px;
	height: 80px;
}
.textoPie {
	padding-top: 6px;
	padding-bottom: 6px;
}

#menu-bar {
	display: none;
}
label {
	cursor: pointer;
}
label img {
	width: 100%;
	height: 100%;
}
ul.indice {
	position: absolute; 
	/*float: right;*/ 
	top: 118px; 
	/*left: 0;*/
	width: auto; 
	height: auto; 
	z-index: 100; 
	background-color: whitesmoke;
	transition: all 0.5s; 
	transform: translateY(-140%);
	/*transform: translateX(-100%);*/
	/*border-radius: 11px;*/
}
ul.indice li a { 
	display: block; 
	color: #333; 
	text-decoration: none;  
	font-size: 18px; 
}
ul.indice li {
	/*width: 250px;*/
	width: 100%;
	text-align: center;
}
ul.indice a {
	font-size: 17px;
	padding: 15px;
}
ul.indice a:hover {
	text-decoration: underline;
	color: #333;
}
ul.indice a.activo {
	text-decoration: underline;
}
ul.indice ul.submenu,
ul.indice ul.submenu li {
	width: auto;
	text-align: left;
	padding: 10px;
}
ul.indice ul.submenu li a:hover {
	text-decoration: underline;
	background-color: transparent;
}
/*ALT+126*/
#menu-bar:checked ~ .indice { 
	transform: translateY(0%); 
	/*transform: translateX(0%);*/ 
}

.caru { 
	height: 300px; 
	padding-left: 0; 
} 
img.imgPrincipal {
	width: 100%;
	height: 200px;
}
.textDesign {
	color: white;
	font-size: 12px;
}
.textoPie {
	font-size: 14px;
}
.stroke {
	font-size: 25px;
	font-weight: bold;
	/*background: rgb(245, 245, 245, 0.5);*/
}
p.textos {
	text-align: justify;
	font-size: 18px;
	line-height: 30px;
}
img.imgPaginas {
	width: 100%;
	height: 350px;
}
img.aragon {
	width: 280px;
	height: 310px;
}
.contIzq {
	display: none;
}
P {
	text-align: justify;
	line-height: 25px;
}
img.icono {
	width: 30px;
	height: 30px;
	margin-right: 10px;
}
img.plan {
	width: 100%;
	height: 130px;
	border-radius: 10px;
}
.mapa2 {
	width: 100%;
	height: 300px;
}
.vacio {
	display: none;
}

@media (min-width: 992px) {
	.logoInicio {
		width: 450px;
		height: 120px;
	}
	label {
		display: none;
	}
	ul.indice { 
		position: static; 
		float: left; 
		width: auto; 
		display: flex; 
		transform: translateY(0%); 
		/*transform: translateX(0%);*/ 
		font-size: 18px; 
		background: transparent;
	}
	ul.indice li {
		width: 130px;
		text-align: center;
	}
	ul.indice li a {
		padding: 10px;
	}
	.caru { 
		height: 550px; 
		padding-left: 0; 
	} 
	img.imgPrincipal {
		width: 100%;
		height: 200px;
	}
	img.imgWeb {
		width: 100%;
		height: 300px;
	}
	img.imgPaginas {
		width: 980px;
		height: 600px;
		
	}
	.mapa2 {
		width: 100%;
		height: 500px;
	}
	.textoPie {
		font-size: 19px;
		line-height: 35px;
	}
	/*textarea {
		min-width: 1343px;
		max-width: 1343px;
		min-height: 400px;
		max-height: 400px;
	}*/
	/*Productos y servicios*/
	.contProductos, .contServicios {
		width: 100%;
		display: table;
	}
	.contIzq {
		float: left;
		width: 300px;
		display: block;
	}
	.contDer {
		float: left;
		width: 700px;
		height: 202px;
	}
	.contArr, .contAbj {
		width: 100%;
		display: table;
	}
	.contArr {
		font-weight: bold;
		font-size: 24px;
	}
	.contAbj {
		height: 163px;
		font-size: 18px;
		text-align: justify;
		line-height: 30px;
	}
	img.plan {
		width: 400px;
		height: 130px;
		border-radius: 10px;
	}
	img.icono {
		width: 60px;
		height: 60px;
		margin-right: 10px;
	}
	.vacio {
		display: block;
	}
	/*fin*/
}