/* Fuentes utilizadas */
@import url(http://fonts.googleapis.com/css?family=Josefin+Sans:300);

/* Reseteo valores default navegadores */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:hsla(60, 100%, 80%, 1);color:hsla(0, 0%, 0%, 1);text-decoration:none}
mark{background-color:hsla(60, 100%, 80%, 1);color:hsla(0, 0%, 0%, 1);font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid hsla(0, 0%, 80%, 1);margin:1em 0;padding:0}
input,select{vertical-align:middle}

img {
	max-width: 100%;
}

/* Inicio limpieza de los contenedores con elementos flotantes */

.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* Fin limpieza de los contenedores con elementos flotantes */

.cajaTotalAncho {
	width: 100%;
}

/* -------------------- Inicio estilo para desktop --------------------*/

/* Inicio formateo Header */

/*@media only screen and (min-width:1025px){*/

	header {
		width: 80%; /* modificable */
		margin: 1% auto 0px auto;
		font-family: 'Josefin Sans', verdana;
	}

	#cajaLogo {
		width: 30%; /* modificable */
		float: left;
	}

	#cajaInfoAux {
		width: 70%;
		float: left;
		text-align: right;
		font-size: .9em; /* modificable */
		color: hsla(0, 0%, 62%, 1);
	}

	#cajaMenuPrincipal {
		width: 70%;
		padding: 1.6% 0px 0px 0px;
		float: left;
	}

	#cajaMenuPrincipal ul {
		width: 100%;
		float: left;
	}

	#cajaMenuPrincipal ul li {
		width: 25%;
		float: left;
		text-align: right;
	}

	#cajaMenuPrincipal ul li a {
		text-align: right;
		text-decoration: none;
		color: #991453;
		font-size: 1.2em;
		/*
		background: -webkit-linear-gradient(white 30%, hsla(0, 0%, 93%, 1) 100%);
		background: -o-linear-gradient(white 30%, hsla(0, 0%, 93%, 1) 100%);
		background: linear-gradient(white 30%, hsla(0, 0%, 93%, 1) 100%);
		*/
		padding: 8%;
	}

	#cajaMenuPrincipal ul li a:hover {
		text-decoration: underline;
		/*
		font-weight: bold;
		box-shadow: 5px 5px 5px grey;
		background: -webkit-linear-gradient(hsla(90, 99%, 37%, 1) 0%, #14593d);
		background: -o-linear-gradient(hsla(90, 99%, 37%, 1) 0%, #14593d);
		background: linear-gradient(hsla(90, 99%, 37%, 1) 0%, #14593d);
		*/
		padding: 8%;
	}	

/* Fin formateo Header */

/* Inicio banda decorativa al 100% */

	.cajaFondo {
		width: 100%;
		margin-top: 1%;
		padding: 10% 0 10% 0;
		background-color: #991453;
	}

/* Fin banda decorativa al 100% */

/* Inicio formateo Slider */

	#cajaSlider {
		width: 80%;
		margin: -18% auto 0 auto;
		box-shadow: 0px 43px 31px -25px grey;
	}

/* Fin formateo Slider */

/* Inicio seccion Nuestros Valores */

	#cajaNuestrosValores {
		width: 80%;
		margin: 0 auto 0 auto;
	}

	.nuestrosValores {
		width: 32%;
		float: left;
		margin-right: 2%;
		cursor: pointer;
		line-height: 0; /* Evitar el corte de la imagen en la parte inferior */
		transition: opacity .5s;
		-webkit-transition: opacity .5s;
		-mox-transition: opacity .5s;
		-ms-transition: opacity .5s;
		-o-transition: opacity .5s;
	}
	
	#nuestroValor3 {
		margin-right: 0;
	}

	.imgNuestrosValores {
		border-radius: 100%;
		overflow: hidden;
		text-align: center;
	}

	.tituloNuestrosValores {
		margin-top: 10%;
		text-align: center;
		font-family: 'Josefin Sans', verdana;
		font-size: 1.5em;
		color: hsla(0, 0%, 62%, 1);
	}

	.textoNuestrosValores {
		width: 80%;
		float: left;
		display: none;
		padding: 10%;
		margin-top: 15%;
		font-family: 'Josefin Sans', verdana;
		font-size: 1em;
		color: grey;
		text-align: justify;
		box-shadow: 0px 0px 10px grey;
		border-radius: 10px;
		text-indent: 2em;
		line-height: 1;
	}

	#textoNuestroValor4 {
		margin-right: 0;
	}

