﻿body{
	font-family: 'Open Sans', sans-serif;
}


#chat{
	position: fixed;
	top: 400px;
	right: 60px;
	z-index: 10000;
	border: 2px solid #43c22e;
	background: white;
	width: 85px;
	text-align: center;
	padding: 18px 0px 0;

	border-radius: 50%;

	box-shadow: 5px 5px 5px #43c22e;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#chat strong{
	width: 100%;
	float: left;
}

#chat img{
	width: 40px;
}

#cabecerota-ayuda{
	position: relative;
	width: 100%;
	height: 135px;
}

#cabecerota{
	border: 0px solid red;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000000;
	width: 100%;
	float: left;
}

#cintillo{
	background: #3a3a3c;
	width: 100%;
	float: left;
}

#cintillo-conten{
	width: 1300px;
	margin: 0 auto;
}

#cintillo-conten span{
	font-size: 18px;
	color: white;
	font-weight: lighter;
	padding: 10px 0;
	float: left;
	margin: 0 100px 0 0;
}
#cintillo-conten span a{
	color: white;
}

.right{
	float: right !important;
	margin: 0 !important;
}

#cabecera{
	background: white;
	width: 100%;
	float: left;
	padding: 10px 0 5px;

	box-shadow: 1px 1px 5px black;
}

#cabecera-conten{
	width: 1300px;
	margin: 0 auto;
}

#logotipo{
	width: 20%;
	text-align: center;
	float: left;
}

#logotipo img{
	width: 100%;
}


#menu{
	border: 0px solid red;
	width: 78%;
	float: right;
	margin: 10px 0 0 0;
}

#menu a{
	text-decoration: none;
}

.menu-r{
	border: 0px solid red;
	width: 100%;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	color: #3a3a3b;
	padding: 12px 0px;
	cursor: pointer;
	display: none;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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

#menu ul li{
	width: 14.28%;
	float: left;
}

.menu{
	border: 0px solid red;
	width: 100%;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	color: #3a3a3b;
	padding: 8px 0px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.menu-uno{
	padding: 15px 8px 16px;
}

.menu:hover, .activo, .menu-r:hover{
	background: #fab21e;
	text-shadow: 2px 2px 2px black;
	color: white;
	font-weight: bold;
}


.acciones{
	width: 100%;
	float: left;
	padding: 12px 0;
}
.acciones-conten{
	width: 1300px;
	margin: 0 auto;
}

.accion{
	border: 1px solid #ddd;
	width: 49%;
	text-align: center;
	color: blue;
	float: left;
	padding: 7px 0;
}
.accionVerde{
	background: #d3d9d0;
    color: green;
}


#efecto{
	width: 100%;
	float: left;
}


#uno{
	position: relative;
	z-index: 100000;
	width: 100%;
	float: left;
	padding: 40px 0;
}

#uno-conten{
	width: 1300px;
	margin: 0 auto;
}

.titulo{
	width: 100%;
	text-align: center;
	color: red;
	font-size: 30px;
	font-weight: bold;
	float: left;
	margin: 0 0 30px 0;
}

.titulo2{
	width: 100%;
	text-align: center;
	color: #fab21e;
	font-size: 30px;
	font-weight: bold;
	float: left;
	margin: 0 0 10px 0;
}

.subtitulo{
	width: 100%;
	text-align: center;
	font-size: 24px;
	color: gray;
	margin: 0 0 40px 0;
}

.cuadro{
	width: 18.5%;
	float: left;
}

.cuadro-enmedio{
	margin-left: 1%;
	margin-right: 1%;
}

.imagen-cuadro{
	width: 100%;
	text-align: center;
	float: left;
}

.imagen-cuadro img{
	height: 160px;
}

.titulo-cuadro{
	width: 100%;
	text-align: center;
	font-size: 22px;
	color: #fab21e;
	font-weight: bold;
	padding: 8px 0;
	float: left;
}

#dos{
	width: 100%;
	float: left;
}

#dosi{
	background: #3a3a3b;
	width: 50%;
	color: white;
	font-size: 23px;
	line-height: 33px;
	float: left;
	padding: 94px 40px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#dosi strong{
	text-shadow: 2px 2px 2px black;
}

#dosi a{
	color: white;
}

#dosd{
	width: 50%;
	float: right;
}

#dosd img{
	width: 100%;
}


#tres{
	width: 100%;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	float: left;
	padding: 30px 0;
}

