@charset "utf-8";

/* --------------- Presentación ---------------- */
.Presentacion {
	color: #CCC;
	background-color: #000;
	text-align: center;
	font-size: 1em;
	border-bottom: solid 1px #ccc;
	margin: 0px auto 0px auto;
	max-width: 1200px;
}
.Presentacion h2, .Presentacion h3 {
	display: inline;
	font-size: 1em;
	text-align: left;
	letter-spacing: 2px;
	padding: 0px;
	word-spacing: 3px;
	font-weight: normal;
	color: #CCC;
}

/* ---------- Ctrl Botones Contenido --------- */

#BodyForm {
	background-color: #1f1f1f;
}
#BodyForm .BotonInformacion {
	font-size: 1.1em;
	width: 200px;
	height: 40px;
	line-height: 40px;
	letter-spacing: 3px;
	font-weight: 300;
	text-align: center;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	margin: 25px auto;
	border-radius: 5px;
}
#BodyForm .BotonInformacion a:link {
}
/* ---------- Ctrl Botones Menu --------- */

/* ---------- Ctrl Botones SubMenu --------- */

#ContenidoMenuServicios #BotonAlquiler2 {
	display: block;
}
#ContenidoMenuServicios #BotonPresupuesto2 {
	display: none;
}
#ContenidoMenuServicios #BotonCatalogo2 {
	display: none;
}
#ContenidoMenuServicios #BotonManual2 {
	display: none;
}
#ContenidoMenuServicios #BotonContactar2 {
	display: block;
}
#ContenidoMenuServicios #BotonEmpresa2 {
	display: block;
}
#ContenidoMenuServicios #BotonNormativas2 {
	display: none;
}

/* ------------------ Section -------------------- */

.Section1, .Section2, .Section3, .Section4, .Section5 {
	font-size: 1.6em;
	font-weight: normal;
	letter-spacing: 1px;
	color: #3A3A3A;
	text-align: center;
	padding: 2% 3%;
	overflow: hidden;
	display: block;
}
.Section1 {
	background-color: #000000;
	padding: 0px 3%;
	margin: auto;
}
.Section2{
	display: none;
}
.Section1 img, .Section2 img, .Section3 img,
.Section4 img, .Section5 img {
	width: 100%;
	height: auto;
	margin: auto;
	display: block;
	text-align: center;
	position: relative;
}

.Section1 .Modulo1, .Section1 .Modulo2,
.Section1 .Modulo3, .Section2 .Modulo1,
.Section2 .Modulo2, .Section2 .Modulo3,
 .Section3 .Modulo1, .Section3 .Modulo2 {
	display: inline-block;
	vertical-align: top;/* min-width: 320px; */
}

/* ------------------ Section1 -------------------- */

