@charset "utf-8";
/*------------------------------------------------------ESTILOS GENERAL*/
* {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body{
	background-image: url(imgsweb/gears.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	font-size: 16px;
	overflow-x:hidden;
	float: left;
	margin: auto auto;
	width: 100%;
}
h1{
	font-size: 3em;
	font-weight: 400;
	color: #000000;
}

h2{
	font-family:'Special+Elite', sans-serif;
	font-weight: 200;
	font-size: 2.3em;
	color: rgba(0,0,0,1);
	text-align: center;
	margin: 0px 0px 10px 0px;
	width: 100%;
}
h3{
	font-family:'Roboto', sans-serif;
	font-weight: 200;
	font-size: 1.5em;
	color: rgba(0,0,0,1);
	text-align: center;
	margin-bottom: 50px;
	display: block;
}

h4 { 
	position: relative;
    color: #000;
    font-size: 1em;
    margin: 10px 0px;
    font-weight: 400;
    border-bottom: 1px solid black;
    line-height: 40px;
}
.h4white{
	color: #ffffff;
	 border-bottom: 1px solid white;
}
h3 span {
    position:absolute;
    right:0;
    width:0;
    background: #fff;
    border-left: 1px solid #000;
}

h5{
	font-family:'Roboto', sans-serif;
	font-weight: 300;
	font-size: 1.2em;
	color: rgba(0,0,0,0.9);
	margin-bottom: 5px;
}
.h5footer{
	color: rgba(0,0,0,0.4)!important;
	font-size: 1.5em;
	font-weight: 400;
}
h6{
	font-family: 'Special+Elite', sans-serif;
	font-weight: 300;
	font-size: 1.6em;
}
.h6_mas_claro{
	font-size: 0.7em;
	margin-top: 20px;
	opacity: 0.7;
}
.h6contacto{
	font-size: 1.7em;
	margin: auto auto;
	text-align: center;
}
.h6bio{
	font-family: 'Special+Elite',serif;
	font-size: 1.3em;
	margin: auto auto;
	text-align: center;
	color: rgba(255,255,255,0.8);
}
.marginbottom{
	margin-bottom: 50px;
}
.cont_general{
	width: 100%;
	height: auto;
	font-family:'Roboto', sans-serif;
	position: relative;
	float: left;
	background-color: #ffffff;
}
.portada{
	width: 100%;
	height: 100vh;
	position: relative;
	background-image: url(imgsweb/fondo_portada_tf.jpg);
	background-repeat: no-repeat;
	background-position: center;
	box-shadow: 2px 2px black;
	overflow: hidden;
	box-shadow: 10px 10px black;
}
video{
	width: auto;
	height: 100%;
	z-index: 0;
	margin: auto auto;
}
.slogan_portada{
	position: absolute;
	width: 100%;
	top: 30%;
	left: 0%;
	font-family: 'Roboto';
	z-index: 9999;
	text-align: center;
	font-family: 'Special+Elite'
	
}
.negrita_slogan{
	font-weight: 900;
}
.bienvenido{
	font-size: 10em;
	font-weight: 700;
	color: #000000;

}
.subtitulo{
	margin: 0px;
	padding: 0px;
	font-size: 3em;
	font-weight: 400;
	color: #000000;
}
.idiom{
	position: fixed;
	left: 96.5%;
	top: 35%;
	width: 3.5%;
	padding: 10px;
	color: white;
	font-size: 0.7em;
	text-align: center;
	background-color: rgba(38,38,38,0.7);
	opacity: 0.9;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	z-index: 999999999;
}
.idiom a{
	font-weight: 300;
	opacity: 0.7;
	cursor: pointer;
	text-decoration: none;
	color: white!important;
}
.idiom a:hover{
	opacity: 1;
}
.cont{
	position: fixed;
	left: 96.5%;
	top: 44%;
	width: 3.5%;
	padding: 10px;
	color: white;
	font-size: 0.8em;
	text-align: center;
	line-height: 3em;
	background-color: rgba(38,38,38,0.7);
	opacity: 0.9;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	z-index: 99999999;
}
.cont a{
	opacity: 0.7;
	cursor: pointer;
	text-decoration: none;
	color: white!important;
}
.cont a:hover{
	opacity: 1;
}
.rrss{
	position: fixed;
	left: 96.5%;
	top: 51%;
	width: 3.5%;
	padding: 10px;
	color: white;
	font-size: 0.8em;
	text-align: center;
	line-height: 3em;
	background-color: rgba(38,38,38,0.7);
	opacity: 0.9;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	z-index: 9999999999;
}
.rrss a{
	opacity: 0.7;
	cursor: pointer;
	text-decoration: none;
	color: white!important;
}
.rrss a:hover{
	opacity: 1;
}
#slide2 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 40%;
	z-index: 99;
	display: none;
}
.cabecera{
	width: 100%;
	height: auto;
}
.logo{
	position: absolute;
	top: 2%;
	left: 2%;
	width: 7%;
	height: auto;
	opacity: 0.9;
}
.img_100{
	width: 100%;
	height: auto;
	display: block;
}
.img_50{
	width: 50%;
	margin-left: 25%;
	margin-top: 10%;
	height: auto;
	display: block;
}
.menu{
	position: absolute;
	top: 8%;
	right: 2%;
	width: auto;
	height: auto;
}
.menu ul{
	width: 100%;
	list-style-type: none;
}
.menu ul li{
	float: left;
	padding: 10px 10px 10px 18px;
	cursor: pointer;
}
.menu ul li a{
	text-decoration: none;
	color: #000000;
	font-size: 1em;
	font-weight: 900;
	padding-bottom: 10px;
	position: relative;
	font-family: 'Special+Elite';
	font-weight: bold;
	font-weight: 700;
}
.menu ul li ul{
	position: absolute;
	top: 0%;
	left: 21%;
	display: none;
	padding-top: 40px;
	width: 150%;
}
.menu ul li ul li{
	float: none;
	width: 100%;
	padding: 10px 0px;
	font-weight: 300;
}
.menu ul li ul li a{
	font-weight: 500;
	border: none;
}
.menu ul li ul li a:hover{
	font-weight: 300;
	border: none;
}

.menu_barras_tf{
	position: absolute;
	top: 8%;
	right: 4%;
	width: 60px;
	height: auto;
	color: black;
	padding: 10px;
	display: none;
	cursor: pointer;
	z-index: 9999999999999999999999;
}
.menu_tf{
	position: absolute;
	top: 0%;
	right: 0%;
	width: 250px;
	height: 100%;
	background-color: black;
	z-index: 99999999999999;
	display: none;
}
.masinfo{
	position: absolute;
	top: 12%;
	left: 45%;
	width: auto;
	height: auto;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	color: #fff;
}
.masinfo a{
	text-decoration: none;
	color: #ffffff;
}
#menu_barras_tf{
	position: absolute;
	top: 5.5%;
	left: 85%;
	width: 14%;
	height: auto;
	background-color: rgba(255,255,255,0.6);
	border-radius: 2px;
	padding: 10px;
	display: none;
	cursor: pointer;
}
#menu_tef{
	position: fixed;
	top: 0px;
	left: -250px;
	width: 250px;
	height: 100vh;
	z-index: 99999999999999999;
	background-color: rgba(0,0,0,0.9);
	padding: 8.5% 20px;	
}
#menu_tef ul{
	width: 100%;
	height: 85%;
	list-style-type: none;
	text-align: center;
}
#menu_tef ul li{
	margin-right: 1%;
	padding: 20px 18px 20px 18px;
	cursor: pointer;
}
#menu_tef ul li a{
	text-decoration: none;
	color: #ffffff;
	font-size: 0.8em;
	font-weight: 300;
}
#close{
	width: 15%;
	height: auto;
	margin-left: 75%;
	margin-bottom: 40px;
	cursor:pointer;
	opacity: 0.7;
}

