@font-face {

font-family: 'Gothic';
font-display: auto;
src: url('../fuentes/GOTHIC.TTF') format('truetype');

}

@font-face {

font-family: 'Airport';

src: url('../fuentes/AirportArrival.ttf') format('truetype');

}

a{
	color:#ffffff;
}

ul{
	margin: 0px;
	padding: 0px;
	list-style: none; 
}


body {
	display: block;
	margin:0px;
	width: 100%;	
	background-color: #b2b3b4;
	/*background-image: url('../images/nubes.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;*/
	
	
}

#zonasombria {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 200;
    position: fixed;
    display: none;
}

#zonasombriaSector {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 200;
    position: fixed;
    display: none;
}

#pop {
    width: 400px;
    height: 200px;
    padding: 0px 20px 0px 20px;
    text-align: center;
    border-radius: 15px 15px 15px 15px;
    position: absolute;
    z-index: 250;
    background-color: #000;
    border: 1px solid white;
    margin-left: 50%;
    left: -200px;
    top: 50%;
    margin-top: -200px;
    color: #FFF;
}

#cerrar {
    text-align: right;
    position: relative;
    top: -20px;
    right: -20px;
    width: 400px;
    cursor: pointer;
}

#popSector {
    width: 400px;
    height: 200px;
    padding: 0px 20px 0px 20px;
    text-align: center;
    border-radius: 15px 15px 15px 15px;
    position: absolute;
    z-index: 250;
    background-color: #000;
    border: 1px solid white;
    margin-left: 50%;
    left: -200px;
    top: 50%;
    margin-top: -200px;
    color: #FFF;
}

#cerrarSector {
    text-align: right;
    position: relative;
    top: -20px;
    right: -20px;
    width: 400px;
    cursor: pointer;
}



#menu {
	top: 0px;
	width: 100%;
	position: fixed;
	display: none;
	z-index: 350;
}

#menu li{
	display: none;
	position: relative;
	width: 200px;
	left: -100px;
	margin-left: 50%;	
	float: none;
	background-color: #cccccc;
	border: 2px solid black;
}

#menu li a {
	font-family: "Gothic","serif";
    width: 100%;
    height: 20px;
    border: 0px;
    border-radius: 0px;
    background-color: #000;
    float: none;
    text-decoration: none;
    font-size: 14px;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 4px;
    display: block;
    color: #fff;
}

#menu li a:hover{

    background-color: #2d5c7a;
    color: #fff;
}

ul li a.activado{
    background-color:#FFF;
    color: #000;
}


header {
	display: block;		
	max-width: 1280px;	
	height: 155px;
	background-color: #b2b3b4;
	padding-bottom: 3px;
	margin: auto;
	/*background-image:  url('../images/fondo_header.png');
	background-repeat: no-repeat;
	background-size: 100% 170px ;
	background-attachment: fixed;
	background-color: transparent;*/
	
}
#contenedor_menu{
	display: none;
}

#encabezado {
	
	display: block;
	float: left;
	width: 100%;
	height: auto;
	
}

#Logo {
	padding: 5px;
	display: block;
	width: 17%;
	height: auto;
	float: left;
}

#slogan {
	padding: 5px;
	display: block;
	width: 16%;
	height: auto;
	float: left;
}

#slogan .alq {
	font-family: "Gothic","serif";
	font-size: 20px;
	line-height: 5px;
	font-weight: bold;	
}

#slogan .dro {
	font-family: "Gothic","serif";
	letter-spacing: 2px;
	font-size: 20px;
	line-height: 5px;
	font-weight: bold;	
}

#slogan .mad {
	font-family: "Gothic","serif";
	letter-spacing: 3px;
	font-size: 20px;
	line-height: 5px;
	font-weight: bold;	
}

#contacto {
	font-family: "Gothic","serif";	
	padding: 5px;
	display: block;
	float: right;
	width: auto;
	height: auto;
}

#social_media{
	width:29%;
	height:auto;
	display:block;
	float: left;
	margin: 20px auto;
	text-align: center;
}

#social_media ul{
	list-style-type: none;
}

#social_media ul li{
	width: auto;
	margin-right: 10px;
	display: inline-block;
}

#contacto a{	
	text-decoration: none;	
	color: #000000;
	font-size: 15px;
	text-align: left;
	line-height: 24px;
}

#telf_res{
	display: none;
}

nav {
	text-align: center;
	display: block;
	width: 850px;
	height: auto;
	margin-left: auto;
	margin-right: auto;		
}


nav li a:hover{
	background-color: #2d5c7a;
	color: #fff;	
}

nav li a{
	float: left;
	width: 200px;	
	margin: 10px 10px 10px 0px;
	border-radius: 10px;
	background-color: #000000;
	padding: 5px 0px 5px 0px;
	/*-webkit-border-image: url(../images/marco_menu.png) 3 repeat;*/ /* Safari 3.1-5 */
    /*-o-border-image: url(../images/marco_menu.png) 3 repeat;*/ /* Opera 11-12.1 */
    /*border-image: url(../images/marco_menu.png) 3 repeat;*/
    font-family: "Gothic","serif";	
	color: #ffffff;	
	text-decoration: none;
}

#amazingslider-wrapper-2{
	display:none;
}

#amazingslider-wrapper-1{
	display:block;
}


section {
	position: relative;
	display: block;
	max-width: 1280px;
	height: auto;
	margin:  auto;	
	background-color: #b2b3b4;
	
}