/* Fin seccion Nuestros Valores */

/* Inicio seccion Productos */

.filaProductos {
	width: 100%;
	margin-bottom: 4%;
}

.producto {
	width: 30%;
	position: relative;
	font-family: 'Josefin Sans', verdana;
	font-size: 1.5em;
	float: left;
	box-shadow: 0 0 7px grey;
	text-align: center;
}

.central {
	margin: 0 5% 0 5%;
}

.tituloProducto {
	width: 80%;
	float: left;
	color: white;
	text-align: center;
	padding: 3% 0 3% 0;
	background-color: #14593d;
	// background: linear-gradient(top, hsla(90, 99%, 37%, 1) 0%, hsla(90, 100%, 25%, 1) 100%);
	// background: -moz-linear-gradient(top, hsla(90, 99%, 37%, 1) 0%, hsla(90, 100%, 25%, 1) 100%);
	// background: -o-linear-gradient(top, hsla(90, 99%, 37%, 1) 0%, hsla(90, 100%, 25%, 1) 100%);
	// background: -webkit-linear-gradient(top, hsla(90, 99%, 37%, 1) 0%, hsla(90, 100%, 25%, 1) 100%);
	// background: -ms-linear-gradient(top, hsla(90, 99%, 37%, 1) 0%, hsla(90, 100%, 25%, 1) 100%);
}

.btnDescargaInfo {
	width: 10%;
	float: left;
	padding: 3% 0 3% 0;
	background-color: #991453;
	background-image: url('../img/imgBtnDescargar.png');
	background-repeat: no-repeat;
	background-size: 80%;
	background-position: center center;
}

.btnDescargaInfo:hover {
	background-size: 90%;
}

.btnInfoProducto {
	width: 10%;
	float: left;
	padding: 3% 0 3% 0;
	background-color: #991453;
	background-image: url('../img/imgBtnInfo.png');
	background-repeat: no-repeat;
	background-size: 80%;
	background-position: center center;
	cursor: pointer;
}

.btnInfoProducto:hover {
	background-size: 90%;
}

.imagenProducto {
	width: 100%;
}

.cajaConsultarProducto {
	width: 100%;
	position: absolute;
	bottom: 0;
	padding: 20% 0 20% 0;
	border-top: 2px solid hsla(0, 0%, 81%, 1);
	background-color: hsla(0, 0%, 93%, 1);
	color: white;
	display: none;
}

#cajaInfoProducto {
	width: 60%;
	padding: 2%;
	display: none;
	z-index: 1000;
	background-color: white;
	font-family: 'Josefin Sans', verdana;
	font-size: 1em;
}

.tituloInfoProducto {
	width: 86%;
	float: left;
	padding: 2%;
	margin-bottom: 3%;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.5em;
	background-color: #14593d;
	/*
	// background: linear-gradient(top, hsla(90, 99%, 37%, 1) 0%, hsla(90, 100%, 25%, 1) 100%);
	// background: -moz-linear-gradient(top, hsla(90, 99%, 37%, 1) 0%, hsla(90, 100%, 25%, 1) 100%);
	// background: -o-linear-gradient(top, hsla(90, 99%, 37%, 1) 0%, hsla(90, 100%, 25%, 1) 100%);
	// background: -webkit-linear-gradient(top, hsla(90, 99%, 37%, 1) 0%, hsla(90, 100%, 25%, 1) 100%);
	// background: -ms-linear-gradient(top, hsla(90, 99%, 37%, 1) 0%, hsla(90, 100%, 25%, 1) 100%);
	*/
	color: white;
}

