/*
Creado por Eduardo Iglesias - 2018 - iglesiaslezaun.com
*/

html{
  /* prevent font boosting on mobile devices */
    width: 100%;
    height: auto;
    min-height: 1px;
    max-height: 999999px;
    -webkit-text-size-adjust:none;
}

body {
	margin: 0;
	padding: 0;
	/*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	/* font-family: "Roboto", Arial, Helvetica, sans-serif; */
	/*font-family: "Open Sans", Arial, Helvetica, sans-serif;
	/* font-size: 13px;*/
	font-family: "Open Sans";
	color: #1b3a59;
	/* background-color: #e9eaed; */
}

#logos,
#sidebar,
.sidebar,
#ficha,
.busqueda,
#navulmain,
.contenido,
#formulario_busq,
#footer-content{
	min-width: 600px;
	width: 90%;
	max-width: 1149px;
	margin-left:auto;
	margin-right:auto;
	/* padding-left: 10px; */
	/* padding-right: 10px; */
	box-sizing: border-box;
}
select.option-box {
	float: left;
	/* width: 31.5%; */
	width: 32%;
	/* margin-right: 2%; */
	/* max-width: 208px; */
	/*height: 180px;*/
	overflow:auto;
	background-color:white;
	box-shadow: 0px 0px 5px #888888;
	border-radius: 3px;
	/* -webkit-margin-before: 1em; */
	/* -webkit-margin-after: 1em; */
	/* -webkit-margin-start: 0px; */
	/* -webkit-margin-end: 0px; */
	-webkit-padding-start: 0px;
	width: 23%;
	padding: 20px;
	font-family: 'Montserrat', sans-serif;
	color: #1b3a59;
	/* line-height:200%; */
	font-size:20px;
}
select.option-box option{
	/*line-height:200%;*/
	/*padding: 10px !important;*/
}
.fig-modalidad{
	position: absolute;
	left: 0;
	top: 0;
	color: white;
	padding: 2px 9px;
	background-color: #1b3a59;
	display:none;
}
.fig-localidad{
	position: absolute;
	right: 0;
	top: 0;
	color: white;
	padding: 2px 9px;
	background-color: #1b3a59;
	display:none;
}
.fig-fotos{
	position: absolute;
	left: 0;
	bottom: 0;
	color: white;
	padding: 5px 10px;
	background-color: #1b3a59;
	display:table;
}
.fig-fotos:after{
	/*
	font-family: 'Material Icons';
	content:'camera_alt';
	
	font-family: 'fontawesome';
	content: "f368";
	padding-left:10px;
	display:table-cell;
	vertical-align:middle;
	*/
}
.fig-fotos-icon{
	padding-left:10px;
	display:table-cell;
	vertical-align:middle;
}
#wrapper {
	/*
	margin-left:100px;
	margin-right:100px;
	*/
	/* width:1149px; */
	margin: auto auto;
}

#header {
    /* width: 1149px; */
    /* margin: auto auto; */
    height: 400px;
}

/* Logo */
#logos{
	overflow: hidden;
	height: 200px;
	margin: auto auto;
}
#logo_lezaun_old {
	float: left;
	padding-top: 10px;
	height: 100%;
	box-sizing: border-box;
}
#logo_lezaun img{
	/* max-width: 400px; */
	height: 100%;
}
#logo_lezaun{
	float: left;
	height: 100%;
	/* width: 300px; */
	padding-top: 10px;
	padding-bottom: 10px;
	box-sizing: border-box;
	margin-right: 100px;
	margin-left: 20px;
}
/* Phone logo */

.header-banner {
    background-color: #a41e36;
    color: white;
    z-index: 2;
    position: relative;
    width: 200px;
    padding: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    float:right;
    box-sizing: border-box;
   
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.header-banner-content{
	display: table;
}
.header-banner img{
    display: table-cell;
    vertical-align:middle;
    margin-right: 10px;
    margin-left: 10px;
}
.header-banner p{
    display: table-cell;
    vertical-align:middle;
    font-size:20px;
}
#header-banner-phone{
	margin-left: 10px;
	margin-right: 20px;
}
#header-banner-email{
	/* margin-left: 100px; */
	/* margin-right: 20px; */
	cursor: pointer;
}
#navmain{
	/*font: normal 12px/17px Arial, Helvetica, sans-serif;*/
	font-family: 'Open Sans';
	background:#1b3a59;
	min-height: 50px;
	/* margin-bottom: 20px; */
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	/* padding: 0px 85px 0px 85px; */
	z-index:999;
	min-width:100%;
	max-width:100%;
	box-sizing: border-box;
	display: none;
}
#navulmain{
	/* padding: 0px 85px 0px 85px; */
	/* min-width:100%; */
	/* max-width:100%; */
}
/* Los botones de navegacion*/
#navulmain ul{
	float: left;
}
	