/*----------------------------------------------------CSS SECTIONS*/
.apartados{
	width: 100%;
	position: relative;
	float: left;
	background-color: white;
	padding-top: 50px;
}
.titulo_secciones{
	width: 100%;
	height: auto;
}
/*----------------------------------------------------CONTACT BUTTON*/
.cont_button{
	position: absolute;
	bottom: 40px;
	left: 15%;
	width: 60%;
	height: 40px;
	padding: 3px 10px;
	float: left;
	cursor: pointer;
}
.tf_button a{
	color: rgba(255,0,0,0.6)!important;
}
.mail_button a{
	color: rgba(255,0,0,0.6)!important;
}
.cont_button a{
	color: rgba(255,0,0,1);
}
.tf_button{
	position: absolute;
	left: 0%;
	top: 3px;
	width: 20%;
	height: 40px;
	float: left;
	text-align: center;
	padding-top: 8px;
	color: rgba(255,0,0,0.6);
	border: 1px solid rgba(255,0,0,0.6);
	display: none;
}
.mail_button{
	position: absolute;
	left: 80%;
	top: 3px;
	width: 20%;
	height: 40px;
	float: left;
	text-align: center;
	padding-top: 8px;
	color: rgba(255,0,0,0.6);
	border: 1px solid rgba(255,0,0,0.6);
	display: none;

}
.tf_button:hover a{
	color: rgba(255,0,0,1)!important;
	background-color: white;
}
.mail_button:hover a{
	color: rgba(255,0,0,1)!important;
}
.nombre_button{
	position: absolute;
	left: 20%;
	width: 60%;
	height: 40px;
	float: left;
	text-align: center;
	color: rgba(255,102,102,1);
	border: 1px solid rgba(255,102,102,1);
	font-size: 0.8em;
	padding-top: 10px;
}
/*----------------------------------------------------ASESORIA VIEJA*/
.apartados{
	width: 100%;
	position: relative;
	float: left;
	background-color: white;
}