.menuZ{
    display:block;
    margin: 20px auto;
    width: 100%;
    text-align: center;

}

.botonCalculadora{
    display:inline-block;
    width:300px;    
    margin: 5px auto;
    padding: 5px;
    font-family: Gothic, sans-serif;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    background-color: #000;
    border: 1px solid #fff;
    font-weight: bold;
    border-radius: 10px;
    color:#fff;
}

.menuZ a:hover{
    background-color: #FFF;
    color: #000;
}

.numberAnimation {
    display: block; 
    font-family: "Gothic","serif";  
    width: 90%; 
    padding: 10px;
    margin:  10px auto 10px auto;
    height: auto;
    overflow: hidden;
    background-color: rgba(78,78,78,0.4);
    border-radius: 20px;
    text-align: justify;
}



.presentacion {
	display: block;	
	font-family: "Gothic","serif";	
	width: 90%;	
	padding: 10px;
	margin:  10px auto 10px auto;
	height: auto;
	overflow: hidden;
	background-color: #ccc;
	border-radius: 20px;
    text-align: justify;
}

.asesoria {
	display: block;	
	font-family: "Gothic","serif";	
	width: 90%;	
	padding: 10px;
	margin:  10px auto 10px auto;
	height: auto;
	overflow: hidden;
	background-color: rgba(78,78,78,0.4);
	border-radius: 20px;
}
.asesoria h3{
	text-align: center;
}

.producciones {
    display: block; 
    font-family: "Gothic","serif";  
    width: 90%; 
    padding: 10px;
    margin:  10px auto 10px auto;
    height: auto;
    overflow: hidden;
    background-color: #ccc;
    border-radius: 20px;
}
.producciones h3{
    text-align: center;
}

.articulo_asesoria img {
	width: 300px;
	height: 300px;
	border-radius: 50px;
	display: block;	
	float: left;
	margin: 10px;
}

.novedades {
    display: block; 
    font-family: "Gothic","serif";  
    width: 90%; 
    padding: 10px;
    margin:  10px auto 10px auto;
    height: auto;
    overflow: hidden;
    background-color: rgba(78,78,78,0.4);
    border-radius: 20px;
}
.novedades h3{
    text-align: center;
}

.panofoto {
    display: block; 
    font-family: "Gothic","serif";  
    width: 90%; 
    padding: 10px;
    margin:  10px auto 10px auto;
    height: auto;
    overflow: hidden;
    background-color: #ccc;
    border-radius: 20px;
}
.panofoto h3{
    text-align: center;
}

.fotogrametria {
    display: block; 
    font-family: "Gothic","serif";  
    width: 90%; 
    padding: 10px;
    margin:  10px auto 10px auto;
    height: auto;
    overflow: hidden;
    background-color: rgba(78,78,78,0.4);
    border-radius: 20px;
}
.fotogrametria h3{
    text-align: center;
}

.comentarios {
    display: block; 
    font-family: "Gothic","serif";  
    width: 90%; 
    padding: 10px;
    margin:  10px auto 10px auto;
    height: auto;
    overflow: hidden;
    background-color: #ccc;
    border-radius: 20px;
}

.comentarios h3{
    text-align: center;
}

.caja-comentarios {
    padding: 40px;
    background-color: #fff;
    border-radius: 18px;
}

.articulo_asesoria img {
    width: 300px;
    height: 300px;
    border-radius: 50px;
    display: block; 
    float: left;
    margin: 10px;
}
.articulo_asesoria p {
	padding-top: 10px;
	text-align: justify;
	float: none;
	margin-top: 10px;
}

.podcast {
    width: 95%;
    height: 300px;
    border-radius: 20px;
    display: block; 
    background-color:#fff;
    /*float: left;
    margin: 10px;*/
}

.podcast_boton {
    width: 95%;
    height: 120px;    
    display: block;     
}

.botonDescargaBodas {
    width: 95%;
    height: 70px;
    display: block;
}

.botonDescargaBodas img {
    width:300px;
    height: auto;
    border-radius: 15px;
    box-shadow: 5px 5px 10px #000;
    display: block;
    float:none;
    margin: 10px auto;
}

/*-=-=-=-=-=-=-=-=-=-=-=- */
/* Column Grids NumberAnimation*/ 
/*-=-=-=-=-=-=-=-=-=-=-=- */

.col_half { width: 49%; }
.col_third { width: 29%; }
.col_fourth { width: 23.5%; }
.col_fifth { width: 18.4%; }
.col_sixth { width: 15%; }
.col_three_fourth { width: 74.5%;}
.col_twothird{ width: 66%;}
.col_half,
.col_third,
.col_twothird,
.col_fourth,
.col_three_fourth,
.col_fifth{
    position: relative;
    display:inline;
    display: inline-block;
    float: left;
    margin-right: 2%;
    margin-left: 2%;
    margin-bottom: 20px;
}
.end { margin-right: 0 !important; }
/* Column Grids End */