#navulmain li{
	float: left;
	padding-right: 55px;
}
	
#navulmain a{
	text-decoration: none;
	color:  #ffffff;
}
#navulmain a:hover,#navulmain li.current a{color: #2980b9;} 

#navulmain li.first{ border: none;}

/* Page */

#page {
	margin:auto auto;
	/* padding-left:15px; */
	/* padding-right:15px; */
}

#page h3{
	margin-left:20px;
}
	
	
/* Sidebar */

.sidebar {
	margin: auto auto;
	/* padding-top: 5px; */
	/* padding-bottom: 5px; */
}
.sidebar h1 {
	/* margin-left:10px; */
	font-size: 18px;
	font-weight: bold;
	color: #1b3a59;
	/* padding-top: 5px; */
	/* padding-right: 5px; */
	margin-top: 10px;
	margin-bottom: 10px;
}
.sidebar h2 {
	/* margin-left:10px; */
	font-size: 14px;
	font-weight: bold;
	color: #1b3a59;
}
#sidebar-buscador h1{
	text-align:center;
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 0 2px 5px rgb(0, 0, 0);
}

#blq_busq{
	overflow:auto;
	padding: 10px;
	/* background:white; */
	color:#1b3a59;
	/*border: 1px solid #CCC;*/
	/* border: 2px solid; */
	border-color: #e5e6e9 #dfe0e4 #d0d1d5;
	/* box-shadow: 2px 2px 2px 2px #888888;*/
}
#blq_busq_izq{
	float:left;
	width: 700px;
}

#formulario_busq{
	width: 850px;
	margin: auto;
}
.btn_buscar{
	float: right;
	width: 23%;
}
.btn_buscar input,
.btn_buscar button{
	background-color: #c10003;
	background-color: #a41e36;
	color: white;
	font-size: 14px;
	padding: 13px 20px;
	/* margin-top: 50px; */
	border: 0;
	box-shadow: 0 0 8px 0 rgba(0,0,0,.3);
	line-height: 40px;
	cursor:pointer;
	border-radius: 5px;
	height: 67px;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	/* color: #1b3a59; */
	/* line-height: 200%; */
	font-size: 20px;
}
#blq_busq table{
	color:#1b3a59;
	/* width: 520px; */
	font-size:15px;
	text-decoration:bold;
}
.listaopbusca{
}
.opbusca{
	width: 160px;
	line-height: 175%;
	font-size: 14px;
	float: left;
}

#busqueda{
	overflow:auto;
	/*margin-left: 30px;*/
}
.espaciador{
	float:left;
	margin-left: 15px;
	margin-right: 15px;
}
.ficha_buscador{
	overflow:auto;
	float:left;
	margin-bottom:50px;
	/*margin-right:30px;*/
	background-color: white;
	color:#1b3a59;
	
	transition-duration: 0.5s;
	-webkit-transition-duration:0.5s;
	border: 2px solid;
	border-color: #e5e6e9 #dfe0e4 #d0d1d5;
	height:270px;
}
.ficha_buscador:hover{
	background-color: #1b3a59;
	color:white;
	cursor:pointer;

}

.datos_buscador{
	float:left;
	padding-left:15px;
	padding-top:15px;
	width:240px;
	line-height:200%;
}
/* Busqueda */