.black{
	color: #000000;
}
.titulo_secciones{
	width: 100%;
	height: auto;
}
.cuadrado_titulos{
	width: 100%;
	height: 100px;
	background-color: black;
	color: white;
}
.triangulo_titulos{
	width: 0;
    height: 0;
    border-left: 50% solid transparent;
    border-right: 50% solid transparent;
    border-top: 100% solid #000;
    background-color: black;
}
.asesoria{
	width: 85%;
	height: 600px;
	background-color:rgba(214, 218, 216, 0.3);
	border: 1px solid rgba(0,0,0,0.1);
	float: left;
	padding: 10px;
	text-align: center;
	color: #000000;
	font-size: 0.9em;
	font-weight: 300;
	border-radius: 3px;
	position: relative;
}
.altura_txiki{
	height: 500px!important;
}
.grid li a{
	color: black;
}

.asesoria:hover{
	background-color: rgba(214, 218, 216, 0.1);
	color: black;
}
.asesoria:hover .asesoria_info{
	background-color: rgba(255,0,0,1);
}
.asesoria_info{
	padding: 10px 5px 10px 5px;
	color: white;
	font-size: 0.7em;
	font-weight: 500;
	margin: 40px 80px;
	background-color: rgba(255,0,0,0.6);
}
.grey{
	background-color: #4e5051;
}
.white{
	padding: 0px 19%;
	line-height: 1.7em;
}
.white_titulo{
	color: #ffffff!important;
}
.black{
	background-color: black;
}
.absolute{
	position: absolute;
	bottom: -10%;
	left: 0;
	width: 100%;
	z-index: 9999;
}
.center_position{
	margin-left: 5%;
	margin-right: 5%
}
.margin{
	margin-top: 3%;
}
/*----------------------------------------------------ASESORIA, ABOGADO*/
.subapartados{
	width: 100%;
	height: auto;
	float: left;
}
.titulo_subapartados{
	width: 20%;
	float: left;
	text-align: center;
}.cont_subapartados{
	width: 80%;
	height: 100%;
	float: left;
	background-color: #ffffff;
	margin-bottom: 30px;
}
.cada_cont_sub{
	width: 99%;
	height: auto;text-align: left;
	margin-left: 1%;
	margin-bottom: 10px;
	font-size: 0.8em;
	color: rgba(0,0,0,0.7);
}
.cada_cont_sub span{
	margin-right: 10px

}
.cada_cont_sub p{
	margin-left: 40px;
}
.cuatro{
	width: 22%;
	height: 150px;
	margin: 0% 1%;
	padding: 30px 5px 0px 5px;
	border: 1px solid black;
	float: left;

}
.tres{
	width: 20%;
	height: 150px;
	margin: 0% 0.5%;
	border: 1px solid black;
	float: left;
}
.seis{
	width: 50%;
	height: 250px;
	float: left;
	padding: 20px 60px;	
}
.gris_claro{
	background-color: #e9e9f2;
}
.gris_oscuro{
	background-color: #9f9fa6;
	color: #ffffff;
}
.azul_claro{
	background-color: #128ba6;
}
.azul_oscuro{
	background-color: #9beaf2;
	color: #ffffff;
}
.rojo_claro{
	background-color: #d86c6c;
}
.rojo_oscuro{
	background-color: #ff6666;
	color: #ffffff;
}
/*-----------------------------------------------------INMOBILIARIA NUEVA*/
#apartado_servicios_inmobiliaria{
	width: 100%;
	height: auto;
}
.titular_seccion{
	position: absolute;
	top: 28%;
	left: 15%;
}
.titular_seccion2{
	position: absolute;
	width: 100%;
	top: 18%;
	text-align: center;
}
.esconder_pc{
	display: none;
}
#pisos_ocultos{
	display: none;
	height: auto;
	padding-bottom: 60px;
}
.pisos{
	position: relative;
	width: 80%;
	height: 600px;
	background-color:rgba(245, 242, 235, 0.8);
	border: 1px solid rgba(0,0,0,0.1);
	float: left;
	padding: 10px;
	text-align: center;
	color: #000000;
	font-size: 0.8em;
	font-weight: 300;
	border-radius: 3px;
}
.venta{
	position: absolute;
	top: 0;
	left: 0;
	padding: 15px 30px;
	width: auto;
	height: auto;
	background-color: white;
	color: black;
	z-index: 999;
	font-weight: 700;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.7 )
}
.datos_inmob_portada{
	width: 100%;
	height: auto;
	text-align: left;
	margin: 20px 0px 20px 0px;
	padding: 0px 10px;
}
.align_center{
	text-align: center!important;
}
.servicios_info{
	position: absolute;
	bottom: 20px;
	padding: 10px 5px 10px 5px;
	color: white!important;
	font-size: 0.8em;
	font-weight: 500;
	margin: 40px 80px;
	background-color: rgba(255,0,0,0.6);
	cursor: pointer;
}
.piso_info{
	padding: 10px 5px 10px 5px;
	color: white!important;
	font-size: 0.8em;
	font-weight: 500;
	margin: 40px 80px;
	background-color: rgba(255,0,0,0.6);
	cursor: pointer;
}
.piso_info:hover{
	background-color: rgba(255,0,0,0.8);
}
.inmo_info{
	position: absolute;
	top: 55%;
	left: 20%;
	width: 12%;
	height: auto;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	color: #fff;
	background-color: rgba(255,0,0,0.6);
	padding: 12px 0px;
    font-size: 0.9em;
    z-index: 99;
    text-align: center;
}
.inmo_info a{
	text-decoration: none;
	color: #ffffff!important;
}
.inmo_info:hover{
	background-color: rgba(255,0,0,1);
}
.foto_asesoria{
	position: relative;
	cursor: pointer;
}
.fotos_inmo{
	position: absolute;
	z-index: 9;
	bottom: 0;
	right: 0;
	width: 10%;
	height: auto;
	background-color: white;
	padding: 5px;
	box-shadow: 1px 1px 1px black;
}
/*-----------------------------------------------------SECCION BIO*/
#bio_goyo{
	padding-top: 0px;
	background-image: url("imgsweb/goyo.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 500px;
}
.goyo_info{
	position: absolute;
	top: 75%;
	left: 44%;
	width: 12%;
	height: auto;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	color: #fff;
	background-color: rgba(255,0,0,0.6);
	padding: 12px 0px;
    font-size: 0.9em;
    z-index: 99;
    text-align: center;
}
.goyo_info a{
	text-decoration: none;
	color: #ffffff!important;
}
.goyo_info:hover{
	background-color: rgba(255,0,0,1);
}
.fondo_black{
	background-color: rgba(0,0,0,1);
}
.negrita{
	font-weight: 200;
	color: white!important;
	font-family: 'Special+Elite', serif;
	font-size: 1em;
}
.supernegrita{
	font-weight: 700;
	font-family: 'Special+Elite', serif;
	color: white!important;
}
/*--------------------------------------------------------SECCION CONTACTO*/
#seccion_contacto{
	background-color: rgba(214, 218, 216, 0.3);
	padding-top: 0px;
}
.cont_mitad{
	width: 60%;
	margin-left: 20%;
	height: auto;
}
.cont_50{
	width: 50%;
	height: auto;
	float: left;
}
.container_50{∫
    position: relative;
    overflow: hidden;
    float: left;
    text-align: center;
}
#entrada_contacto{
	padding-top: 60px;
}
.margin_contacta{
	margin-top: 20px;
    margin-bottom: 50px;
}
.margin_contacto{
     margin-top: 10vh;
     margin-bottom: 40px;
}
.botones_contacto{
    width: 50%;
    margin-left: 25%;
    margin-top: 60px;
    float: left;
    text-align: center;
}
.botones_contacto a{
    text-align: center;
    background-color: rgba(189,126,11,0.8);
    color: #ffffff;
    font-size: 1.2em;
    font-family: "Libre Baskerville", serif;
    font-style: italic;
    text-decoration: none;
}
#boton_mail{
    width: 100%;
    margin-bottom: 105px;
    display: block;
}
.blanco_boton{
    padding: 15px 15px;
    background-color: #000000;
    float: left;
    position: relative;
     border: 1px solid #000000;
}
.naranja_boton{
     width: 80%;
     padding: 15px 35px;
     float: left;
     background-color: rgba(255, 255, 255, 0.9);
     color: #000000;
     border: 1px solid #000000;
}
.triangulo_boton {
    position: absolute;
    top: 35%;
    left: 99%;
     width: 0; 
     height: 0; 
     border-left: 10px solid #000;
     border-top: 8px solid transparent;
     border-bottom: 8px solid transparent; 
}
#boton_tf{
    width: 100%;
    display: block;
    margin-bottom: 100px;
}
.contacto_info{
	width: 50%;
	margin-left: 25%;
	margin-top: 30px;
	margin-bottom: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-style: italic;
	color: #fff;
	background-color: #3d444c;
	padding: 15px 20px;
    font-size: 1em;
 	text-align: center;
 	float: left;
 	cursor: pointer;
}
.contacto_info:hover{
	background-color: red;
}
.icon{
	color: white;
	font-size: 20px;
	border-right: 1px solid white;
	padding: 0px 20px;
	float: left;
}
.info{
	color: #aaa;
	font-size: 1.3em;
	padding: 0px 0px 0px 80px;
	float: left;
	text-align: center;
	font-family: 'Special+Elite',serif;
	font-style: normal!important;
	font-weight: 200;
}
.info:hover{
	color: white;
}
.texto{
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-size: 1.6em;
	font-weight: 200;
	text-align: center;
	color: #000;
	float: left;
	margin-top: 40px;
}
.mapa_aside{
	width: 70%;
	color: #3d444c;
	font-size: 1.9em;
	font-weight: 900;
	text-align: center;
	padding: 90px 0px 180px 0px;
	float: left;
	cursor: pointer;
	opacity: 0.7;
}
.mapa_aside:hover{
	opacity: 1;
}
.margin_mapa{
	margin:80px 0px 0px 0px;
}
.titulo_dondeencontrarnos{
	font-family: 'Special+Elite',serif;
	color: red;
	font-weight: 700;
}
#dondeestamos{
	background-image: url(imgsweb/fondo_dondeestamos.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

/*----------------------------------------------------CSS FOOTER*/
#contacto{
	width: 100%;
	height:auto;
	background-color: #666666;
	text-align: center;
	float: left;
	z-index: -9;
	padding: 0% 2% 2% 2%;
}
.cont_contacto{
	width: 33.3333333333333333333333333333333333%;
	height: auto;
	overflow: hidden;
	float: left;
	color: #e9e9e9;
	font-family:'Roboto', sans-serif;
	font-weight: 200;
	font-size: 0.8em; 
	text-align: center;
	padding: 2% 4% 3% 4%;
}
.cont_contacto a{
	text-decoration: none;
}
.cont h5{
	color: white;
}
#logo_cont{
	width: 10%;
	height: auto;
	margin: auto auto;
	margin-bottom: 10px;
}
#nuestra_empresa{
	border-left: solid 1px #555555;
	border-right: solid 1px #555555;
	line-height: 1.7em;
	color: #999999;
}
#nuestra_empresa a{
	text-decoration: none;
	color: #999999;
	cursor: pointer;
}
#nuestra_empresa a:hover{
	color: #ffffff;
}
#otros_datos{
	line-height: 2.3em;
	color: #999999;
}
#otros_datos a{
	text-decoration: none;
	color: #999999;
	cursor: pointer;
}
#otros_datos a:hover{
	color: #ffffff;
}
 hr{
	color: black;
	opacity: 0.4;
	height: 3px;
}
#contacto_pie br{
	line-height: 30px;
}
.alinear_izqd{
	text-align: left;
}
.margen_dch{
	margin-right: 10px;
}
#autora{
	width: 100%;
	height: auto;
	background-color: #555555;
	text-align: center;
	font-size: 0.7em;
	font-weight: 200;
	color: #999999;
	float: left;
	font-style: uppercase;
	padding: 10px 0 10px 0;
	border-top: solid 1px #666666;

}
#autora a{
	text-decoration: none;
	color: #999999;
}
#botonsubir {
	width: 60px;
	height: 60px;
	display: block;
	position: fixed;
	bottom: 10px;
	background-color: rgba(255,0,0,0.2);
	right: 5px;
	z-index: 99999999;
	border-radius: 30px;
	text-align: center;
	padding-top: 12px;
}
#botonsubir:hover {
	background-color: rgba(255,0,0,1);
}
#botonsubir a {
	text-decoration: none;
	color: #ffffff;
	animation: botar 3s 1500ms normal;
 -webkit-animation:botar 3s 1500ms normal;
 -moz-animation:botar 3s 1500ms normal;
 -ms-animation:botar 3s 1500ms normal;
 -o-animation:botar 3s 1500ms normal; 
}
/*---------------------------------------------------AVISO LEGAL*/
#aviso_legal{
	width: 100%;
	height: 800px;
	position: absolute;
	top: 0;
	left: 0;
	float: left;
	background-color: rgba(0,0,0,0.5);
	overflow-y: scroll;
	padding-top: 40px;
	z-index: 99999999999999999999999999999999999999;
	display: none;
}
#doc_aviso_legal{
	width: 60%;
	height: auto;
	margin: auto auto;
	background-color: white;
	font-weight: 200;
	box-shadow: 3px 3px 5px #444444;
	border-radius: 5px;
}
#titulo_doc_aviso{
	width: 100%;
	height: auto;
	padding: 20px 40px;
	background-color: rgb(255,204,0);
	font-size: 2em;
	font-weight: 300;
	position: relative; 
	color: #ffffff;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