#tres-conten{
	width: 1300px;
	margin: 0 auto;
}

#tres img{
	width: 80%;
	margin: 0 10%;
}


#cotiza{
	background: #ddd;
	width: 100%;
	float: left;
	padding: 40px 0;
}

#cotiza-conten{
	width: 1200px;
	margin: 0 auto;
}

.boton{
	background: #fab21e;
	width: 20%;
	text-align: center;
	color: white;
	font-size: 32px;
	font-weight: bold;
	text-shadow: 2px 2px 2px black;
	margin: 0 40% 30px;
	float: left;
	padding: 12px 0;
}

.dos{
	width: 45%;
	float: left;
	margin: 0 0 40px 0;
}

.imagenes-dos{
	width: 100%;
	text-align: center;
	float: left;
}
.imagenes-dos img{
	height: 100px;
	margin: 0 30px;
}

.titulo-dos{
	width: 100%;
	text-align: center;
	font-size: 22px;
	padding: 12px 0;
	float: left;
}

.flecha{
	width: 10%;
	text-align: center;
	float: left;
}
.flecha img{
	width: 50px;
	margin: 30px 0 0 0;
}


.tres{
	width: 23.33%;
}


#efecto2{
	width: 100%;
	float: left;
}


#cabecera-titulo{
	position: relative;
	width: 100%;
	height: 220px;
	float: left;
}

#fondo-oscuro{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background: rgba(0,0,0,0.4);
	width: 100%;
	height: 100%;
}

#cabecera-titulo-conten{
	position: relative;
	z-index: 11;
	width: 1300px;
	margin: 0 auto;
}

.ctitulo{
	width: 100%;
	text-align: center;
}