td.map{
	float:right;
}
.ficha_inicio,
.busqueda-ficha{
	overflow:auto;
	background-color: white;
	color:#1b3a59;
	/* border: 2px solid; */
	/* border-color: #e5e6e9 #dfe0e4 #d0d1d5; */
	box-shadow: 0px 0px 5px #1b3a59;
	margin-bottom:15px;
	transition-duration: 0.5s;
	-webkit-transition-duration:0.5s;
}
.busqueda-ficha:nth-child(even){
	background-color:#e5e6e9;
}
.ficha_inicio:hover,
.busqueda-ficha:hover{
	background-color: #1b3a59;
	color:white;
	cursor:pointer;
}
.busqueda-ficha-izquierda{
	float:left;
	width: 30%;
	max-width: 333px;
	height: 250px;
}
.busqueda-ficha-derecha{
	float: left;
	width: 70%;
	padding: 15px;
	box-sizing: border-box;
}
.busqueda-ficha-titulo{
	float:left;
	font-size:24px;
	font-weight:bold;
}
.busqueda-ficha-precio{
	float: right;
	font-size:24px;
}
.busqueda-ficha-descripcion{
	float: left;
}
.busqueda-ficha-datos{
	float: left;
	/*padding-left:15px;*/
	/*padding-top:15px;*/
	width: 100%;
	line-height:200%;
}
.busqueda-ficha-dato{
	float:left;
	margin-right:10px;
}
.busqueda-ficha-dato:before{
	content: " - ";
}
.busqueda-ficha-dato:first-of-type:before{
	display:none;
}
.busqueda-ficha-dato-icon{
	margin-left:5px
}

/* Ficha piso */

#mizquierda{
	float: left;
	/*width: 430px;*/
	/*width: 45%;*/
	/*margin-right: 20px;*/
}

#mderecha{
	margin-top: 50px;
	border-left: 1px dotted  #1b3a59;
	padding-left: 40px;
	float: left;
	width: 350px;
	/*width: 45%;*/
	/*font-family: 'Gotham Book';*/
	font-size:16px;
}
.mderecha-title{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.etiqueta{font-weight:bold;float:left;width:180px;}
.valor{text-align:right;float: right;width:120px;}

#ficha{
	padding: 20px;
	overflow:auto;
	padding-bottom: 50px;
	background-color:white;
	border: 2px solid;
	border-color: #e5e6e9 #dfe0e4 #d0d1d5;
	/*box-shadow: 2px 2px 2px 2px #888888;*/
}

#fotoprincipal{
	/*border: 1px solid  #e6e6e6;*/
	padding: 10px;
	/*width: 400px;*/
	margin-right: 10px;
	overflow: hidden;
}

#masfotos{
	margin-top: 10px;
	border-top: 2px solid  #e6e6e6;
}
#masfotos img{
	margin-top: 10px;
}
#descripcion{
	padding: 10px;
	display: block;
	/* width: 300px; */
	background-color: #e6e6e6;
}

#vermas{
	font-size: 12px;
}

#vermas a{
	text-decoration: none;
}

.contenido{
	/*padding-left:20px;*/
	/*padding-right:50px;*/
	/*box-shadow: 2px 2px 2px 2px #888888;*/
	margin-bottom: 50px;
	overflow: auto;
	background-color:white;
	border: 2px solid;
	border: 0;
	border-color: #e5e6e9 #dfe0e4 #d0d1d5;
}
.contenido span{

/* padding-left: 10px; */

font-size: 14px;

font-weight: bold;

color: #001079;

border-bottom: 1px solid #c00002;

width: 400px;

display: block;
}
.extra-category{

}
.extra-category-checked{

}
.extra-category-titled{

}
#seccion_contacto{
	background-color: white;
	padding: 20px;
	margin-bottom: 50px;
	height:650px;
	/*box-shadow: 2px 2px 2px 2px #888888;*/
	border: 2px solid;
	border-color: #e5e6e9 #dfe0e4 #d0d1d5;
}
label{
	width: 180px;	
	float:left;
}
#seccion_contacto input{
	padding: 4px;
	background: white url('../img/bg-input.png') repeat-x bottom left;
	border: 1px solid #1b3a59;
}

#formulario-contacto{
	/* float: left; */
	/* width:425px; */
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width: 600px;
	height: 600px;
	margin:auto;
	background-color:#1b3a59;
	border-radius:15px;
	padding: 20px;
	z-index:9;
	color: white;
	display:none;
}
#formulario-contacto #botonenviar{
	background-color:#a41e36;
}
#formulario-contacto #botonenviar.enabled{
	background-color:#a41e36;
	cursor:pointer;
}
#formulario-contacto #botonenviar.disabled{
	background-color:#afafaf5c;
	cursor:auto;
}
#formulario-contacto-close{
	position:absolute;
	top:10px;
	right:10px;
	cursor:pointer;
	font-size: 25px;
}
#formulario-contacto-close:hover{
	font-weight:bold;
}
#formulario-contacto input[type=text],
#formulario-contacto select,
#formulario-contacto textarea{
	padding:10px;
}