.wrapper { width: 87%; margin: 30px auto; position: relative;}
.counter { background-color: #ffffff; padding: 20px 0; border-radius: 20px;}
.count-title { font-size: 40px; font-weight: normal;  margin-top: 10px; margin-bottom: 0; text-align: center; }
.count-text { font-family: "Gothic","serif"; font-size: 13px; font-weight: bold;  margin-top: 10px; margin-bottom: 0; text-align: center; }
.fa-2x { margin: 0 auto; float: none; display: table; color: #445566; }


/* Fin estilos number animation */

.tituloTarifas{
	font-size: 36px;
	text-align: center;
	font-family: Gothic;
	max-width: 1150px;
	font-weight: bolder;
	line-height: 50px;
	display: block;
	margin: 20px auto 10px auto;
	border-bottom: 2px solid #fff;
	min-height: 36px;
	overflow: hidden;
	clear: both;
}

.seccionTarifas{
	font-size: 26px;
	font-family: Gothic;
	text-align: center;
	overflow: hidden;
	display: block;
	max-width: 1150px;
	min-width: 300px;
	margin: 20px auto 10px auto;
	background-color: #000;
	color: #fff;
	padding: 5px;
}

.preciosStandar{
	display: block;
	max-width: 1200px;
	margin: auto;
	overflow: hidden;
	min-width:300px;
}

.preciosPremium{
	display: block;
	max-width: 1200px;
	margin: auto;
	overflow: hidden;
	min-width:300px;
}

.preciosComp{
	display: block;
	max-width: 1200px;
	margin: auto;
	overflow: hidden;
	min-width:300px;
}

.sYt{
    max-width: 1155px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
    font-family: Gothic;
    text-align: center;
    letter-spacing: 2px;
    cursor: pointer;
    background: #fff;
    color: black;
    border: 1px solid #ddd;
    webkit-transition: color 0.5s ease-in, background 0.5s ease-in;
    -moz-transition: color 0.5s ease-in, background 0.5s ease-in;
    -ms-transition: color 0.5s ease-in, background 0.5s ease-in;
    -o-transition: color 0.5s ease-in, background 0.5s ease-in;
    transition: color 0.5s ease-in, background 0.5s ease-in;
}

.sYt:hover{
    color: #2d5c7a;
}

.flecha{
	display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    top: 2px;
}

.desplegableOcio{	
    display: none;
    overflow: hidden;
    max-width: 1155px;
    min-width: 300px;
    margin: 0px auto 30px auto;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    /* Chrome, Safari, Opera */
    -webkit-animation-name: ocio;
    -webkit-animation-duration: 300ms;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -webkit-animation-play-state: running;
    /* Standard syntax */
    animation-name: ocio;
    animation-duration: 300ms;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-play-state: running;
}

/* Standard syntax */
@keyframes ocio {
    0%   {height: 0px;}
    100% {height: 200px;}
}

@-webkit-keyframes ocio {
    0%   {height: 0px;}
    100% {height: 200px;}
}

.desplegableMedPha{	
    display: none;
    overflow: hidden;
    max-width: 1155px;
    min-width: 300px;
    margin: 0px auto 30px auto;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    /* Chrome, Safari, Opera */
    -webkit-animation-name: medpha;
    -webkit-animation-duration: 300ms;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -webkit-animation-play-state: running;
    /* Standard syntax */
    animation-name: medpha;
    animation-duration: 300ms;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-play-state: running;
}

/* Standard syntax */
@keyframes medpha {
    0%   {height: 0px;}
    100% {height: 250px;}
}

@-webkit-keyframes medpha {
    0%   {height: 0px;}
    100% {height: 250px;}
}

.desplegableComPha{	
    display: none;
    overflow: hidden;
    max-width: 1155px;
    min-width: 300px;
    margin: 0px auto 30px auto;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    /* Chrome, Safari, Opera */
    -webkit-animation-name: compha;
    -webkit-animation-duration: 300ms;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -webkit-animation-play-state: running;
    /* Standard syntax */
    animation-name: compha;
    animation-duration: 300ms;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-play-state: running;
}

/* Standard syntax */
@keyframes compha {
    0%   {height: 0px;}
    100% {height: 250px;}
}

@-webkit-keyframes compha {
    0%   {height: 0px;}
    100% {height: 250px;}
}

.desplegableMedIns{	
    display: none;
    overflow: hidden;
    max-width: 1155px;
    min-width: 300px;
    margin: 0px auto 30px auto;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    /* Chrome, Safari, Opera */
    -webkit-animation-name: medins;
    -webkit-animation-duration: 300ms;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -webkit-animation-play-state: running;
    /* Standard syntax */
    animation-name: medins;
    animation-duration: 300ms;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-play-state: running;
}

/* Standard syntax */
@keyframes medins {
    0%   {height: 0px;}
    100% {height: 270px;}
}

@-webkit-keyframes medins {
    0%   {height: 0px;}
    100% {height: 270px;}
}

.desplegableComIns{	
    display: none;
    overflow: hidden;
    max-width: 1155px;
    min-width: 300px;
    margin: 0px auto 30px auto;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    /* Chrome, Safari, Opera */
    -webkit-animation-name: comins;
    -webkit-animation-duration: 300ms;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -webkit-animation-play-state: running;
    /* Standard syntax */
    animation-name: comins;
    animation-duration: 300ms;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-play-state: running;
}

/* Standard syntax */
@keyframes comins {
    0%   {height: 0px;}
    100% {height: 280px;}
}

@-webkit-keyframes comins {
    0%   {height: 0px;}
    100% {height: 280px;}
}

.desplegableDesp{	
    display: none;
    overflow: hidden;
    max-width: 1155px;
    min-width: 300px;
    margin: 0px auto 30px auto;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    /* Chrome, Safari, Opera */
    -webkit-animation-name: despla;
    -webkit-animation-duration: 300ms;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -webkit-animation-play-state: running;
    /* Standard syntax */
    animation-name: despla;
    animation-duration: 300ms;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-play-state: running;
}

/* Standard syntax */
@keyframes despla {
    0%   {height: 0px;}
    100% {height: 200px;}
}

@-webkit-keyframes despla {
    0%   {height: 0px;}
    100% {height: 200px;}
}

.desplegableOsmTres{	
    display: none;
    overflow: hidden;
    max-width: 1155px;
    min-width: 300px;
    margin: 0px auto 30px auto;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    /* Chrome, Safari, Opera */
    -webkit-animation-name: ostres;
    -webkit-animation-duration: 300ms;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -webkit-animation-play-state: running;
    /* Standard syntax */
    animation-name: ostres;
    animation-duration: 300ms;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-play-state: running;
}

/* Standard syntax */
@keyframes ostres {
    0%   {height: 0px;}
    100% {height: 350px;}
}

@-webkit-keyframes ostres {
    0%   {height: 0px;}
    100% {height: 350px;}
}

.desplegableOsmCinco{	
    display: none;
    overflow: hidden;
    max-width: 1155px;
    min-width: 300px;
    margin: 0px auto 30px auto;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    /* Chrome, Safari, Opera */
    -webkit-animation-name: oscinco;
    -webkit-animation-duration: 300ms;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -webkit-animation-play-state: running;
    /* Standard syntax */
    animation-name: oscinco;
    animation-duration: 300ms;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-play-state: running;
}

/* Standard syntax */
@keyframes oscinco {
    0%   {height: 0px;}
    100% {height: 370px;}
}

@-webkit-keyframes oscinco {
    0%   {height: 0px;}
    100% {height: 370px;}
}

.desplegableGear{	
    display: none;
    overflow: hidden;
    max-width: 1155px;
    min-width: 300px;
    margin: 0px auto 30px auto;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    /* Chrome, Safari, Opera */
    -webkit-animation-name: gear;
    -webkit-animation-duration: 300ms;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -webkit-animation-play-state: running;
    /* Standard syntax */
    animation-name: gear;
    animation-duration: 300ms;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-play-state: running;
}

/* Standard syntax */
@keyframes gear {
    0%   {height: 0px;}
    100% {height: 200px;}
}

@-webkit-keyframes gear {
    0%   {height: 0px;}
    100% {height: 200px;}
}

.desplegableMoni{	
    display: none;
    overflow: hidden;
    max-width: 1155px;
    min-width: 300px;
    margin: 0px auto 30px auto;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    /* Chrome, Safari, Opera */
    -webkit-animation-name: moni;
    -webkit-animation-duration: 300ms;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -webkit-animation-play-state: running;
    /* Standard syntax */
    animation-name: moni;
    animation-duration: 300ms;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-play-state: running;
}

/* Standard syntax */
@keyframes moni {
    0%   {height: 0px;}
    100% {height: 200px;}
}

@-webkit-keyframes moni {
    0%   {height: 0px;}
    100% {height: 200px;}
}

.desplegableOtros{	
    display: none;
    overflow: hidden;
    max-width: 1155px;
    min-width: 300px;
    margin: 0px auto 30px auto;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    /* Chrome, Safari, Opera */
    -webkit-animation-name: otros;
    -webkit-animation-duration: 300ms;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -webkit-animation-play-state: running;
    /* Standard syntax */
    animation-name: otros;
    animation-duration: 300ms;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-play-state: running;
}

/* Standard syntax */
@keyframes otros {
    0%   {height: 0px;}
    100% {height: 200px;}
}

@-webkit-keyframes otros {
    0%   {height: 0px;}
    100% {height: 200px;}
}


.precios {
	display: block;	
	font-family: "Gothic","serif";	
	width: 100%;		
	height: auto;
	overflow: hidden;
	background-color: rgba(78,78,78,0.4);
	
}

.precios h2{
	text-align: center;
}

.precios img{
	margin: 10px;
	display:block;
	width:128px;
	height: 128px;
	border: 4px solid #fff;
	border-radius: 20px;	
	float:left;
}

.precios p{
	display:block;
	margin: 10px;
	width: auto;
	height: auto;
	float:none;
    text-align: justify;
}

.precios h6{
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}

.rojo{
	color:#fa1818;
	font-weight: bold;
}

.destacado{
	font-weight: bold;
}

/*ESTILOS PRESUPUESTO*/

#wrap{
	max-width:1155px;
	margin:0 auto;
	text-align:left;
	margin-top:8px;
	padding:5px;
	background:#b2b3b4;
    font-family: Gothic, Arial, Helvetica, sans-serif;
	font-size:13px;    
    line-height:16px;
}
#wrap .cont_details fieldset,.cont_order fieldset{
	margin:10px;
	padding:20px;
	text-align: center;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
}
#wrap legend{
	font-size: 23px;
	text-align: left;
    font-family: Gothic, Times, serif;
    color: #fff;
    font-weight: bold;
    font-style: italic;
    padding-bottom: 10px;
    background-color: black;
    border: 1px solid black;
    padding: 10px;
    border-radius: 8px;
}
#wrap .cont_details input{
	margin-bottom:10px;
	color:#000;
}
#wrap .input1:hover,.input1:active{
	
}
#wrap .cuadroPresu{
	display:inline-table;
	max-width: 365px;	
	margin:5px;
}
#wrap h3{
	display: block;
	width: 100%;
	float:left;
	font-size:23px;
	color:#000;
    font-weight:bold;
}
#wrap label{
	display:block;
	font-size:15px;
	color:#000;
    font-weight:bold;
}
#wrap label.inlinelabel
{
    display:inline;
}
#wrap .cont_order input{
	margin-bottom:5px;
}
#wrap .cont_order p{
	font-weight:normal;
 display:block;
 text-align: left;
}

