/* Generales */
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
body {
	min-width:360px;
}
body.fixed {
	height: 100%;
	overflow: hidden;
}
:focus {
	outline: none;
}
textarea {
	padding: 5px;
	font-family: inherit;
}
label {
	color: inherit;
}
textarea, 
input[type="text"]:not(.input-buscador),
input[type="password"] {
	border: 1px solid rgba(0,0,0,0.25);
    background-color: #ffffff;
}
input[type="text"],
input[type="password"] {
	line-height: 40px;
	height: 40px;
	padding: 0 5px;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #ffffff inset;
    -webkit-text-fill-color: #000000!important;
}
::-webkit-input-placeholder { 
  color: #666666;
  font-weight: normal;
}
::-moz-placeholder { 
  color: #666666;
  font-weight: normal;
}
:-ms-input-placeholder {
  color: #666666;
  font-weight: normal;
}
:-moz-placeholder { 
  color: #666666;
  font-weight: normal;
}
select {
	appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-image: url(../img/option.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 14px;
	padding: 0 15px 0 5px;
	line-height: 40px;
	height: 40px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid rgba(0,0,0,0.25)!important;
	background-color: #ffffff;
}
ul {
	padding: 0;
	list-style: none;
}

/**/

input[type=checkbox], 
input[type=radio] {
width:auto;
height:auto;
margin: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
display:inline-block;
vertical-align:top;
}

input[type=checkbox]:before, 
input[type=radio]:before {
content: "";
color:inherit;
cursor:pointer;
display:block;
width:15px;
height:15px;
border:1px solid rgba(0,0,0,0.25);
background-color: transparent;
line-height:15px;
}

input[type=checkbox]:checked:before, 
input[type=radio]:checked:before {
font-size:10px;  
text-align:center;
content: "\e603 ";
font-family: 'icomoon';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
border:1px solid rgba(0,0,0,0.25);
}

/* Columnas */

[class^="col-"], [class*=" col-"] {
 	display: block;
 	float: left;
 	padding: 10px;
}
.col-12 {
	width: 100%;
}
.col-8 {
	width: 66.66%;
}
.col-6 {
	width: 50%;
}
.col-4 {
	width: 33.33%;
}
.col-3 {
	width: 25%;
}
.col-2 {
	width: 16.67%;
}
.md-visible-block {
	display: none;
}
.md-visible-inline-block {
	display: none;
}
.xs-visible-block {
	display: none;
}
.xs-visible-inline-block {
	display: none;
}
@media screen and (min-width: 980px) {
	.lg-hidden {
		display: none!important;
	}
}
@media screen and (max-width: 980px) {
 	.col-md-12 {
 		width: 100%!important;
 	}
 	.col-md-8 {
		width: 66.66%!important;
	}
	.col-md-6 {
		width: 50%!important;
	}
	.col-md-4 {
		width: 33.33%!important;
	}
	.col-md-3 {
		width: 25%!important;
	}
	.md-hidden {
		display: none!important;
	}
	.md-visible-block {
		display: block!important;
	}
	.md-visible-inline-block {
		display: inline-block!important;
	}
}
@media screen and (max-width: 640px) {
 	.col-xs-12 {
 		width: 100%!important;
 	}
 	.col-xs-8 {
		width: 66.66%!important;
	}
	.col-xs-6 {
		width: 50%!important;
	}
	.col-xs-4 {
		width: 33.33%!important;
	}
	.col-xs-3 {
		width: 25%!important;
	}
	.xs-hidden {
		display: none!important;
	}
	.xs-visible-block {
		display: block!important;
	}
	.xs-visible-inline-block {
		display: inline-block!important;
	}
}
/* Clases generales */
#contenidos {
	width: 100%;
	padding: 20px 10px;
	float: left;
}
#panel-principal {
	width: 20%;
	padding: 20px 10px;
	float: left;
}
#panel-principal + #contenidos {
	width: 80%;
}
.contenedor {
    width: 94%;
    margin: auto;
    min-width: 980px;
    max-width: 1200px;
}
.contenedor.full-width {
	width:100%;
	max-width:100%;
}
.flotantes {
	overflow: hidden;
	height: 1%;
}
.float-left {
	float: right;
}
.float-right {
	float: right;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.no-padding {
	padding: 0!important;
}

/* Botones */
[class^="button-"], [class*="button-"],
[class^="button-"]:link, [class*="button-"]:link, 
[class^="button-"]:hover, [class*="button-"]:hover,
[class^="button-"]:active, [class*="button-"]:active,
[class^="button-"]:visited, [class*="button-"]:visited {
   height: 40px;
   width: auto;
   padding: 0 10px;
   text-align: center;
   text-decoration: none;
   font-size: 12px;
   min-width: 80px;
   display: inline-block;
   margin: 0;
   cursor: pointer;
   vertical-align: middle;
   line-height: 38px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   -ms-border-radius: 5px;
   border-radius: 5px;
   }
[class^="button-"].left  {
	float:left;
	margin:0 5px 0 0;
}
[class^="button-"].right {
	float:right;
	margin:0 0 0 5px;
}
.button-d,
.button-d:link,
.button-d:active,
.button-d:hover,
.button-d:visited {
	border-color: transparent;
	background-color: transparent;
	color: inherit;
}
/* Desarrollo */

#prfo-pie-des {
	margin: 0;
	text-align: right;
	font-size: 11px;
	color: #777;
}
a#pie-des:link, a#pie-des:active, a#pie-des:visited {
	text-decoration: none;
	color: #777;
}
a#pie-des:hover {
	text-decoration: underline;
}/* Desarrollo */
footer #bottom {
	width: 100%;
	display: table;
	padding: 0 10px;
}
footer #bottom * {
	line-height: 40px!important;
}