#datos_contacto{
	float: right;
	margin-left:20px;
	width:425px;
}
#datos{
	width:330px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	background:white;
	color:#1b3a59;
	border: 1px solid #CCC;
}

/* Footer */

#footer-wrapper{	
	margin-bottom:0;
	/*border: 1px solid #CCC;*/
	background:#1b3a59;
	color:white;
	width: 100%;
}
#footer-wrapper a {
	color:white;
}

#footer-wrapper table{
	color:white;
	font-size:13px;
	width:100%;
}
#footer-wrapper img{
	border-top:0;
}

.footer-links a {
	color:white;
}
.footer-links span{
	color:white;
}

/*
	Slideshow
*/
#destacados{
	float:right;
}
#ribbon{
	position:absolute;
	top:0;
	left:25;
}
#slides {
	width:350px;
	height:350px;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:300px;
	height:300px;
	display:block;
	float:left;

}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:300px;
	height:300px;
	display:block;
	/*Posicion absoluta para el lazo*/
	position: absolute;
	top: 0;
	z-index: 0;
}
.slides_container img{
	/*Posicion absoluta para el lazo*/
	position: absolute;
	top: 0;
	z-index: -1;
}
/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	width:25px;
	height:43px;
	padding-top:125px;
	display:block;
}

#slides .next {
	/*background: url(js/arrow-next.png);*/
	float:right;
}
#slides .prev {
	/*background: url(js/arrow-prev.png);*/
	float:left;

}
/*
	Pagination
*/

.pagination {
	margin:auto auto;
	width:160px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(js/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}
.slide {
	position:relative;
}

.caption {
	height:45px;
	position:absolute;
	bottom:-100px;
	/*padding:5px 20px 0 20px;*/
	background:#1b3a59;
	background:rgba(27,58,89,.5);
	width:300px;
	font-size:13px;
	/*line-height:1.33;*/
	color:#fff;
	border-top:1px solid #000;
	text-shadow:none;
	overflow:hidden;
	z-index: 6;
}
#titulo_destacados{
	width:300px;
	margin-left:25px;
	background:#1b3a59;
	color:white;
}