.Section1 .Modulo1 {
	/* float: left; */
	width: 59%;
	/* max-width: 500px; */
	/* min-width: 480px; */
	text-align: center;
	color: #CCC;
	padding: 10px 5px;
	/* margin: auto; */
}
.Section1 .Modulo1 ul {
	list-style-type: none;
	text-align: center;
	margin: auto;
	padding: 0px;
}
.Section1 .Modulo1 li {
	margin: auto;
	margin-bottom: 20px;
	text-align: center;
	max-width: 550px;
}
.Section1 .InputForm {
	/* [disabled]margin-bottom: 20px; */
	width: 100%;
	text-align: left;
	margin: auto;
}
.Section1 .Modulo1 li .MarcoPais {
	vertical-align: top;
	display: inline-block;
	width: 58%;
	/* max-width: 320px; */
	/* min-width: 280px; */
}
.Section1 .Modulo1 li .MarcoCP {
	vertical-align: top;
	display: inline-block;
	width: 41%;
	max-width: 180px;
	min-width: 80px;
	text-align: right;
}
.Section1 .NombreCampoText {
	width: 100%;
	max-width: 100px;
	font-size: 1em;
	font-weight: 400;
	line-height: 1em;
	padding: 5px 0px;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	letter-spacing: 2px;
}
.Section1 .CampoText,
.Section1 .CampoProvincia, 
.Section1 .CampoCP,
.Section1 .CampoTel {
	padding: 5px;
	width: 100%;
	letter-spacing: 1px;
	text-align: left;
	vertical-align: text-top;
	display: inline-block;
	font-size: 1em;
}
.Section1 .CampoText {
	max-width: 400px;
}
.Section1 .CampoProvincia {
	max-width: 200px;
}
.Section1 .CampoCP {
	max-width: 60px;
	/* [disabled]margin-left: 20px; */
	text-align: center;
	width: 60px;
}
.Section1 .CampoTel {
	max-width: 200px;
}
.Section1 .Modulo1 img {
}
.Section1 h5 {
	display: block;
	font-size: 1.2em;
	color: #FFE391;
	letter-spacing: 2px;
	background-color: #000;
	padding: 15px;
	border-bottom: dotted 1px #FC6;
}
.Section1 .Modulo2 {
	width: 40%;
	/* font-size: 1.4em; */
	text-align: right;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 10px 5px;
}
.Section1 .Modulo2 textarea {
	display: block;
	resize: none;
	width: 100%;
	font-size: 1em;
	text-align: left;
	padding: 5px;
	margin: auto;
	font-family: 'Lato', sans-serif, Verdana, Geneva;
	height: 245px;
}
.Section1 .Modulo2 .Articulo1 {
	padding-top: 10px;
}
.Section1 .Modulo2 h2,
.Section1 .Modulo2 h3,
.Section1 .Modulo2 h5 {
	font-size: 1.1em;
	font-weight: 700;
}
.Section1 .Modulo2 img {
	width: 50%;
	float: right;
	margin: 0px 0px 10px 10px;
}

.Section1 .Modulo3 {
	width: 33%;
	max-width: 300px;
	float: right;
	text-align: center;
}
.Section1 .Modulo3 .Articulo1,
.Section1 .Modulo3 .Articulo2,
.Section1 .Modulo3 .Articulo3 {
	margin: 0px auto 10px auto;
}
.Section1 .Modulo3 img {
}

/* ------------------ Section2 -------------------- */

.Section2 .Modulo1 {
	width: 29.9%;
	float: left;
	max-width: 300px;
	display: none;
}

.Section2 .Modulo1 img {
}

.Section2 .Modulo2 {
	width: 95%;
}

.Section2 .Modulo2 .Articulo1 {
	text-align: left;
	font-family: "Century Gothic";
	font-style: italic;
}

.Section2 .Modulo2 .Articulo1 h2 {
	font-style: inherit;
	margin-bottom: 5px;
	font-weight: 700;
}

.Section2 .Modulo2 img {
	width: 40%;
	min-width: 300px;
	float: right;
	margin: 0px 0px 10px 10px;
}

.Section2 .Modulo3 {
	width: 33%;
	float: right;
	max-width: 350px;
}

.Section2 .Modulo3 img {
	max-width: 300px;
}

/* ------------------ Section3 -------------------- */

.Section3 {
	color: #CCC;
	font-weight: 300;
	text-align: center;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
	/* margin-bottom: 5px; */
	overflow: hidden;
	border-bottom:dotted 1px #FC6;
	background-color: #000;
}