/*NUEVO MANOLO**************************************************/

a.texto-form-blanco {
	text-decoration: none;
	color: white;
}
a.texto-form-blanco:hover {
	text-decoration: underline;
}
.enunciado {
	font-size: 12px;
	color: black;
	text-align: center;
	padding-top: 10px;
}
.mensajes_error {
	color: #F00;
	visibility: hidden;
	font-size: 12px;
}
.mensajes {
	position: absolute;
	border: #122D72 medium solid;
	width: 700px;
	height: auto;
	left: 50%;
	margin-left: -370px;
	padding: 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	z-index: 100;
}
.oculto {
	display: none;
}
.boton { /* SUBMIT */
	background-color: #122D72;
	padding: 1px 5px 1px 5px;
	border: 1px solid #FFFFFF;
	border-radius: 2px;/* Si se rellena este campo, no deben rellenarse los dos siguientes */
	color: #ffffff;
	cursor: pointer;
}
.boton:active { /* SUBMIT */
	position: relative;
	top: 1px;
}
.input {
	padding: 2px;
	border: black thin solid;
	border-radius: 3px;/* Si se rellena este campo, no deben rellenarse los dos siguientes */
	color: FFFFFF;
}

#cont-banner {
	display: none;
}
.banner-visible #cont-banner {
	display: block;
}
/*Tabla Galeria*/
#tabla-galeria {
	width: 100%;
}
#tabla-galeria td {
	height: 200px;
	width: 33.33%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border: 4px solid #ffffff;
	position: relative;
	overflow: hidden;
}
#tabla-galeria td div {
	display: table;
	width: 100%;
	background-color: rgba(0,0,0,0.65);
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	padding: 6px 0;
}
#tabla-galeria td div h2 a, #tabla-galeria td div p {
	min-height: 24px;
	line-height: 24px;
	vertical-align: middle;
	color: #ffffff;
}
#tabla-galeria td div > * {
	margin: 0;
	padding: 0 6px;
}
#tabla-galeria td > a {
	height: 200px;
	width: 100%;
	display: table;
}
.lb-container {
	display: table!important;
	position: absolute!important;
	top: 0!important;
	left: 0!important;
	right: 0!important;
	bottom: 0!important;
	margin: auto!important;
}
/*Fin Tabla Galeria */
/* Panel de Cookies y Panel de Control de menores*/
#cookies-panel, #avisomenores-panel {
	display: block;
	position: fixed;
	left: 0;
	width: auto;
	height: auto;
	right: 0;
	z-index: 9999;
	padding: 10px;
	background: #ffffff;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.05);
}
#cookies-panel {
	animation: popup_bottom 1s ease;
	-webkit-animation: popup_bottom 1s ease;
	bottom: 0;
}
#avisomenores-panel {
	animation: popup_top 1s ease;
	-webkit-animation: popup_top 1s ease;
	top: 0;
}
#cookies-panel p, #avisomenores-panel p {
	text-align: center;
	margin: 10px 0;
}
#cookies-panel a, #avisomenores-panel a {
	text-decoration: underline;
}
#cookies-panel a.button-a, #avisomenores-panel a.button-a, #avisomenores-panel a.button-b {
	float: none;
	text-decoration: none;
}
/**/
/**/
.col_1-1, .col_1-2, .col_1-3, .col_1-4, .col_1-5 {
	float:left;
}
.col_1-1 {
	width:100%;
}
.col_1-2 {
	width:50%;
}
.col_1-3 {
	width:33.33%;
}
.col_1-4 {
	width:25%;
}
.col_1-5 {
	width:20%;
}
.hide {
	display: none!important;
}
/**/

