/*BOTON ENVIAR CONSULTA (FICHA)*/
a.button_enviar_consulta{
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.35);
	text-align:center;
    font: 14px Helvetica, Arial, sans-serif;
	width:257px;
	height:22px;
	margin-top:10px;
	text-decoration:none;
    padding: 5px 0 0 0;
    position: relative;
    display: inline-block;
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;
    background: #92bc1c;
    background: -webkit-gradient(linear,0% 40%,0% 70%,from(#92bc1c),to(#92bc1c));
    background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#92bc1c),to(#92bc1c));
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin-right: 10px;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=120, Color='#92bc1c')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=120, Color='#92bc1c');
}
a.button_enviar_consulta:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#92bc1c), to(#92bc1c));
    background: -moz-linear-gradient(top, #92bc1c, #92bc1c);
    background: -ms-linear-gradient(top, #92bc1c, #92bc1c);
    background: -o-linear-gradient(top, #92bc1c, #92bc1c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#92bc1c', EndColorStr='#92bc1c');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#92bc1c', EndColorStr='#92bc1c')";
}

/*BOTON IMPRIMIR FICHA Y TOUR VIRTUAL (FICHA)*/
.icons {
	width:257px;
	display: inline-block;
	color: #333;
	text-shadow: 0 1px 0 #fff;
	font: 12px Helvetica, Arial, sans-serif;
	height: 30px;
	text-decoration: none;
	line-height: 30px;
	white-space: nowrap;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	position: relative;
	z-index: 10;
	background: #bbbbbb;
	background: -webkit-gradient(linear,0% 40%,0% 70%,from(#c5c5c5),to(#bbbbbb));
	background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#c5c5c5),to(#bbbbbb));
	border: solid 1px #a6a6a6;
	-moz-user-select: none;
	-webkit-user-select:none;
	-khtml-user-select: none;
	user-select: none;
	overflow: visible;
	outline: none;
}
.icons.margen{
	margin-top:10px;
}
.icons:before {
    border: solid 1px #78e695;
    border-color: rgba(255, 255, 255, 0.35);
}
.icons:hover {
    color: #fff;
	text-shadow: 0 1px 0 #00922d;
    background: #92bc1c;
    background: -webkit-gradient(linear, left top, left bottom, from(#92bc1c), to(#92bc1c));
    background: -moz-linear-gradient(top, #92bc1c, #92bc1c);
    background: -ms-linear-gradient(top, #92bc1c, #92bc1c);
    background: -o-linear-gradient(top, #92bc1c, #92bc1c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#92bc1c', EndColorStr='#92bc1c');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#92bc1c', EndColorStr='#92bc1c')";
}
.icon-print {
	margin-left:5px;
	padding-left:37px;
	display:block;
	height:30px;
	background:transparent url(http://static.real-loop.com/1/1/sitios/templates/premium/1/images/sprite.png) no repeat;
}
.icon-print {background-position:0px;}

.icon-print {
	margin-left:5px;
	padding-left:37px;
	display:block;
	height:30px;
	background:transparent url(http://static.real-loop.com/1/1/sitios/templates/premium/1/images/sprite.png) no repeat;
}
.icon-tour {
	margin-left:5px;
	padding-left:37px;
	display:block;
	height:30px;
	background:transparent url(http://static.real-loop.com/1/1/sitios/templates/premium/1/images/sprite.png) no repeat;
}
.icon-tour {background-position:0 -77px;}

/*BOTON ENVIAR FORMULARIO (CONTACTO Y TASACION)*/
a.button_enviar_form, a.button, a.button_suscripcion {
    color: #131313;
	width:60px;
	float:right;
	text-align:center;
	display:block;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.35);
    font: 12px Helvetica, Arial, sans-serif;
	text-decoration:none;
    padding: 7px 12px;
    position: relative;
    display: inline-block;
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;
    background: #ff0000;
    background: -webkit-gradient(linear,0% 40%,0% 70%,from(#ff0000),to(#ff0000));
    background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#ff0000),to(#ff0000));
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin-right: -15px;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=120, Color='#b82318')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=120, Color='#b82318');
}
a.button{
	height:15px;
	width:70px;
	margin-right:25px;
	padding:3px 0;
}
a.button.ficha{
	float:right;
	margin:10px 0 5px 0;
	padding:5px 2px 6px 0;
	text-shadow:none;
	font-weight:bold;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFF;
}
a.button_suscripcion{
	height:17px;
	width:100px;
	padding:5px 0;
	margin:10px 0 0 0;
}
a.button_enviar_form:hover, a.button:hover, a.button_suscripcion:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#ff0000));
    background: -moz-linear-gradient(top, #ff0000, #ff0000);
    background: -ms-linear-gradient(top, #ff0000, #ff0000);
    background: -o-linear-gradient(top, #ff0000, #ff0000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff0000', EndColorStr='#ff0000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff0000', EndColorStr='#ff0000')";;
}
a.button_enviar_form{
    color: #FFF;
	width:60px;
	float:right;
	text-align:center;
	display:block;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.35);
    font: bold 12px Helvetica, Arial, sans-serif;
	text-decoration:none;
    padding: 7px 12px;
    position: relative;
    display: inline-block;
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;
    background: #92bc1c;
    background: -webkit-gradient(linear,0% 40%,0% 70%,from(#92bc1c),to(#92bc1c));
    background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#92bc1c),to(#92bc1c));
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin-right: 0px;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=120, Color='#b82318')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=120, Color='#b82318');
}
a.button_enviar_form2{
	color: #FFF;
	width:60px;
	float:right;
	text-align:center;
	display:block;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.35);
    font: bold 12px Helvetica, Arial, sans-serif;
	text-decoration:none;
    padding: 7px 12px;
    position: relative;
    display: inline-block;
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;
    background: #000;
    background: -webkit-gradient(linear,0% 40%,0% 70%,from(#000),to(#000));
    background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#000),to(#000));
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin-right: -15px;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=120, Color='#000')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=120, Color='#000');
}
a.button_enviar_form:hover{
    background: -webkit-gradient(linear, left top, left bottom, from(#92bc1c), to(#92bc1c));
    background: -moz-linear-gradient(top, #92bc1c, #92bc1c);
    background: -ms-linear-gradient(top, #92bc1c, #92bc1c);
    background: -o-linear-gradient(top, #92bc1c, #92bc1c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#92bc1c', EndColorStr='#92bc1c');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#92bc1c', EndColorStr='#92bc1c')";
}

/* BOTONES BUSCAR Y SUSCRIBIR (HOME) */

.cta {
    float: right;
    display: inline-block;
    padding: 0 20px;
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.35);
    font: 14px Helvetica, Arial, sans-serif;
    height: 30px;
    text-decoration: none;
    line-height: 30px;
	white-space: nowrap;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    position: relative;
    z-index: 10;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=120, Color='#333333')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=120, Color='#333333');
	-moz-user-select: none;
	-webkit-user-select:none;
	-khtml-user-select: none;
	user-select: none;
	overflow: visible;
	outline: none;
	margin-top:17px;
	*margin-top:5px;
	margin-right:12px;
	position:absolute;
	top:43px;
	right:25px;
}
.cta-green{
    background: #ff0000;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#ff0000));
    background: -moz-linear-gradient(top, #ff0000, #ff0000);
    background: -ms-linear-gradient(top, #ff0000, #ff0000);
    background: -o-linear-gradient(top, #ff0000, #ff0000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff0000', EndColorStr='#ff0000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff0000', EndColorStr='#ff0000')";
}
.cta-green:before {
    border: solid 1px #78e695;
    border-color: rgba(255, 255, 255, 0.35);
}
