﻿/* ajustes bootstrap */
#mapa_rdos img, #oficinas img, #mapa img, #pano img, div.light_rounded img{max-width: none;} /* corregir incompatibilidad bootstrap - google maps */

input, textarea{background:#fff !important;}

/* social share */
.supersocialshare.bubble{display:block;width:64px;height:64px;position:relative;z-index:1;}.supersocialshare.bubble .sb_main{display:block;width:64px;height:64px;background:url(../images/bubble_share_core.png) no-repeat;background-position:0 0;position:absolute;top:0;left:0;z-index:2;cursor:pointer;text-indent:-9999px;}.supersocialshare.bubble .sb_main:hover{background-position:0 -64px;}.supersocialshare.bubble .sb_network_button{display:block;width:46px;height:46px;background-repeat:no-repeat;background-position:0 0;position:absolute;top:9px;left:9px;z-index:1;cursor:pointer;text-indent:-9999px;}.supersocialshare.bubble .sb_network_button.facebook{background-image:url(../images/bubble_facebook_share_button.png);}.supersocialshare.bubble .sb_network_button.linkedin{background-image:url(../images/bubble_linkedin_share_button.png);}.supersocialshare.bubble .sb_network_button.google{background-image:url(../images/bubble_googleplus_share_button.png);}.supersocialshare.bubble .sb_network_button.twitter{background-image:url(../images/bubble_twitter_share_button.png);}.supersocialshare.bubble .sb_network_button.pinterest{background-image:url(../images/bubble_pinterest_share_button.png);}.supersocialshare.bubble .sb_network_button.email{background-image:url(../images/bubble_email_share_button.png);}.supersocialshare.bubble .sb_network_button:hover{background-position:0 -46px;}


/* cookie */
.msgcookie{z-index:30000;display:block;position:relative;top:0;width:100%;background:rgba(0,0,0,0.8);color:#fff;font-size:11px;font-family:sans-serif}.msgcookie p{max-width:1120px;margin:0 auto;padding:10px 0 10px 0;}.msgcookie p a:link,.msgcookie p a:active,.msgcookie p a:visited,.msgcookie p a:hover{color:#fff}.msgcookie a.close{float:right;display:block;width:16px;height:50px;background:url(cookie.png) 0 -45px no-repeat;overflow:hidden;text-indent:-80px;opacity:0.5;margin:0 0 0 40px}a.close:hover{opacity:1}

.msgcookie .cerrar{
    position: absolute;
    top: 10px;
    right: 10px;
}

.msgcookie p, .msgcookie a{
    color: #fff;
    font-size: 11px;
}




/* formulario */
.mi_form .validacion {
  width: 8%;
  height: 24px;
  margin: 5px;
  float: left;
  font-size: 20px;
  position: relative; 
}
.mi_form label{
  clear: both;
  width: 100%;
  display: block;
}
.mi_form input:not([type="checkbox"]), .mi_form textarea, .mi_form select {
  float: left; 
  width: 80%;
  clear: both;
}
.mi_form .ok {
  color: #9bb314 !important;
   }
.mi_form .cancel {
  color: #ed4747 !important; }
.mi_form .validacion i {
  position: absolute;
  top: 0;
  left: 0; 
  display: block;
  width: 24px;
  height: 24px;
  font-size: 24px;
  font-weight: bold;
}
.mi_form label.obligatorio {
  font-weight: bold; }
  .mi_form label.obligatorio:before {
    content: "(*) "; }
.mi_form .mi_form_ayuda {
  clear: both;
  font-style: italic;
  background-color: #b1dffc;
  color: #004f80;
  padding: 10px;
  margin: 0 0 10px 0;
  font-size: 12px; 
}


#mapa_rdos{
	width:100%;
	height:500px;
	visibility: hidden;
}

#mapa,#pano {
	width:100%;
	height:500px;
}


div.social a{
	background: none repeat scroll 0 0 #222222;
	border-radius: 50px 50px 50px 50px;
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 18px;
	font-weight: normal;
	height: 22px;
	margin-left: 3px;
	padding: 5px 2px 3px 6px;
	text-align: center;
	text-decoration: none;
	width: 22px;
	transition: all 0.3s ease;
}

div.social a:hover, .girar:hover, #scrollUp:hover{
	transform: scale(1.25) rotate(360deg);
}

.text-center{text-align: center !important;}
.text-left{text-align: left !important;}
.text-right{text-align: right !important;}
.text-justify{text-align: justify !important;}
.float-left{float:left !important;}
.float-right{float:right !important;}


/* etiquetas */
.et1{background: red; color:#fff;}  /* vendido */
.et2{background: red; color:#fff;}	/* reservado */
.et3{background: yellow; color:#444; font-weight: bold !important;}  /* ofertas */
.et4{background: orange; color:#888;}  /* rebajado */
.et5{background: white; color:#111;}  /* banco */
.et6{background: royalblue; color:#fff;}  /* alquilado */
.et7{background: purple; color:#fff;}  /* lujo */


/* mensajes de respuesta */
div.respuesta_ok{background: #e3f8d0;padding: 15px 10px 10px 10px;border: 1px solid #ddd;color:#666;margin:10px 0;}
div.respuesta_ko{background: #f58181;padding: 15px 10px 10px 10px;border: 1px solid #ddd;color:#111;margin:10px 0;}