#wrap input[type="radio"]
{
margin-top:8px;
margin-bottom:8px;
}

#wrap input[type="text"]:hover,
#wrap input[type="text"]:active {
background-color: #FAF398;
}



#wrap div#totalPrice
{
    padding:20px;
    color:#fff;
    font-size: 30px;
    font-weight:bold;
    background-color:#2d5c7a;
}

#wrap .advertPrecio{
	color: #fa1818;
	font-family: Gothic, sans-serif;
	font-size: 15px;
	margin: 20px;
	display: block;
}

#wrap label.radiolabel
{
font-weight:bold;
 display:block;
 text-align: left;
}

/*FIN ESTILOS PRESUPUESTO*/
/*ESTILOS FAQ*/

.faq {
	display: block;	
	font-family: "Gothic","serif";	
	width: 90%;
	z-index: 90;
	position: relative;
	overflow: hidden;
	padding: 10px;
	margin:  10px auto 10px auto;
	height: auto;
	background-color: rgba(78,78,78,0.4);
	border-radius: 20px;
}

.faq h2{
	background-color: #fff;
	text-align: center;
}

.faq p{
	display:block;
	margin: 0px 10px 10px 10px;
	width: auto;
	height: auto;
	float:none;
    text-align: justify;

}
/*FIN ESTILOS FAQ*/
/*ESTILOS AVISO LEGAL*/
.avisolegal{
    display: block; 
    font-family: "Gothic","serif";  
    width: 90%;
    z-index: 90;
    position: relative;
    overflow: hidden;
    padding: 10px;
    margin:  10px auto 10px auto;
    height: auto;
    background-color: rgba(78,78,78,0.4);
    border-radius: 20px;
}
.avisolegal h2{
    background-color: #fff;
    text-align: center;
}