.popup {
    border: 0;
    padding: 0 0 5px 0;
    margin: 40px 0 0 -200px;
    box-shadow: 0 2px 4px 4px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 2px 4px 4px rgba(0,0,0,0.1);
    position: fixed;
    left: 50%;
    z-index: 999;
    width: 400px;
    padding: 30px;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    transition:0.6s ease all;
    -webkit-transition:0.6s ease all;
}
.popup.visible {
	 filter: alpha(opacity=100);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    visibility: visible;
    top: 0;
}
.popup.hidden {
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    visibility: hidden;
    top:-60px;
}
.popup p {
	text-align: center;
}
.popup form > * {
	margin: 0 0 8px 0!important;
	width: 100%!important;
}
.close-popup {
	position: absolute;
	right: 30px;
	font-size: 18px;
}
.close-popup a:hover {
	text-decoration: none;
}
#filter {
    display: block;
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index: 8;
    background-color: rgba(0,0,0,0.8);
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#filter.active {
    filter: alpha(opacity=100);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    visibility: visible;
}
/**/
 @-webkit-keyframes popup_top {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
 @keyframes popup_top {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
@-webkit-keyframes popup_bottom {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
@keyframes popup_bottom {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
/**/

/* Para comentarios */
#sendcomment {
    display: inline-block;
    width: 100%;
}
#sendcomment textarea {width: 100%;margin-bottom: 5px;}
#sendcomment h3 {
    margin: 5px 0;
    display: inline-block;
    width: auto;
}
.cont-def-producto-11 form > * {
	display: table;
	clear: both;
}
p.clasificacion  {
	text-align: left;
	padding: 0;
	margin: 0 0 15px 0;
	direction: rtl;
	unicode-bidi: bidi-override;
	float: left;
	width: 100%;
}
p.clasificacion span  {
	float: left;
	line-height: 40px;
	padding-bottom: 10px;
}
p.clasificacion span.title  {
	padding-right: 5px;
	direction: ltr;
	unicode-bidi: bidi-override;
}
p.clasificacion label {
	position: relative;
	float: right;
	top: 8px;
}
p.clasificacion label:before {
	font-family: "Material Icons";
	content: "\E838";
	width: 20px;
	height: 20px;
	line-height: 20px;
	left: 0;
	font-weight: bold;
	font-size: 24px;
}
.rating-box label {
  color: #cccccc;
}
.rating-box label:hover,
.rating-box label:hover ~ label {
  color: orange;
}
.rating-box input[type="radio"]:checked ~ label {
  color: orange;
}
.rating-box h3 {
	padding: 10px 0 5px 0;
	margin: 0;
}
.rating-box .data {
    display: inline-block;
}
.rating-box .stars,
.comments-box .stars {
	position: relative;
	display: inline-block;
	height: 25px;
}
.rating-box .stars > *,
.comments-box .stars > *  {
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	line-height: 30px;
	color: #cccccc;
}
.rating-box .stars .filled,
.comments-box .stars .filled  {
	color: orange;
	z-index: 99;
	overflow: hidden;
	word-break: break-all;
	white-space: nowrap;
	position: relative;
	top: -20px;
	position: absolute;
	top: 0;
}
.rating-box .stars span,
.comments-box .stars span{
	display: inline-block;
}
.rating-box .stars span:before,
.comments-box .stars span:before {
	font-family: "Material Icons";
	content: "\E838";
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	font-size: 24px;
}
.comments-box{
	border-top: 1px solid rgba(0,0,0,0.1);
	padding-bottom: 10px;
	padding-top: 10px;
}
.comments-box .name {
	font-weight: bold;
	margin: 0;

}
.comments-box .date {
	margin: 0 0 5px 0;
}
.comments-box .comment {
	margin: 0;

}
.comments-box .stars span:before {
	font-size: 18px;
}



/* Fin comentarios */

#cont-col-relacionados {
	width: 100%;
}


/* Filtro inmobiliaria */

#filtrosProductos {
}
#filtrosProductos .button-a {
	width: 100%;
}
[class^="button-"].small {
	display: inline-block;
	line-height: 32px;
	height: 32px;
	padding: 0 4px;
	min-width: 0;
	float:left;
}
.select-list {
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
	display: table;
	width: 100%;
} 
.select-list h5 {
	margin: 0 0 5px 0;
}
.select-list li {
	list-style: none;
	margin: 0;
	padding: 2px;
	float: left;
	width: auto;
}
.select-list input[type=checkbox], 
.select-list input[type=radio] {
	padding: 0;
}
.select-list input[type=checkbox]:before, 
.select-list input[type=radio]:before {
	display: none;
}
.select-list input[type="checkbox"]:not(:checked) ~ label,
.select-list input[type="radio"]:not(:checked) ~ label {
	background-color: transparent;
	color: initial;
}
.select-list input[type="checkbox"]:checked ~ label,
.select-list input[type="radio"]:checked ~ label {

}
.select-list select {
	width: 100%;
    margin: 2px 0;
}


/* Listas */

.list, .list li {
	padding: 0;
	list-style: none;
	margin: 5px 0;
	float: left;
	width: 100%;
}
.list {
    margin: 0;
    clear: both;
    padding: 0;
}
.list h3 {
	margin: 5px 0;
	line-height: 1;
}


/* Checkbox container */

.checkbox-container {
	position: relative;
	padding-left: 25px!important;
}

.checkbox-container input[type="checkbox"],
.checkbox-container input[type="radio"] {
	position: absolute;
	left: 0;
	padding: 0;
}

/* Saltos de linea */ 

hr.visible {
	width: 100%;
	padding: 0;
	margin: 12px 0!important;
	border-bottom-width: 1px;
	border-color: rgba(0,0,0,0.1);
	float: left;
}

hr.hidden {
	width: 100%;
	padding: 0;
	margin: 12px 0!important;
	border-bottom: 0;
	float: left;
}