.scrollup{
    width: 40px;
    height: 40px;
    opacity: 0.5;
    position: fixed;
    bottom: 50px;
    right: 100px;
    display: none;
    text-indent: -9999px;
    background: url('../imagenes/icon_top.png') no-repeat;
}
/***********************************************
	MENSAJE MODAL DE CONTACTO
*************************************************/
#contacto_mensaje_modal{
	width: 400px;
	padding: 15px 30px 15px 30px;
	position: absolute;
	z-index: 777;
	top: 30%;
	left: 30%;
	border-radius: 5px;
}
.contacto_texto_mensaje_modal {
	font-family: Arial;
	font-size: 17px;
	text-align: left;
	color: #FFF;
	background-color: #73B9FF;
}

.bg-primary,
.btn-primary {
	background-color: #8eabaf !important;
}
.btn-primary {
	border: none !important;
}
a,
.site-menu li a {
	color: #8eabaf !important;
}
.btn_custom {
	color: #fff !important;
}
.btn_custom:hover {
	color: #8eabaf !important;
}