/*LAZO ESQUINA*/
.imagen-lazo,
.busqueda-ficha-imagen{
	/* min-height: 250px; */
	/* min-width: 250px; */
	/* max-height: 250px; */
	/* max-width: 250px; */
	overflow: hidden;
	position: relative;
	max-width: 333px;
	width: 100%;
	height: 250px;
	margin: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

figure.busqueda-ficha-imagen {}

.imagen-lazo-destacados {
	width: 200px;
	height: 200px;
	overflow: hidden;
}
.imagen-lazo-inmueble {
	min-height: 500px;
	min-width: 500px;
	max-height: 500px;
	max-width: 500px;
	position: relative;
	overflow: hidden;
}
.ribbon-green {
font: 13px Lobster;
color: #333;
text-align: center;
text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
position: relative;
padding: 4px 0;
left: 30px;
top: 10px;
width: 100px;
background-color: #9B0000;
background-image: -webkit-gradient(linear, left top, left bottom, from(#9B0000), to(#6B0000));
background-image: -webkit-linear-gradient(top, #9B0000, #6B0000);
background-image: -moz-linear-gradient(top, #9B0000, #6B0000);
background-image: -ms-linear-gradient(top, #9B0000, #6B0000);
background-image: -o-linear-gradient(top, #9B0000, #6B0000);
color: white;
-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
z-index: 1;
}

/*
.ribbon-green:before, .ribbon-green:after {
  content: "";
  border-top:   3px solid #7b0000;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-green:before {
  left: 0;
}
.ribbon-green:after {
  right: 0;
}
*/
.ribbon-destacado {
  font: 15px Lobster;
  color: #333;
  text-align: center;
  text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: 90px;
  top: 20px;
  width: 150px;
  background-color: #9b0000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9b0000), to(#6b0000)); 
  background-image: -webkit-linear-gradient(top, #9b0000, #6b0000); 
  background-image:    -moz-linear-gradient(top, #9b0000, #6b0000); 
  background-image:     -ms-linear-gradient(top, #9b0000, #6b0000); 
  background-image:      -o-linear-gradient(top, #9b0000, #6b0000); 
  color: white;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
  z-index: 1;
}
.ribbon-inmueble {
	font: 16px Lobster;
	color: #333;
	text-align: center;
	text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	position: relative;
	padding: 7px 0;
	left: 285px;
	top: 25px;
	width: 160px;
	background-color: #9B0000;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#9B0000), to(#6B0000));
	background-image: -webkit-linear-gradient(top, #9B0000, #6B0000);
	background-image: -moz-linear-gradient(top, #9B0000, #6B0000);
	background-image: -ms-linear-gradient(top, #9B0000, #6B0000);
	background-image: -o-linear-gradient(top, #9B0000, #6B0000);
	color: white;
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
	z-index: 1;
}
.imagen-lazo img,
.busqueda-ficha-imagen img{
	position:absolute;
	bottom:0;
	top: 0;
	left:0;
	/* left: -50%; */
	right: 0;
	height: 100%;
	/* min-height:250px; */
	/* min-width:250px; */
	/* max-height:250px; */
	/* max-width:250px; */
}
.imagen-lazo-inmueble img{
	position:absolute;
	bottom:0;
	left:0;
	
	min-height:500px;
	min-width:500px;
	max-height:500px;
	max-width:500px;
	
}
table tr{
	overflow: auto;

	
}
@font-face {
    font-family: 'Lobster';
    src: url('WebFonts/lobster_1.3-webfont.eot');
    src: url('WebFonts/lobster_1.3-webfont.eot?#iefix') format('embedded-opentype'),
         url('WebFonts/lobster_1.3-webfont.woff') format('woff'),
         url('WebFonts/lobster_1.3-webfont.ttf') format('truetype'),
         url('WebFonts/lobster_1.3-webfont.svg#lobster_1.3regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Galeria para imagenes de Inmovilla*/

div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
}
div.nav-controls {
}
div.slideshow-container {
	clear: both;
	height: 320px; 
}

div.slideshow {

}
div.slideshow span.image-wrapper {
	display: block;
}
div.slideshow a.advance-link {

	display: block;
	width: 550px;
	height: 450px; 
	line-height: 450px; 

}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	border: 1px solid #ccc;
	width:400px;
}
div.caption-container {
	height: 75px;
}
span.image-caption {
	display: block;
	width: 550px;

}
div.caption {
	padding: 12px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}

ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}

.watermark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity:0.10;
    background: transparent url(../img/logo.png) center center no-repeat;
    z-index: 1100;
}
.lb-nav:after {
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity:0.10;
    background: transparent url(../img/logo3.png) center center no-repeat;
    background-size: 50%;
    z-index: -1;
    /* background-color: red; */
}

/* Nuevo - 3105/2018 */

html,body,a,input{
	font-family: 'Montserrat', sans-serif;
}
#header{
	/* background-image:url(../img/bg_peralta.jpg); */
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size:cover;
	position: relative;
}
#blq_busq{

	margin: 0;
	padding-bottom: 50px;
}
.search-container{

}
.option-container{
	overflow: auto;
}
.option-divider{
	width: 2%;
	height:10px;
	float: left;
}
ul.option-box{
	float: left;
	/* width: 31.5%; */
	width: 32%;
	/* margin-right: 2%; */
	/* max-width: 208px; */
	height: 180px;
	overflow:auto;
	background-color:white;
	box-shadow: 0px 0px 5px #888888;
	border-radius: 3px;
	/* -webkit-margin-before: 1em; */
	/* -webkit-margin-after: 1em; */
	/* -webkit-margin-start: 0px; */
	/* -webkit-margin-end: 0px; */
	-webkit-padding-start: 0px;
}
ul.option-box:last-of-type{
	float: right;
}
.option-box li{
	list-style:none;
	padding: 0 12px;
	line-height: 40px;
	cursor: pointer;
	font-weight: 400;
	font-size: 20px;
}
.option-box li.selected{
	background-color:#1b3a59;
	color:white;
}
.extra-category{
	overflow:hidden;
	margin-top:5px;
}
.extra-category-checked{
	float:left;
	margin-right:5px;
}
.map{
	border-radius:10px;
}


.contenido button{
	cursor:pointer;
    border: 0;
    padding: 10px 5px;
    min-width: 100px;
    color: white;
}


/* Carousel */
ul.cb-slideshow ,
.cb-slideshow li{
	margin:0;
	padding:0;
	list-style-type: none;
	overflow: hidden;
}
.cb-slideshow,
.cb-slideshow:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}
#header-content{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
	z-index: 1;
	
	background-image: url(/assets/img/n1ventas.png);
    background-repeat: no-repeat;
    background-position: 85% 25%;    
    background-size: auto 150px;
}
.cb-slideshow:before { 
    content: '';
    /*background: transparent url(../images/pattern.png) repeat top left; */
    /*background-image: url(../img/peralta.jpg);*/
	background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
}
.cb-slideshow li span { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 24s linear infinite 0s;
    -moz-animation: imageAnimation 24s linear infinite 0s;
    -o-animation: imageAnimation 24s linear infinite 0s;
    -ms-animation: imageAnimation 24s linear infinite 0s;
    animation: imageAnimation 24s linear infinite 0s; 
}
.cb-slideshow li:nth-child(1) span { 
    background-image: url(../img/peralta_2.jpg) 
}
.cb-slideshow li:nth-child(2) span { 
    background-image: url(../img/funes.jpg);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s; 
}
.cb-slideshow li:nth-child(3) span { 
    background-image: url(../img/marcilla.jpg);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s; 
}
.cb-slideshow li:nth-child(4) span { 
    background-image: url(../img/falces.jpg);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s; 
}

#formulario_contacto-after{
    color: red;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
}

/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -webkit-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -webkit-transform: scale(1.05);
	    -webkit-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -webkit-transform: scale(1.1);
	}
	35% {
	    opacity: 0;
	    -webkit-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -moz-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -moz-transform: scale(1.05);
	    -moz-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -moz-transform: scale(1.1);
	}
	35% {
	    opacity: 0;
	    -moz-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -o-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -o-transform: scale(1.05);
	    -o-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -o-transform: scale(1.1);
	}
	35% {
	    opacity: 0;
	    -o-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -ms-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -ms-transform: scale(1.05);
	    -ms-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -ms-transform: scale(1.1);
	}
	35% {
	    opacity: 0;
	    -ms-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    transform: scale(1.05);
	    animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    transform: scale(1.1);
	}
	35% {
	    opacity: 0;
	    transform: scale(1.1);
	}
	100% { opacity: 0 }
}

/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}

@media screen and (max-width: 1140px) { 
    .cb-slideshow li div h3 { font-size: 140px }
}
@media screen and (max-width: 600px) { 
    .cb-slideshow li div h3 { font-size: 80px }
}
@font-face {
	font-family: 'fontawesome-brands';
	font-style: normal;
	font-weight: normal;
	src: url("/assets/fonts/fa-brands-400.eot");
	src: url("/assets/fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), 
	url("/assets/fonts/fa-brands-400.woff2") format("woff2"), 
	url("/assets/fonts/fa-brands-400.woff") format("woff"), 
	url("/assets/fonts/fa-brands-400.ttf") format("truetype"), 
	url("/assets/fonts/fa-brands-400.svg#fontawesome") format("svg"); 
  }
@font-face {
	font-family: 'fontawesome-regular';
	font-style: normal;
	font-weight: 400fonts;
	src: url("/assets/fonts/fa-regular-400.eot");
	src: url("/assets/fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), 
	url("/assets/fonts/fa-regular-400.woff2") format("woff2"), 
	url("/assets/fonts/fa-regular-400.woff") format("woff"), 
	url("/assets/fonts/fa-regular-400.ttf") format("truetype"), 
	url("/assets/fonts/fa-regular-400.svg#fontawesome") format("svg"); 
}
@font-face {
	font-family: 'fontawesome-solid';
	font-style: normal;
	font-weight: 900;
	src: url("/assets/fonts/fa-solid-900.eot");
	src: url("/assets/fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), 
	url("/assets/fonts/fa-solid-900.woff2") format("woff2"), 
	url("/assets/fonts/fa-solid-900.woff") format("woff"), 
	url("/assets/fonts/fa-solid-900.ttf") format("truetype"), 
	url("/assets/fonts/fa-solid-900.svg#fontawesome") format("svg");
}