.Section3 .Modulo1 {
	overflow: hidden;
	width: 100%;
}
.Section3 h5 {
	/* margin: auto; */
	/* padding: 2px; */
	font-size: 0.8em;
	/* line-height: 1.4em; */
	font-weight: 400;
	word-spacing: 2px;
}
.Section3 .Modulo1 .Articulo1 {
	padding: 0px 3%;
}
.Section3 h2 {
	display: block;
	font-size: 1.2em;
	color: #FFE391;
	letter-spacing: 1px;
	background-color: #000;
	padding: 10px;
	border-bottom: dotted 1px #FC6;
	margin-bottom: 10px;
}
.Section3 h3 {
	font-size: 1.3em;
	font-weight: 400;
	display: block;
	margin-bottom: 25px;
	text-align: center;
	/* [disabled]padding-left: 10px; */
}
.Section3 h4 {
	font-size: 1em;
	font-weight: 400;
	padding: 2px;
	display: block;
	color: #9a5c00;
}
/*.Section3 h5 {
	font-size: 1.1em;
	font-weight: 400;
	padding: 2px;
	display: block;
	color: #9a5c00;
}*/
.Section3 .Modulo1 .ArticuloFooter li {
	font-size: 1em;
	font-weight: 400;
	letter-spacing: 0px;
	word-spacing: 0px;
	display: block;
}
.Section3 .Modulo1 .ArticuloFooter input {
	width: 100%;
	max-width: 50px;
	text-align: center;
	font-size: 1.1em;
}
.Section3 .Modulo1 .Articulo1 .BotonFlecha{
	display: none;
	width: 40px;
	font-size: 25px;
	font-weight: bold;
	color: #ffcd5e;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
}
.Section3 .Modulo1 .Articulo1 .ArticuloHeader {
}
.Section3 .Modulo1 .Articulo1 .ArticuloBody {
	text-align: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-justify-content: space-around;
	-webkit-flex-justify-content: space-around;
	justify-content: space-around;
	-ms-flex-align-content: stretch;
	-webkit-flex-align-content: stretch;
	align-content: stretch;
	-ms-flex-align-items: stretch;
	-webkit-flex-align-items: stretch;
	align-items: stretch;
}
#AccAudio .AccArticulo,
#AccBaterias .AccArticulo,
#AccAntenas .AccArticulo,
#AccVarios .AccArticulo {
	display: inline-block;
	overflow: hidden;
	width: 200px;
	min-width: 200px;
	vertical-align: top;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	border-radius: 3px;
	background-color: #FFF;
	text-align: left;
	padding: 3px;
}
#AccAudio .AccArticulo img,
#AccBaterias .AccArticulo img,
#AccAntenas .AccArticulo img,
#AccVarios .AccArticulo img {
	max-width: 150px;
	float: left;
	width: 30%;
}
#AccFull .AccArticulo, #AccFull .AccArticuloVacio {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	width: 20%;
	max-width: 300px;
	min-width: 200px;
	margin-left: 10px;
	margin-right: 10px;
}
#AccFull .AccArticulo {
	margin-bottom: 15px;
	border-radius: 3px;
	background-color: #FFF;
	text-align: left;
}
#AccFull .AccArticulo img {
	height: auto;
	width: 25%;
	min-width: 65px;
	padding: 3px 0px 0px 4%;
	float: left;
}
#AccFull .AccArticuloVacio {
	visibility: hidden;
}
.Section3 .Modulo1 .Articulo1 .ArticuloFooter {
	color: #3c3c3c;
	padding: 5px;
	font-weight: 400;
	float: right;
	width: 59%;
}
.Section3 .Modulo1 .Articulo1 .ArticuloFooter ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}

/* ------------------ Section 3 Alquiler ----------------- */

.Section3 .Modulo1 .Articulo1 .ModuloAlquiler {
	display: inline-block;
	vertical-align: top;
	color: #CCC;
	font-weight: 400;
	overflow: hidden;
	/*min-width: 300px;*/
}
.Section3 .Modulo1 .Articulo1 .ArticuloAlquiler {
	text-align: center;
}
#AlquilerModulo1 {
	width: 45%;
}
#AlquilerModulo2 {
	width: 30%;
}
#AlquilerModulo3 {
	width: 20%;
}
.Section3 .Modulo1 .Articulo1 .ModuloAlquiler ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.Section3 .Modulo1 .Articulo1 .ModuloAlquiler li {
	text-align: center;
	margin-bottom: 20px;
}
.Section3 .Modulo1 .Articulo1 .ModuloAlquiler .AlquilerEtiqueta {
	display: inline-block;
	width: 100%;
	max-width: 300px;
	font-size: 1.2em;
	font-weight: 300;
	line-height: 1em;
	padding: 5px 0px;
	text-align: left;
	letter-spacing: 2px;
}
.Section3 .Modulo1 .Articulo1 .Cantidad {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 80px;
	text-align: center;
	letter-spacing: 1px;
	font-size: 1em;
	padding: 5px;
}
.Section3 .Modulo1 .Articulo1 .Fecha {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 150px;
	text-align: center;
	letter-spacing: 1px;
	font-size: 1.1em;
	padding: 5px;
	margin-bottom: 10px;
	line-height: 1.1em;
}
.Section3 .Modulo1 .Articulo1 .EtiquetaDatosAlquiler {
	font-size: 1.2em;
	margin-bottom: 10px;
	color: #FFE391;
	text-align: center;
	padding: 5px;
	font-weight: 300;
}
.Section3 .Modulo1 img {
}