.cerrarInfoProducto {
	width: 6%;
	float: left;
	text-align: center;
	padding: 2%;
	font-size: 1.5em;
	cursor: pointer;
	background-color: #991453;
	background-image: url('../img/imgCerrarInfoProducto.png');
	background-repeat: no-repeat;
	background-size: 25%;
	background-position: center center;
}

.cerrarInfoProducto:hover {
	background-size: 35%;
}

.contenidoInfoProducto {
	width: 100%;
	float: left;
}

/*
.intro {
	text-indent: 2%;
}
*/

.contenidoInfoProducto p {
	margin-bottom: 2%;
}

.contenidoInfoProducto ul {
	width: 100%;
	padding-left: 5%;
}

.contenidoInfoProducto ul li {
	margin-bottom: 1%;
}

/* Fin seccion Productos */

/* Inicio seccion descargas */

.cajaDescargas {
	width: 100%;
	margin-bottom: 4%;
	list-style: none;
}

.descargas {
	width: 22%;
	float: left;
	margin-right: 4%; 
	box-shadow: 0px 0px 10px grey;
}

.descargasFila2 {
	margin-top:  4%;
}

.ultimaDescarga {
	margin-right: 0;
}

.tituloDescarga {
	width:80%;
	float: left;
	padding: 5% 0 5% 0;
	font-family: 'Josefin Sans', verdana;
	font-size: 1em;
	background-color: #14593d;
	color: white;
	text-align: center;
}

.btnDescargar {
	width: 20%;
	float: left;
	padding: 5% 0 5% 0;
	font-family: 'Josefin Sans', verdana;
	font-size: 1em;
	background-color: #991453;
	background-image: url('../img/imgBtnDescargar.png');
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: center center;
}

.btnDescargar:hover {
	background-size: 60%;
}

/* Fin seccion descargas */

/* Inicio seccion Servicios */

#cajaTitulosServicios {
	width: 30%;
	float: left;
	margin-right: 5%;
}

.btnServicios {
	width: 100%;
	padding: 4% 0 4% 0;
	margin-bottom: 4%;
	color: white;
	background: hsla(90, 100%, 25%, 1);
	font-family: 'Josefin Sans', verdana;
	font-size: 1.5em;
	text-align: center;
	cursor: pointer;
}

.actual {
	background: linear-gradient(top, hsla(90, 99%, 37%, 1) 0%, hsla(90, 100%, 25%, 1) 100%);
	background: -moz-linear-gradient(top, hsla(90, 99%, 37%, 1) 0%, hsla(90, 100%, 25%, 1) 100%);
	background: -o-linear-gradient(top, hsla(90, 99%, 37%, 1) 0%, hsla(90, 100%, 25%, 1) 100%);
	background: -webkit-linear-gradient(top, hsla(90, 99%, 37%, 1) 0%, hsla(90, 100%, 25%, 1) 100%);
	background: -ms-linear-gradient(top, hsla(90, 99%, 37%, 1) 0%, hsla(90, 100%, 25%, 1) 100%);
	text-decoration: underline;
}

.ultimo {
	margin-bottom: 0;
}

.btnServicios:hover {
	box-shadow: 5px 5px 5px grey;
	background: linear-gradient(top, hsla(90, 99%, 37%, 1) 0%, hsla(90, 100%, 25%, 1) 100%);
	background: -moz-linear-gradient(top, hsla(90, 99%, 37%, 1) 0%, hsla(90, 100%, 25%, 1) 100%);
	background: -o-linear-gradient(top, hsla(90, 99%, 37%, 1) 0%, hsla(90, 100%, 25%, 1) 100%);
	background: -webkit-linear-gradient(top, hsla(90, 99%, 37%, 1) 0%, hsla(90, 100%, 25%, 1) 100%);
	background: -ms-linear-gradient(top, hsla(90, 99%, 37%, 1) 0%, hsla(90, 100%, 25%, 1) 100%);
}

/*
.btnServicios:hover:after {
	content: " >";
}
*/

.imgDescripcionServicios, .textoDescripcionServicios {
	width: 50%;
	float: left;
	text-align: center;
}