.avisolegal p{
    display:block;
    margin: 0px 10px 10px 10px;
    width: auto;
    height: auto;
    float:none;
    text-align: justify;
}
/*FIN ESTILOS AVISO LEGAL*/
/*ESTILOS COOKIES Y PRIVACIDAD*/
.cookiesyprivacidad{
    display: block; 
    font-family: "Gothic","serif";  
    width: 90%;
    z-index: 90;
    position: relative;
    overflow: hidden;
    padding: 10px;
    margin:  10px auto 10px auto;
    height: auto;
    background-color: rgba(78,78,78,0.4);
    border-radius: 20px;
}
.cookiesyprivacidad h2{
    background-color: #fff;
    text-align: center;
}

.cookiesyprivacidad p{
    display:block;
    margin: 0px 10px 10px 10px;
    width: auto;
    height: auto;
    float:none;
    text-align: justify;
}
/*FIN ESTILOS COOKIES Y PRIVACIDAD*/
/*TABLA COOKIES RESPONSIVE*/
table.wdn_responsive_table {
    width: 100%;
    max-width: 100%;
    border: 1px solid #d5d5d2;
    border-collapse: collapse
}

table.wdn_responsive_table caption {
    font-family: 'Gothic', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.954rem;
    line-height: 1;
    margin-bottom: .75em
}

table.wdn_responsive_table th {
    font-family: 'Gothic', sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .02em;
    font-size: .9353rem;
    padding: 1.2307em 1.0833em 1.0833em;
    line-height: 1.333;
    background-color: #eae9e6
}

table.wdn_responsive_table td, table.wdn_responsive_table th {
    text-align: left
}

table.wdn_responsive_table td {
    padding: .92307em 1em .7692em
}

table.wdn_responsive_table tbody tr:nth-of-type(even) {
    background-color: #f9f8f5
}

table.wdn_responsive_table tbody th {
    border-top: 1px solid #d5d5d2
}

table.wdn_responsive_table tbody td {
    border-top: 1px solid #d5d5d2
}

table.wdn_responsive_table thead th abbr {
    border-bottom: none
}

@media screen and (max-width:47.99em) {
    table.wdn_responsive_table {
        font-size: 12px;
    }
    table.wdn_responsive_table td{
        font-size: 20px;
    }
    table.wdn_responsive_table caption{
        font-size: 30px;
    }
    table.wdn_responsive_table td, table.wdn_responsive_table th {
        display: block
    }

    table.wdn_responsive_table thead tr {
        display: none
    }

    table.wdn_responsive_table tbody tr:first-child th {
        border-top-width: 0
    }

    table.wdn_responsive_table tbody tr:nth-of-type(even) {
        background-color: transparent
    }

    table.wdn_responsive_table tbody td {
        text-align: left
    }

    table.wdn_responsive_table tbody td:before {
        display: block;
        font-weight: 700;
        content: attr(data-header)
    }

    table.wdn_responsive_table tbody td:empty {
        display: none
    }

    table.wdn_responsive_table tbody td:nth-of-type(even) {
        background-color: #f9f8f5
    }
}