.Section3 .Modulo2 {
	width: 45%;
	float: right;
}

.Section3 .Modulo2 img {
}

.Section3 .Modulo3 {
	width: 33%;
}

.Section3 .Modulo3 img {
}

/* ------------------ Section4 -------------------- */

.Section4 {
	color: #FFF;
	font-size: 1.2em;
	font-weight: 300;
	text-align: center;
	padding: 15px 0px;
	width: 100%;
	margin-bottom: 20px;
	background-color: #000;
}
.Section4 h2 {
	letter-spacing: 3px;
	text-align: center;
	font-size: 1.3em;
	padding: 5px;
	margin: 0px;
}
.Section4 .Modulo1 {
	display: inline-block;
	width: 75%;
	vertical-align: top;
	font-size: 1.3em;
	letter-spacing: 1px;
	font-weight: 300;
}
.Section4 .Modulo1 .Privacidad {
	display: inline-block;
	vertical-align: top;
	width: 40%;
	min-width: 300px;
	margin-bottom: 15px;
}
.Section4 .Modulo1 .Privacidad:hover {
	color: #FC6;
	cursor: pointer;
}
.Section4 .Modulo1 .ContactarPor {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	min-width: 315px;
	margin-bottom: 15px;
}
.Section4 .Modulo1 a {
}
.Section4 .Modulo1 img {
}
.Section4 .Modulo1 span {
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
	line-height: 2em;
}
.Section4 .Modulo2 {
	display: inline-block;
	vertical-align: top;
	width: 20%;
}
.Section4 .Modulo2 img {
}
.Section4 .Modulo3 {
	width: 33%;
}
.Section3 .Modulo3 img {
}

/* --------------- Media -------------- */