.textoDescripcionServicios {
	text-align: justify;
	font-family: 'Josefin Sans', verdana;
	font-size: 1em;
	display: block;
}

#cajaDescripcionesServicios {
	width: 65%;
	position: relative;
	float: left;
	display: none;
}

.btnConsultarProductos {
	width: 60%;
	padding: 2%;
	margin-left: 18%;
	background: #991453;
	font-size: .7em;
	color: white;
	cursor: pointer;
	text-align: center;
}

.btnConsultarServicios {
	margin-left: 0;
	position: absolute;
	padding: 2%;
	bottom: 0;
	right: 0;
	background: hsla(29, 93%, 44%, 1);
	color: white;
	cursor: pointer;
	text-align: center;
	font-family: 'Josefin Sans', verdana;
	font-size: 1.5em;
}

/* Fin seccion Servicios */

/* Inicio comentario intermedio index */

.cajaAuxTotalAncho {
	width: 100%;
	margin-top: 2%;
	padding: 2% 0 2% 0;
	font-family: 'Josefin Sans', verdana;
	border-top: 2px solid hsla(0, 0%, 81%, 1);
	border-bottom: 2px solid hsla(0, 0%, 81%, 1);
	text-align: center;
	color: grey;
	background-color: hsla(0, 0%, 93%, 1);
}

.comentariosIntermedios {
	width: 80%;
	margin: auto;
}

#cajaComIntIndex {
	width: 66%;
	float: left;
	padding: 2%;
	font-size: 2.3em;
}

#btnHaznosTuConsulta {
	width: 26%;
	float: right;
	padding: 2%;
	margin-top: .3em;
	background: #991453;
	font-size: 1.5em;
	color: white;
	cursor: pointer;
}

#btnHaznosTuConsulta:hover, .btnConsultarProductos:hover, .btnConsultarServicios:hover {
	box-shadow: 5px 5px 5px grey;
	background: linear-gradient(top, #991453 0%, #991453 100%);
	background: -moz-linear-gradient(top, #991453 0%, #991453 100%);
	background: -o-linear-gradient(top, #991453 0%, #991453 100%);
	background: -webkit-linear-gradient(top, #991453 0%, #991453 100%);
	background: -ms-linear-gradient(top, #991453 0%, #991453 100%);
}

/* Fin comentario intermedio index */

/* Incio noticia index */

.noticias {
	width: 80%;
	margin: 3% auto 0 auto;
	font-family: 'Josefin Sans', verdana;
}

#imgNoticiaIndex {
	width: 40%;
	margin-right: 5%;
	float: left;
}

#cajaTituloFechaNoticiaIndex {
	width: 53%;
	float: left;
	padding: 1%;
	background-color: #14593d;
	color: white;
	font-size: 1.5em;
	text-align: center;
}

#cuerpoNoticiaIndex {
	width: 55%;
	margin: 2% auto 0 auto;
	float: left;
	text-indent: 2em;
	line-height: 1;
	text-align: justify;
}

/* Fin noticia index */

/* Inicio footer */

footer p {
	font-size: 2.3em;
}

#mapaGoogle {
	margin: 2% auto 0 auto;
}

#mapaGoogle iframe {
	/*border: 5px solid white;*/
	box-shadow: 0px 0px 10px grey;
}

#cajaFormularioEnlacesRedes {
	width: 80%;
	margin: 2% auto 0 auto;	
}

#cajaFormulario, #cajaEnlaces {
	width: 50%;
	float: left;
}

#cajaFormulario form {
	margin: 6% auto 0 auto;	
}

.campoForm, .campoFormEngitech {
	width: 96%;
	padding: 3% 2% 3% 2%;
	margin-bottom: 2%;
	border: none;
	font-family: 'Josefin Sans', verdana;
	font-size: 1.2em;
	color: grey;
	outline: 0px;
}

.campoForm:focus, .campoFormEngitech:focus {
	background-color: #991453;
	color: white;
}

#cajaFormulario textarea {
	resize: none;
}

#cajaFormulario a {
	color: #14593d;
}

#btnEnviarForm {
	width: 50%;
	margin: 2% auto 0 auto;
	padding: 4%;
	background: #991453;
	font-size: 1.5em;
	color: white;
	cursor: pointer;
}