.ctitulo div, .ctitulo h1{
	background: rgba(0,0,0,0.4);
	color: white;
	font-weight: bold;
	font-size: 30px;
	padding: 12px;
	display: inline-block;
	margin: 70px 0 0 0;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.cabecera-como{
	background: url(../images/cabecera-como.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.cabecera-preguntas{
	background: url(../images/cabecera-preguntas.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.cabecera-contacto{
	background: url(../images/cabecera-contacto.png) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}


#contenido{
	width: 1300px;
	margin: 0 auto;
}

#contenido-conten{
	width: 100%;
	float: left;
	padding: 50px 0;
}

.c{
	width: 31.33%;
	float: left;
	margin: 0 0 50px 0;
}

.enmedio{
	margin: 0 3%;
}

.imagen-c{
	width: 100%;
	float: left;
}
.imagen-c img{
	width: 100%;
}

.titulo-c{
	width: 100%;
	text-align: center;
	font-size: 22px;
	line-height: 30px;
	color: #fab21e;
	font-weight: bold;
	padding: 8px 0;
	float: left;
}

.texto-c{
	width: 100%;
	font-size: 18px;
	line-height: 28px;
	float: left;
}

.separacion{
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
}


.texto{
	border: 0px solid red;
	width: 100%;
	text-align: center;
	font-size: 19px;
	font-weight: bold;
	line-height: 24px;
	float: left;
	margin: 0 0 60px 0;
}
.texto span{
	text-decoration: underline;
	color: gray;
	font-size: 24px;
	font-weight: bold;
}
.texto b{
	color: red;
}
.texto .azul{
	color: blue !important;
	font-size: 20px;
}

table{
	width: 100%;
	margin: 30px 0 0 0;
	float: left;
}

table tr td{
	border: 2px solid #ddd;
	background: #343741;
	color: white;
	font-size: 19px;
	padding: 12px 20px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


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

.partei{
	background: #f7f7f7;
	width: 50%;
	font-size: 20px;
	font-weight: lighter;
	float: left;
	padding: 20px 12px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.partei strong{
	font-size: 23px;
}

.parted{
	width: 47%;
	font-size: 20px;
	line-height: 30px;
	font-weight: lighter;
	padding: 12px;
	float: right;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


#mapa{
	width: 100%;
	float: left;
	margin: 30px 0 0 0;
}


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

.seccion{
	width: 62%;
	font-size: 20px;
	line-height: 28px;
	float: left;
}

.seccion strong{
	color: red;
}

.imagen-seccion{
	width: 37%;
	text-align: center;
	float: right;
}
.imagen-seccion img{
	width: 100%;
}



.m{
	width: 48.5%;
	float: left;
}

.m p{
	border: 1px solid #ddd;
	background: #f1f1f1;
	width: 100%;
	font-size: 19px;
	line-height: 26px;
	float: left;
	margin: 0 0 30px 0;
	padding: 12px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.m p strong{
	width: 100%;
	font-size: 21px;
	color: red;
	float: left;
	margin: 0 0 20px 0;
}


#ladoi{
	width: 70%;
	float: left;
	padding:0 20px 0 0;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#ladoi strong{
	width: 100%;
	font-size: 24px;
	float: left;
	margin: 0 0 30px 0;
}

#ladod{
	background: #f7f7f7;
	width: 29%;
	font-size: 18px;
	line-height: 23px;
	float: right;
	padding: 10px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#ladod strong{
	background: black;
	width: 100%;
	color: white;
	float: left;
	padding: 7px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#ladod img{
	width: 100%;
}


#gris{
	border: 2px solid #ddd;
	background: #f7f7f7;
	width: 100%;
	font-size: 18px;
	line-height: 28px;
	float: left;
	padding: 12px;
	margin: 30px 0 0 0;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#gris strong{
	background: black;
	color: white;
	padding: 7px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#palabras{
	width: 100%;
	text-align: center;
	float: left;
	margin: 0 0 60px 0;
}

#palabras span{
	border: 2px solid #ddd;
	background: #f7f7f7;
	padding: 7px 12px;
	margin: 0 70px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.precio{
	width: 49%;
	float: left;
	margin: 0 0 30px 0;
}

.precio p{
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	background: #3a3a3b;
	width: 70%;
	color: white;
	font-size: 17px;
	float: left;
	padding: 10px 10px 10px 20px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.pre{
	width: 30% !important;
	text-align: center;
	font-weight: bold;
	padding: 10px !important;
}

.precio a{
	color: white;
}

.tr{
	width: 32.33%;
	float: left;
}

.tr .precio p{
	background: #f7f7f7 !important;
	color: black !important;
}

.tr .precio p a{
	color: blue;
}


.amarillo{
	background: #fffedf;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 26px;
	line-height: 36px;
	float: left;
	padding: 12px 0;
}


.parte-s{
	border-bottom: 10px solid #fab21e;
}

.s{
	background: #3a3a3c;
	width: 62%;
	color: white;
	font-weight: lighter;
	font-size: 18px;
	line-height: 25px;
	float: left;
	padding: 12px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.s strong{
	font-size: 23px;
	text-shadow: 2px 2px 2px black;
}


.imagen-s{
	width: 38%;
	text-align: center;
	float: right;
}
.imagen-s img{
	width: 100%;
}


#cotizacion{
	border: 0px solid red;
	width: 50%;
	float: left;
	margin: 0 25%;
}

#titulo-cotizacion{
	background: #f30000;
	width: 100%;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: white;
	padding: 12px;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

#contenido-cotizacion{
	background: #f7f7f7;
	width: 100%;
	float: left;
	padding: 12px;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.radio{
	border: 0px solid red;
	width: 33.33%;
	float: left;
	padding: 5px 0;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
#contenido-cotizacion input[type=radio]{
	width: 30%;
}

.titulito{
	width:100%;
	font-size:20px;
	font-weight: bold;
	color:red;
	float:left;
	margin:20px 0 0 5px;
}


.amarillo{
	color: blue;
	font-size: 22px;
}


#footer{
	background: #fab21e;
	width: 100%;
	float: left;
}

#footer-conten{
	width: 1300px;
	margin: 0 auto;
}

.seccion-footer{
	font-size: 18px;
	line-height: 28px;
	float: left;
	padding: 20px 12px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.seccion-footer strong{
	font-size: 23px;
}

.mitad{
	width: 50%;
	float: left;
}

.m{
	width: 40%;
	text-align: center;
	font-size: 22px;
	line-height: 32px;
	margin: 0 5%;
}
.m strong{
	font-size: 30px;
	font-weight: bold;
}
.m img{
	width: 50%;
}
.m iframe{
	width: 100%;
}


.banner{
	background: #002247;
	width: 100%;
	color: white;
	float: left;
	margin: 20px 0;
}
.banner div{
	width: 25%;
	text-align: center;
	font-size: 20px;
	float: left;
	padding: 12px 0;
}
button{
	border: 0;
	background: #d31672;
	color: white;
	font-size: 20px;
	padding: 7px;

	border-radius: 20px;

	box-sizing: border-box;
}


#pie{
	background: #3a3a3b;
	width: 100%;
	text-align: center;
	color: white;
	font-size: 18px;
	float: left;
	padding: 12px 0;
}
#pie a{
	color: white;
}


@media screen and (max-width:1300px){
	#cabecerota-ayuda{
		display: none;
	}
	#cabecerota{
		position: relative;
	}
	#cintillo-conten, #cabecera-conten, #uno-conten, #tres-conten, #footer-conten, #cabecera-titulo-conten, #contenido, .acciones-conten{
		width: 100%;
		padding: 0 10px;

		box-sizing: border-box;
	}
}
@media screen and (max-width:1200px){
	#cotiza-conten{
		width: 100%;
		padding: 0 10px;

		box-sizing: border-box;
	}
	#dosi{
		padding: 10px;
	}
	#palabras span{
		width: 25%;
		margin: 0;
	}
}
@media screen and (max-width:1000px){
	#logotipo{
		width: 100%;
		text-align: center;
	}
	#logotipo img{
		width: 40%;
	}
	#menu{
		width: 100%;
	}
	.cuadro{
		width: 31.33%;
		margin: 0 1% !important;
	}
	.separacion1{
		width: 100%;
		float: left;
	}
	#tres img{
		width: 100%;
		margin: 20px 0;
	}
	.tr{
		width: 95%;
		margin: 0 2.5% 30px;
	}
}
@media screen and (max-width:900px){
	.mitad{
		width: 100%;
	}
}
@media screen and (max-width:800px){
	#logotipo img{
		width: 50%;
	}
	.menu-r{
		display: block;
	}
	#menu ul{
		display: none;
	}
	#menu ul li{
		width: 100%;
	}
	.menu{
		font-size: 20px;
		padding: 12px 0;
	}
	.cuadro{
		width: 48%;
		margin: 0 1% 30px !important;
	}
	.boton{
		width: 40%;
		margin: 0 30% 40px;
	}
	.seccion-footer{
		width: 100% !important;
	}
	#cotizacion{
		width: 90%;
		margin: 0 5%;
	}
	.banner div{
		width: 50%;
	}
}
@media screen and (max-width:700px){
	#logotipo img{
		width: 60%;
	}
	#dosi{
		width: 100%;
	}
	#dosd{
		width: 100%;
	}
	.seccion{
		width: 100%;
	}
	.imagen-seccion{
		width: 100%;
		text-align: center;
		margin: 30px 0 0 0;
	}
	.imagen-seccion img{
		width: 90%;
	}
	.c{
		width: 48%;
		margin: 0 1% 30px !important;
	}
	#ladoi{
		width: 100%;
	}
	#ladod{
		width: 100%;
	}
	#palabras span{
		width: 50%;
		float: left;
	}
	.s{
		width: 100%;
	}
	.imagen-s{
		width: 100%;
	}
	.partei, .parted{
		width: 100%;
	}
	.accion{
		width: 100%;
		margin: 0 0 20px 0;
	}
	.m{
		width: 100%;
		margin: 0 0 30px 0;
	}
}
@media screen and (max-width:600px){
	.w100{
		width: 50% !important;
	}
	#cintillo-conten span{
		width: 50%;
		text-align: center;
		margin: 0;
	}
	.right{
		display: none;
	}
	#logotipo img{
		width: 70%;
	}
	.boton{
		width: 60%;
		margin: 0 20% 30px;
	}
	.imagenes-dos-diferente img{
		height: 80px;
		margin: 0;
	}
	.c{
		width: 95%;
		margin: 0 2.5% 30px;
	}
	.m{
		width: 95%;
		margin: 0 2.5% 30px;
	}
	.precio{
		width: 95%;
		margin: 0 2.5% 30px;
	}
	.banner div{
		width: 100%;
	}
	.amarillo a{
		font-size: 22px !important;
	}
}
@media screen and (max-width:500px){
	.cuadro{
		width: 97%;
		margin: 0 1.5% 30px;
	}
	.imagen-cuadro{
		text-align: center;
	}
	.imagen-cuadro img{
		width: 80%;
		height: auto;
	}
	.heightDiferente{
		width: 40% !important;
	}
	.precio p{
		width: 100% !important;
	}
	#cotizacion{
		width: 100%;
		margin: 0;
	}
}