@media (max-width:1350px) {
}
@media (max-width:1280px) {
.Section1 .Modulo2 {
	/* padding-left: 15px; */
}
}
@media (max-width:1150px) {
	#AccFull .AccArticulo, #AccFull .AccArticuloVacio {
		/* width: 18%; */
		/* min-width: 200px; */
	}
	.Section3 .Modulo1 .Articulo1 {
		padding: 0px;
	}
}
@media (max-width:1024px) {
}
@media (max-width:990px) {
	.Presentacion {
		color: #FFF;
	}
	.Section1 .Modulo1  {
		width: 50%;
	}
	.Section1 .Modulo2  {
		width: 49%;
		margin-top: 25px;
	}	
	.Section1 .Modulo1 li .MarcoPais {
		width: 300px;
		margin-bottom: 20px;
	}
	.Section1 .CampoProvincia {
		max-width: 280px
	}
	.Section1 .Modulo1 li .MarcoCP {
		width: 100px;
		text-align: left;
	}
	.Section1 .Modulo1 .NombreCampoText {
		display: block;
	}
	#AccAudio, #AccBaterias, #AccAntenas, #AccVarios {
		overflow: auto;
		-ms-flex-wrap: nowrap;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-ms-flex-justify-content: flex-start;
		-webkit-flex-justify-content: flex-start;
		justify-content: flex-start;
	}
	#AlquilerModulo1 {
		width: 60%;
	}
	#AlquilerModulo2 {
		width: 39%;
	}
	#AlquilerModulo3 {
		display: none;
	}
}
@media (max-width:850px) {
	.Section1 .Modulo1 {
		width: 85%;
	}
	.Section1 .Modulo2 {
		width: 85%;
		margin-top: 0px;
	}			
	.InputForm .NombreCampoText {
		display: block;
	}
	.Section1 .Modulo1 li .MarcoPais {
		width: 320px;
		margin-bottom: 0px;
	}
	.Section1 .CampoProvincia {
		max-width: 200px;
	}
	.Section1 .Modulo1 li .MarcoCP {
		width: 180px;
		text-align: right;
	}
	.Section1 .Modulo1 .NombreCampoText {
		display: inline-block;
	}
	.Section1 .Modulo2 textarea {
		height: 165px
	}
	#AccFull .AccArticulo, #AccFull .AccArticuloVacio {
		width: 30%;
	}
	.Section4 .Modulo1 {
		width: 100%
	}
}
@media (max-width:800px) {
	.Section1 .Modulo1 {
		/* width: 39%; */
	}
	.Section1 .Modulo2 {
		/* width: 60%; */
	}
	.Section4 .Modulo1, .Section4 .Modulo2 {
		/* display: block; */
		width: 100%;
		float: none;
	}
	.Section4 .Modulo1 .Privacidad {
		display: block;
		width: 100%;
		color: #fff;
	}
	.Section4 .Modulo1 .ContactarPor {
		display: block;
		width: 100%;
		color: #fff;
	}
	.Section4 .Modulo1 span {
	margin-left: 0px;
	margin-right: 5px;
	line-height: 2em;
	}
	#AccFull .AccArticulo, #AccFull .AccArticuloVacio {
		/* width: 45% */

	}
}
@media (max-width:750px) {
	.Section1 .Modulo1 {
		/* width: 35%; */
	}
	.Section1 Modulo2 {
	}
	.Section1 .Modulo1 .NombreCampoText {
		color: #fff;
		font-weight: 400;
	}
	#AccFull .AccArticulo, #AccFull .AccArticuloVacio {
		/* width: 45% */
	}
	.Section3 h3 {
	color: #fff;
	font-weight: 400;
	}
}
@media (max-width:665px) {
	#BodyForm .Presentacion {
		font-size: 0.9em;
	}
	.Section1 .Modulo1 {
		/* width: 100%; */
	}
	.Section1 .Modulo2 {
		width: 85%;
		margin-top: 0px;
	}			
	.InputForm .NombreCampoText {
		display: block;
	}
	.Section1 .Modulo1 li .MarcoPais {
		width: 62%;
	}
	.Section1 .Modulo1 li .MarcoCP {
		max-width: 100px;
		text-align: left;
	}
	.Section1 .Modulo1 .NombreCampoText {
		display: block;
	}
	.Section3 {
		/* font-size: 1.1em; */
	}
	#AccFull .AccArticulo, #AccFull .AccArticuloVacio {
		/* max-width: 250px; */
		width: 40%;
		/* min-width: 250px; */
	}
}
@media (max-width:640px) {
	.Section1 .CampoProvincia {
		max-width: 250px;
	}
	.Section3 .Modulo1, .Section3 .Modulo2 {
		width: 98%;
		float: inherit;
	}
	#AccFull .AccArticulo, #AccFull .AccArticuloVacio {
		width: 45%
	}
	#AlquilerModulo1 {
		width: 95%;
	}
	#AlquilerModulo2 {
		width: 95%;
	}
}
@media (max-width:550px) {
	.Section1 .Modulo1 {
		width: 90%;
	}
	.Section1 .Modulo2 {
		width: 95%;
		margin-top: 0px;
	}			
	.InputForm .NombreCampoText {
		display: block;
	}
	.Section1 .Modulo1 li .MarcoPais {
		width: 68%;
		/* margin-bottom: 20px; */
	}
	.Section1 .CampoProvincia {
		max-width: 250px;
	}
	.Section1 .Modulo1 li .MarcoCP {
		width: 100px;
		text-align: left;
	}
	.Section1 .Modulo1 .NombreCampoText {
		display: block;
	}
	#AccFull .AccArticulo {
		/* max-width: 300px; */
		/* width: 300px; */
		/* min-width: 300px; */
	}
}
@media (max-width:460px) {
	#AccFull .AccArticulo {
		width: 80%
	}
}
@media (max-width:414px) {		
	.InputForm .NombreCampoText {
		display: block;
	}
	.Section1 .Modulo1 li .MarcoPais {
		width: 70%;
		margin-bottom: 20px
	}
	.Section4 {
		padding: 0px;
	}
	#AccFull .AccArticulo {
		/*width: 80%;*/
		/* min-width: 280px; */
	}
}