#btnEnviarForm:hover {
	box-shadow: 5px 5px 5px grey;
	background: linear-gradient(top, #991453 0%, #991453 100%);
	background: -moz-linear-gradient(top, #991453 0%, #991453 100%);
	background: -o-linear-gradient(top, #991453 0%, #991453 100%);
	background: -webkit-linear-gradient(top, #991453 0%, #991453 100%);
	background: -ms-linear-gradient(top, #991453 0%, #991453 100%);
}

#infoEnvioForm {
	width: 60%;
	padding: 3% 3% 10% 3%;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -10%;
	margin-left: -30%;
	font-family: 'Josefin Sans', verdana;
	font-size: 1.5em;
	color: grey;
	background-color: white;
	z-index: 1010;
	display: none;
	background-image: url("../img/imgLogoI.png");
	background-repeat: no-repeat;
	background-position: 50% 80%;
	background-size: 70%;
}

#cajaMsgErrorPoliticaPrivacidad, #cajaMsgErrorPoliticaPrivacidadEngitech {
	padding: 3%;
	margin: 3% 0 3% 0;
	/*
	font-weight: bold;
	text-shadow: black 0.1em 0.1em 0.2em;
	*/
	background-color: #14593d;
	color: white;
	box-shadow: 0px 0px 10px grey;
	font-size: 1.2em;
	display: none;
	background-image: url("../img/imgFlechaSenalizadora.png");
	background-repeat: no-repeat;
	background-position: left center;
}

#cajaContactosFooter {
	width: 100%;
	margin: 6% auto 0 auto;	
}

#logoFooter {
	width: 70%;
	margin: auto;
	/*box-shadow: 0px 0px 10px grey;*/
}

#contactosFooter {
	margin: 3% auto 0 auto;
}

#contactosFooter p {
	font-size: 1.2em;
}

#linkCorreo {
	color: #14593d;
}

#cajaRedesSociales {
	width: 80%;
	padding: 3.5%;
	background-color: white;
	margin: 3% auto 0 auto;
}

.redesSociales, .linkRedes {
	width: 100%;
}

#logoFacebook, #logoTwitter {
	width: 8%;
	vertical-align: middle;
	margin-right: 2%;
}

#redSocial2 {
	margin-top: 3%;
}

.redesSociales a {
	color: grey;
	text-decoration: none;
	font-size: 1.3em;
}

#cajaAuxTotalAnchoOtrosDatosFooter {
	width: 100%;
	padding: 1% 0 1% 0;
	background-color: hsla(0, 0%, 88%, 1);
}

#cajaOtrosDatosFooter {
	width: 80%;
	margin: auto;
}

#cajaAuxTotalAnchoOtrosDatosFooter ul {
	width: 100%;
	display:  flex;
	flex-flow: row nowrap;
	justify-content: center;
	list-style: none;
	margin: auto;
}

#cajaAuxTotalAnchoOtrosDatosFooter ul li {
	margin: auto;
	/*border-right: 1px solid hsla(0, 0%, 81%, 1);*/
	/*padding: 0 1% 0 1%;*/
}

#cajaAuxTotalAnchoOtrosDatosFooter ul li:last-child {
	padding: 0;
	/*margin-left: 3%;*/
	border-right: 0;
}

#cajaAuxTotalAnchoOtrosDatosFooter ul li a {
	text-decoration: none;
	color: #14593d;
}

#cajaAuxTotalAnchoOtrosDatosFooter ul li a:hover {
	text-decoration: underline;
}

/* Fin footer */

/* Inicio estilo cajas flotantes */

/* Incio estilo btnSubir arriba */
#cajaBtnSubir {
	display: none;
	width: 5px;
	height: 5px;
	padding: 30px;
	background: url('../img/imgBtnSubir.png') no-repeat scroll center center hsla(201, 8%, 35%, 1);
	background-image: contain;
	text-indent: -9999px;
	border-radius: 100px;
	transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	position: fixed;
	right: 30px;
	bottom: 30px;
	opacity: .6;
	cursor: pointer;
}