@media (min-width:48em) {
    table.wdn_responsive_table caption {
        font-size: 2.532rem
    }

    table.wdn_responsive_table th {
        padding: 1.2307em 1.2307em 1em;
        font-size: .802rem
    }

    table.wdn_responsive_table td {
        padding: .75em 1em .602em
    }
}

@media screen and (min-width:48em) {

    
    table.wdn_responsive_table thead th:not(:first-child) {
        text-align: center
    }

    table.wdn_responsive_table tbody td {
        text-align: center
    }

    table.wdn_responsive_table.flush-left td, table.wdn_responsive_table.flush-left thead th {
        text-align: left
    }
}

/*FIN TABLA COOKIES RESPONSIVE*/

.googleMaps{	
	display: block;
	width:1155px;
	height:500px;
	margin: 20px auto 30px auto;
}

.contactanos{
    text-align: center;
    display:block;
    width: 90%;
    margin: 20px auto;
    padding: 8px;
    color: #000;
    font-size: 25px;
    font-family: Gothic, sans-serif;
    background-color: rgba(78,78,78,0.4);
    border-radius: 20px;
    overflow: hidden;
}

.contactanos h3{
    margin-top: 1px;
    font-size: 22px;
    text-align: center;
}

.contactanos img{
    margin-bottom:-4px;
    margin-right: 8px;
}

.compartir{
    display: block;
    max-width: 490px;
    padding: 0px 10px 8px 10px;
    margin: 20px auto;
    border-radius: 10px;
    background-color: #fff;
    font-family: Gothic, sans-serif;
    font-size: 30px;
    text-align: center;    
}



.fb-share-button{
    display: inline-block;    
    margin: 0px auto 19px auto;
    position:relative;  
    top:20px; 
}

.compWhats{
    display: none;    
    margin: 0px auto 0px auto;
    position:relative;  
    top:20px; 
}

.formContacto{
	display: block;
    font-family: "Gothic","serif";
    width: 90%;
    padding: 10px;
    margin: 10px auto 10px auto;
    height: auto;
    overflow: hidden;
    background-color: rgba(78,78,78,0.4);
    border-radius: 20px;
}

#caja_volver {
	text-align: center;
	font-family: "Gothic","serif";
	font-weight: bold;
}

fieldset{	
    border: 1px solid #fff;
    margin-left: 10px;
    margin-right: 10px;
}

table {
	margin: auto;
}

table h7{
	display: inline-block;
	width: 100px;
}

button{
	display: inline-block;
    float: left;
    width: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 20px;
    font-weight: bold;
    cursor: pointer;

}

footer {
	font-family: "Gothic","serif";
	text-align: center;
	display:block;	
	max-width:1280px;
	margin: 10px auto 0px auto;
	/*background-image:  url('../images/fondo_header.jpg');
	background-repeat: repeat-y;*/
	background-color: #b2b3b4;
	text-align: center;
	padding: 10px 0px 10px 0px; 
}

footer a{
	text-decoration: none;
	color:#fff;
}

footer p{
	color: #fff;
}

.rojo {
	font-family: "Gothic","serif";
	font-weight: bold;
}

#IrArriba {
    position: fixed;
    bottom: 10px;
    right: 10px;
}

#IrArriba span {
    width: 50px;
    height: 50px;
    display: block;
    background: url(../images/uparrow.png) no-repeat center center;
 }
.avisoLegal {
    font-family: "Gothic","serif";
    font-size: 13px;
    font-style: italic;
    color: #fff;
 }



@media only screen and (max-width: 873px){


header {
	display: block;	
	width: 100%;	
	height: 130px;
	/*background-image:  url('../images/fondo_header.png');
	background-repeat: no-repeat;
	background-size: 100% 150px ;
	background-attachment: fixed;*/
	background-color: #b2b3b4;
	padding-bottom: 3px;
}

#encabezado{
	margin-bottom: -15px;
}



#logo {
	padding: 5px;
	display: block;
	width: 21%;
	height: auto;
	float: left;
}

#Logo img{
	width: 118px;
	height: auto;
}

#slogan {
	padding: 5px;
	display: block;
	width: 13%;
	height: auto;
	float: left;
}

#slogan .alq {
	font-family: "Gothic","serif";
	font-size: 16px;
	line-height: 5px;
	font-weight: bold;	
}

#slogan .dro {
	font-family: "Gothic","serif";
	letter-spacing: 2px;
	font-size: 16px;
	line-height: 5px;
	font-weight: bold;	
}

#slogan .mad {
	font-family: "Gothic","serif";
	letter-spacing: 3px;
	font-size: 16px;
	line-height: 5px;
	font-weight: bold;	
}

#social_media{
	width:27%;
	height:auto;
	display:block;
	float: left;
	margin: 33px -17px 33px 20px;
	text-align: center;
}

#social_media ul{
	list-style-type: none;
}

#social_media ul li{
	width: auto;
	margin-right: 10px;
	display: inline-block;
}

#social_media img{
	width: 32px;
	height: 32px;
}

#contacto {
	font-family: "Gothic","serif";	
	padding: 5px;
	display: block;
	float: right;
	width: auto;
	height: auto;
}

#contacto a{	
	text-decoration: none;	
	color: #000000;
	font-size: 11px;
	text-align: left;
	line-height: 10px;
}

nav {
	text-align: center;
	display: block;
	width: 540px;
	height: auto;	
	margin:  auto;
}