#texto_aviso{
	padding: 40px;
	line-height: 1.9em;
}
#aviso_close{
	position: absolute;
	top: 20px;
	left: 90%;
	width: 5%;
	height: auto;
	cursor: pointer;
}
#politica_cookies{
	width: 100%;
	height: 800px;
	position: absolute;
	top: 0;
	left: 0;
	float: left;
	background-color: rgba(0,0,0,0.5);
	overflow-y: scroll;
	padding-top: 40px;
	z-index: 999999999999999;
	display: none;
}
#doc_politica_cookies{
	width: 60%;
	height: auto;
	margin: auto auto;
	background-color: white;
	font-weight: 200;
	box-shadow: 3px 3px 5px #444444;
	border-radius: 5px;
}
#titulo_doc_politica{
	width: 100%;
	height: auto;
	padding: 20px 40px;
	background-color: rgb(255,204,0);
	font-size: 2em;
	font-weight: 300;
	position: relative; 
	color: #ffffff;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
#texto_politica{
	padding: 40px;
	line-height: 1.9em;
}
#texto_politica a{
	text-decoration: none;
	color: #3366cc;
}
#politica_close{
	position: absolute;
	top: 20px;
	left: 90%;
	width: 5%;
	height: auto;
	cursor: pointer;
}
/*----------------------------------------------------POLITICA DE COOKIES*/
#barraaceptacion {
    display:none;
    position:fixed;
    left:0px;
    bottom:0px;
    width: 100%;
    height: auto;
    padding:5px 20px 20px 20px;
    text-align:left;
    min-height:40px;
    background-color: rgba(0, 0, 0, 0.5);
    color:#fff;
    z-index:9999999999999999;
    text-align: center;
} 
.inner {
    width:100%;
    font-family:"Roboto" sans-serif;
    font-size:14px;
    font-weight: 200;
    text-align: center;
} 
.inner a.ok {
    color:#ffffff;
    text-decoration:none;
    text-align: center;
    padding: 10px 20px;
    border: 1px solid #ffffff;
} 
.inner a.ok:hover {
    background-color: rgba(255,255,255,0.9);
    color: #000000;
}
.inner a.info {
    padding-left:5px;
    text-decoration:none;
    color:#ffffff;
    font-weight: 400;
    cursor: pointer;
    text-align: left;
}
.enlace_cookies:hover {
    color:yellow;
}
#enlace_aviso_n{
    cursor: pointer;
    font-family:"Roboto" sans-serif!important;
    float: none;
    font-size: 12px;
    color: rgba(255,255,255,0.7);
}
#enlace_aviso_n:hover{
     color: rgba(255,255,255,1);
}
.espacios_cookies{
	display: none;
}
}