#cajaBtnSubir:hover {
	opacity: 1;
}
/* Fin estilo btnSubir arriba */

/* Inicio estilo capas oscurecedoras mostrar para cajas flotantes */
#capaOscurecedora1, #capaOscurecedora2 {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: black;
	display: none;
	z-index: 999;
	opacity: .8;
}
/* Inicio estilo capas oscurecedoras para mostrar cajas flotantes */

/* Estilo caja formulario de contacto Engitech */
#cajaContactoEngitech {
	display: none;
	color: black;
	position: fixed;
	bottom: 0%;
	right: 0%;
	width:20%;
	z-index: 1000;
	background-color: hsla(195, 100%, 40%, 1);
	/*box-shadow: 0px 0px 10px grey;*/
	font-family: 'Josefin Sans', verdana;
	font-size: 1.2em;
}

#cajaContactoEngitech form {
	width: 80%;
	font-size: .8em;
	margin: 3% auto 0 auto;
	color: white;
	text-align: center;
}

#campoFormNombreEngitech, #campoFormEmailEngitech, #campoFormTelefonoEngitech {
	width: 100%;
}

#cajaContactoEngitech a {
	color: white;
}

#cajaContactoEngitech form input:focus {
	background-color: white;
	color: grey;
}

#cajaContactoEngitech form textarea {
	width: 100%;
	resize: none;
}

#cajaContactoEngitech form textarea:focus {
	background-color: white;
	color: grey;
}

#btnEnviarFormEngitech {
	width: 50%;
	margin: 5% auto 5% auto;
	font-size: 1.2em;
	color: grey;
	background-color: white;
	padding: 3%;
	cursor: pointer;
}

#btnEnviarFormEngitech:hover {
	color: white;
	background-color: grey;
}

#infoEnvioFormEngitech {
	display: none;
}

.cerrarVentana {
	width: 7%;
	float: right;
	cursor: pointer;
	margin: -3.5% 3.5% 0 0;
}

#cajaImgEngitech {
	width: 80%;
	padding: 0 10% 7% 10%;
	background-color: white;
}

#infoEnvioFormEngitech {
	text-align: center;
	padding: 10% 0 10% 0;
	font-size: .9em;
	background-color: white;
	background-image: url("../img/imgCampoFormOk.png");
	background-repeat: no-repeat;
	background-position: right top;
	/*background-size: contain;*/
	color: black;
}
/* Fin caja formulario de contacto Engitech */

/* Inicio estilo caja Aviso Legal y Política de Privacidad */
#cajaAvisoPoliticas {
	width: 50%;
	height: 50%;
	position: fixed;
	padding: 1% 0 1% 1%;
	top: 55%;
	left: 50%;
	margin-top: -25%;
	margin-left: -25%;
	display: none;
	z-index: 1005;
	background-color: white;
	font-family: 'Josefin Sans', verdana;
	font-size: 1em;
}

#cajaAvisoPoliticas .cerrarVentana {
	width: 3%;
	margin: -3.5% 1% 0 0;
	clear: both;
}

#cajaAvisoLegal {
	width: 47.5%;
	height: 100%;
	padding-right: 1%;
	float: left;
	overflow-y: scroll;
	margin-right: 3%;
}

#cajaPoliticaPrivacidad {
	width: 47.5%;
	height: 100%;
	padding-right: 1%;
	float: left;
	overflow-y: scroll;
}

.titulosAvisoPolitica {
	padding: 5%;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	background-color: hsla(0, 0%, 87%, 1);
	margin-bottom: 5%;
}

.textosAvisoPolitica {
	text-align: justify;
}
/* Fin estilo caja Aviso Legal y Política de Privacidad */

/* Fin estilo cajas flotantes */

/* } */

/* Fin estilo desktop */

/* -------------------- Inicio estilo para tablet/smartphone -------------------- */
/*
@media only screen and (min-width:0px) and (max-width:1024px){
	body {
		background-color: green;
	}
}
*/
/* -------------------- Fin estilo para tablet/smartphone -------------------- */