nav li a{
	float: left;
	width: 127px;	
	margin: 10px 5px 10px 0px;
	border-radius: 10px;
	background-color: #000000;
	
	/*-webkit-border-image: url(../images/marco_menu.png) 3 repeat;*/ /* Safari 3.1-5 */
    /*-o-border-image: url(../images/marco_menu.png) 3 repeat;*/ /* Opera 11-12.1 */
    /*border-image: url(../images/marco_menu.png) 3 repeat;*/
    font-family: "Gothic","serif";
    font-size: 10px;	
	color: #ffffff;	
}

#telf_res{
	display: none;
}

.tituloTarifas{
	font-size: 26px;
	margin-top: 0px;
}

.seccionTarifas{
	font-size: 20px;	
}

.googleMaps{
	width: 90%;
}

.sYt {
    font-size: 21px;
}

#wrap div#totalPrice
{    
    font-size: 26px;
}
.botonCalculadora{
    font-size: 17px;
}

.compWhats{
    display:inline-block;
}
#IrArriba span {
        display:none;

    }
}


@media only screen and (max-width: 567px){

header {	
	width: 100%;
	height: 122px;
	/*background-image:  url('../images/fondo_header.png');
	background-repeat: no-repeat;
	background-size: auto 105px ;
	background-attachment: fixed;*/
	background-color: #b2b3b4;
	

	padding-bottom: 3px;
}

.count-title { 
    font-size: 30px;
}

#encabezado {
	margin-bottom: -10px;
	width: 95%;
}
table.conform {
    width: inherit;
}

table.conform h7 {
    display: inline-block;
    width: 39%;
    font-size: 22px;
}
table.conform  tr {
    background-color: inherit;
}

textarea{
	width:95%;
}

input {
    height: 40px;
    font-size: 12px;
    width: 53%;
}

table.conform td {
    font-size: 30px;
}

table.conform label {
    font-size: 16px;
}

#tilt {
    height: 20px;
    width: 30px;
}

button {    
    width: 70px;    
}

#pop {
    width: 90%;
    height: 300px;
    position: absolute;
    z-index: 250;
    margin-left: auto;
    margin-right: auto;
    top: 50%;
    margin-top: -150px;
    left: 5px;
    padding-left: 2%;
    padding-right: 2%;
    position: fixed;
}

#cerrar {
    text-align: right;
    position: relative;
    top: -40px;
    right: -40px;
    width: 87%;
    cursor: pointer;
}

#pop p {
    font-size: 27px;
}

#cerrar img {
    width: 61px;
    height: auto;
}

#popSector {
    width: 95%;
    height: 300px;
    position: absolute;
    z-index: 250;
    margin-left: auto;
    margin-right: auto;
    top: 50%;
    margin-top: -150px;
    left: 5px;
    padding-left: 2%;
    padding-right: 2%;
    position: fixed;
}

#cerrarSector {
    text-align: right;
    position: relative;
    top: -40px;
    right: -40px;
    width: 95%;
    cursor: pointer;
}

#popSector p {
    font-size: 39px;
}



#contenedor_menu{
	display:block;
	top: 50%;
	left:0px;
	position:fixed;
	z-index: 400;
}

#Logo {
	padding: 5px;
	display: block;
	width: 33%;
	height: auto;
	float: left;
}


#social_media{
	width:29%;
	height:auto;
	display:block;
	float: left;
	margin: 6px auto;
	text-align: center;
}

#social_media ul{
	list-style-type: none;
}

#social_media ul li{
	width: auto;
	margin-right: 0px;
	display: inline-block;
}

#social_media img{
	width: 36px;
	height: 36px;
}

#slogan {
	padding: 0px 5px 0px 5px;
	display: block;
	width: 27%;
	height: auto;
	float: right;
	margin: auto;
}

#slogan .alq {
	font-family: "Gothic","serif";
	font-size: 20px;
	line-height: 5px;
	font-weight: bold;	
}

#slogan .dro {
	font-family: "Gothic","serif";
	letter-spacing: 2px;
	font-size: 20px;
	line-height: 5px;
	font-weight: bold;	
}

#slogan .mad {
	font-family: "Gothic","serif";
	letter-spacing: 3px;
	font-size: 20px;
	line-height: 5px;
	font-weight: bold;	
}

#contacto {
	display: none;	
}

#telf_res{
	display: block;
	width: 100%;
	height:auto;
	line-height: 24px;
	background-color: rgba(255,255,255,0.4);
	clear: both;
	text-align: center;
}

#telf_res a{
	text-decoration: none;
	color:#000000;
	font-family: "Gothic","serif";
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}


nav {
	display:none;
}

#menu li{
	display: block;
	
}

#amazingslider-wrapper-2{
	display:block;
}

#amazingslider-wrapper-1{
	display:none;
}

.presentacion p{
	font-size: 14px;
}

.sYt{    
    padding-top: 4px;
    padding-bottom: 12px;
    font-size: 11px;    
}

.tituloTarifas{
	font-size: 18px;
	line-height: 28px;
	margin-top: 0px;
}

.seccionTarifas{
	font-size: 15px;	
}

.articulo_asesoria img {
	width: 200px;
	height: auto;
	display: block;	
	float: none;
	margin: 10px auto 10px auto;
}

.articulo_asesoria p{
	font-size: 14px;
}

.precios h2{
	font-size: 18px;
}

.precios img{
	display:block;
	width:90px;
	height: 90px;
	margin: 10px auto;
	border: 4px solid #fff;
	border-radius: 20px;	
	float:none;
}

.precios p{
	text-align: justify;
	font-size: 14px;
}



.faq p{
	text-align: justify;
	font-size: 14px;
}

.googleMaps{
	margin-bottom: 30px;
	width:90%;
	height:230px;
}

@keyframes ocio {
    0%   {height: 0px;}
    100% {height: 375px;}
}

@-webkit-keyframes ocio {
    0%   {height: 0px;}
    100% {height: 375px;}
}

@keyframes medpha {
    0%   {height: 0px;}
    100% {height: 425px;}
}

@-webkit-keyframes medpha {
    0%   {height: 0px;}
    100% {height: 425px;}
}

@keyframes compha {
    0%   {height: 0px;}
    100% {height: 430px;}
}

@-webkit-keyframes compha {
    0%   {height: 0px;}
    100% {height: 430px;}
}

/* Standard syntax */
@keyframes medins {
    0%   {height: 0px;}
    100% {height: 435px;}
}

@-webkit-keyframes medins {
    0%   {height: 0px;}
    100% {height: 435px;}
}

@keyframes comins {
    0%   {height: 0px;}
    100% {height: 450px;}
}

@-webkit-keyframes comins {
    0%   {height: 0px;}
    100% {height: 450px;}
}

@keyframes despla {
    0%   {height: 0px;}
    100% {height: 380px;}
}

@-webkit-keyframes despla {
    0%   {height: 0px;}
    100% {height: 380px;}
}

@keyframes ostres {
    0%   {height: 0px;}
    100% {height: 630px;}
}

@-webkit-keyframes ostres {
    0%   {height: 0px;}
    100% {height: 630px;}
}

@keyframes oscinco {
    0%   {height: 0px;}
    100% {height: 630px;}
}

@-webkit-keyframes oscinco {
    0%   {height: 0px;}
    100% {height: 630px;}
}

@keyframes gear {
    0%   {height: 0px;}
    100% {height: 380px;}
}

@-webkit-keyframes gear {
    0%   {height: 0px;}
    100% {height: 380px;}
}

@keyframes moni {
    0%   {height: 0px;}
    100% {height: 350px;}
}

@-webkit-keyframes moni {
    0%   {height: 0px;}
    100% {height: 350px;}
}

@keyframes otros {
    0%   {height: 0px;}
    100% {height: 400px;}
}

@-webkit-keyframes otros {
    0%   {height: 0px;}
    100% {height: 400px;}
}

#wrap legend{
	font-size: 17px;
	text-align: center;    
}

#wrap input{
	height:15px;
	width: auto;
}

#wrap .cont_details fieldset,.cont_order fieldset{
	margin:0px;
	padding:0px;	
}

#wrap label {
    display: block;
    font-size: 12px;
    color: #000;
}

#wrap {
	line-height: 0px;
}

#wrap div#totalPrice
{    
    font-size: 15px;    
}

.compartir{    
    max-width: 320px;   
    font-size: 24px;
       
}

/*#IrArriba span {
        width:30px;
        height: 30px;
        background: url(../images/uparrow2.png) no-repeat center center

    }*/



}

.g-recaptcha {
    margin-top: 30px;
}

form.formCapt input[type="text"], form.formCapt input[type="email"], form.formCapt select {
    height: 45px;
    padding-left: 20px;
    width: 95%;
    border-radius: 50px;
    margin-bottom: 10px;
    background-color: #ffffff;
    border: thin solid #e7e7e7;
}

form.formCapt input[type="checkbox"] {
    cursor: pointer;
}

form.formCapt label a {
    color: black;
}

form.formCapt textarea {
    width: 95%;
    height: 120px;
    padding-left: 20px;
    padding-top: 15px;
    border-radius: 5px;
    background-color: #ffffff;
    border: thin solid #e7e7e7;
    margin-bottom: 15px;
}

form.formCapt label.agree1 {
    cursor: pointer;
    line-height: 33px;
}

form.formCapt select {
    cursor: pointer;
    width: 101%;
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #ddd;
    -webkit-appearance: none;
    background-position-x: 95%;
    background-color: white;
}

*:focus {
    outline: none !important;
}

form.formCapt button[type="submit"] {
    width: 100%;
    background-color: #fa1818;
    z-index: 9;
    position: relative;
    border: none;
    margin: 0;
    color: white;
    border-radius: 50px;
    height: 49px;
    font-size: 15px;
    font-family: Gothic, sans-serif;
    font-weight: bold;
}

div.formBox {
    margin: 0 auto;
    max-width: 420px;
    box-shadow: 2px 3px 5px #989898;
    padding: 30px 40px 100px 40px;
    border-radius: 10px;
    border: thin solid #a0a0a0;
    background-color: white;
}

section.secMap {
    margin-top: 80px !important;
}

h3.titEnvi {
    text-align: center;
    font-family: Gothic, sans-serif;
    font-size: 23px;
    margin: 0;
    margin-bottom: 30px;
}

.secT {
    margin: 10px 0px 10px 0px;
    font-size: 16px;
    font-family: Gothic, sans-serif;
}

hr.hrCont {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    margin: 30px;
}



@media screen and (max-width:510px){
    
    div.formBox {
    max-width: 75% !important;
    padding: 30px 30px 100px 30px !important;
    }
    
}