* {
	margin: 0px;
	padding: 0px;
}
html {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #333333;
	background: url(../imagenes/fondos/bg_foto.jpg) no-repeat center top fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
strong {
	color:#222;
}
h1, h2, h3, h4 {
	font-weight: bold;
	display: block;
	font-family: 'Enriqueta', serif;
	letter-spacing: -1px;
}
h1 {
	color: #3F682F;
	font-size: 34px;
	margin-bottom:10px;
	line-height:1.1em;
}
h2 {
	color: #3F682F;
	font-size: 27px;
	margin-bottom:7px;
	line-height:1.1em;
}
h3 {
	font-size: 21px;
	color: #666;
	margin-bottom: 4px;
	margin-top: 14px;
	line-height:1em;
}
h4 {
	font-size: 18px;
	color: #555;
	font-weight: bold;
	margin-top: -3px;
}
li {
	list-style-type: none;
}
a {
	color:#337ab7;
	font-weight: bold;
}
a:hover {
	color: #286090;
}
p {
	margin-bottom: 13px;
	line-height: 1.3em;
}
img {
	border-radius: 4px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover img {
}
#wrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fefefe;
	box-shadow: 0 0 25px rgba(0,0,0,1);
	-webkit-box-shadow: 0 0 25px rgba(0,0,0,1);
	   -moz-box-shadow: 0 0 25px rgba(0,0,0,1);
	    -ms-box-shadow: 0 0 25px rgba(0,0,0,1);
	     -o-box-shadow: 0 0 25px rgba(0,0,0,1);
}
#header {
	height: 80px;
	background-image: url(../imagenes/fondos/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
a.logo  {
	display: block;
	width: 550px;
	text-decoration: none;
	border: none;
	background-image: url(../imagenes/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 80px;
	text-indent: -999em;
}
#menu {
	width:100%;
	height: 34px;
	background-color: #444;
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	clear: both;
}
#menu li {
	float: left;	
}
#menu li a {
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	display: block;
	line-height: 33px;	
	padding-right: 20px;
	padding-left: 20px;
}
#menu li a:hover {
	color: #F6F6F6;
	background-color: rgba(0,0,0,.3);
	/* Transiciones hover */
	transition: all .6s ease;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
		 	line-height: 33px;
}

.menuVuelos:before, .menuHoteles:before, .menuHostales:before, .menuApartamentos:before {
	font-family: 'FontAwesome';	
	box-shadow: none;
	font-weight: 100;
	margin-right: 5px;
}
.menuVuelos:before {
	content: '\f072'
}
.menuHoteles:before {
	content: '\f0f8'
}
.menuHostales:before {
	content: '\f236'
}
.menuApartamentos:before {
	content: '\f1ad'
}
#main {
	background-color: #FEFEFE;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 30px;
	/*radio*/
	border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	   -moz-border-radius: 10px 10px 0 0;
	    -ms-border-radius: 10px 10px 0 0;
	     -o-border-radius: 10px 10px 0 0;
	position: relative;
	padding-bottom: 28px;
}
#colIzq {
	float: left;
	width: 154px;	
}
#nav {
	border-radius: 1px;
	-webkit-border-radius: 1px;
	   -moz-border-radius: 1px;
	    -o-border-radius: 1px;
	   -ms-border-radius: 1px;
	margin-top: 15px;
	width: 154px;
	margin-bottom: 20px;
	background-color: #F5F5F5;
	box-shadow:0 0px 0px 1px rgba(211,211,211,1);
	-webkit-box-shadow:0 0px 0px 1px rgba(211,211,211,1);
	   -moz-box-shadow:0 0px 0px 1px rgba(211,211,211,1);
	    -ms-box-shadow:0 0px 0px 1px rgba(211,211,211,1);
	     -o-box-shadow:0 0px 0px 1px rgba(211,211,211,1);
}
#nav li {
	border-bottom: 1px solid #D3D3D3;
	border-top: 1px solid #FFF;
}
#nav li a {
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: -.4px;
	line-height: 2.6em;
	color: #333;
	display: block;
	padding-left: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#nav li a .fa {
 	font-size: 14px;
	margin-right: 2px;
}
#nav li:hover {
	background-color: #EEE;
}
#nav li a:hover {
	text-decoration: underline;
}
#nav li:first-child {
	border-top-style: none;
	padding-top:5px;
}
#nav li:last-child {
	border-bottom-style: none;
	padding-bottom:5px;
}
#nav li:first-child:hover {
	border-radius: 1px 1px 0 0;
	-webkit-border-radius: 1px 1px 0 0;
	   -moz-border-radius: 1px 1px 0 0;	
	     -o-border-radius: 1px 1px 0 0;
	    -ms-border-radius: 1px 1px 0 0;
}
#nav li:last-child:hover {
	border-radius: 0 0 1px 1px;
	-webkit-border-radius: 0 0 1px 1px;
	   -moz-border-radius: 0 0 1px 1px;	
	     -o-border-radius: 0 0 1px 1px;
	    -ms-border-radius: 0 0 1px 1px;
}
/*MULTIMEDIA*/
.colIzqWebcam {
	position: relative;
	border: 1px solid #D5D0D0;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	   -moz-border-radius: 1px;
	    -ms-border-radius: 1px;
	     -o-border-radius: 1px;
	width: 152px;
	height: 126px;
	display: block;
	background-color: #EBE9E9;
}
.colIzqWebcam img {
	width: 152px;
	height:100px;
	display: block;
	border-radius: 1px 1px 0 0;
	-webkit-border-radius: 1px 1px 0 0;
	   -moz-border-radius: 1px 1px 0 0;
	    -ms-border-radius: 1px 1px 0 0;
	     -o-border-radius: 1px 1px 0 0;	
	border-top-style: none;
	border-right-style: none;	
	border-left-style: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFF;
}
.colIzqWebcam span {
	display: block;
	position: absolute;
	height: 45px;
	width: 45px;
	background-image: url(../imagenes/bullets/webcam.png);
	background-repeat: no-repeat;	
	left: 53px;
	top: 31px;
	background-position: left top;
}
.colIzqWebcam a:hover span {
	background-position: left bottom;
}
.colIzqWebcam strong {	
	line-height: 1.8em;
	position: absolute;
	left: 5px;	
	text-shadow: 0 1px 1px #FFF;
}
.colIzqWebcam a strong {
	font-style: normal;
	color: #286090;
	font-size: 12px;
	text-decoration: underline;
}
.colIzqWebcam a:hover strong {
	color: #EC008C;
}
#colDer {
	float: right;
	width: 202px;
}
#busquedaDerecha, #busquedaCentro {
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: #F7F7F9;
	border: 1px solid #DDD;
}
#busquedaDerecha input, #busquedaCentro input {
	padding: 1px 2px 1px 2px;
}
#busquedaDerecha input {
	margin-left:5px;	
}
#busquedaCentro input {
	margin-left:15px;
}
#busquedaDerecha {
	margin-bottom: 10px;
	width:100%;
}
#busquedaCentro {
	margin-top: 15px;
	width:100%;
}
#colDer h2 {
	background-image: url(../imagenes/fondos/arrugas.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size: 21px;
	font-weight: normal;
	color: #FFF;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 7px 0px 7px 10px;
	float: left;
	width:192px;
}
#colDer h2.rosa {
	background-color: #FF18B5;
	text-shadow:0 1px 1px #B71583;
}
#colDer h2.verde {
	background-color: #84BD00;
	text-shadow:0 1px 1px #5B8103;
}
#colDer h2.azul {
	background-color: #0098EF;
	text-shadow:0 1px 1px #0075BB;
}
#AdcolDer_160x600, #AdcolDer_250x250, #AdcolDer_200x200, #colDerVuelos, #contenedorPasador {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #CCC;
	margin-bottom: 20px;
}
#colDerVuelos {
	padding-top: 5px;
	background-image: url(../imagenes/bullets/avion_colDerVuelos.png);
	background-repeat: no-repeat;
	background-position: -4px 92px;
	min-height:144px;
	margin-bottom: 10px;
}
#colDerVuelos li {
	color: #999;
	line-height: 1.6em;
	font-size:13px;
}
#colDerVuelos li a {
}
#colDerVuelos li strong {
	color: #D9534F;
	font-size:14px;
}
#colDerVuelos li:hover {
	background-image: url(../imagenes/bullets/avioncillo_colDerVuelos.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#colDerVuelos li a:hover {
}
.botonBuscaVuelos {
	float: right;
	margin-top: 15px;
	margin-right: 2px;
}
.botonBuscaVuelos a {
	font-size: 17px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-shadow: 0 1px 0 #FA3B00;
	display: block;
	background-color: #EC6400;
	padding: 10px 10px;
	/*radio*/
	border-radius: 4px;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	    -ms-border-radius: 4px;
	     -o-border-radius: 4px;
	/*sombra*/
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
	   -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
	    -ms-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
	     -o-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
	border-width: 1px 1px 3px 1px;
	border-style: solid;
	border-color: #BF5200;
}
.botonBuscaVuelos a:hover {
	background-color: #FB791A;
	/* background color transition */
	transition: 0.2s;
	-webkit-transition: 0.2s;
	   -moz-transition: 0.2s;
	    -ms-transition: 0.2s;
	     -o-transition: 0.2s;
}
.botonBuscaVuelos a:active {
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
	    -ms-transition: all 0.2s ease;
	     -o-transition: all 0.2s ease;
	box-shadow: none;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	    -ms-box-shadow: none;
	     -o-box-shadow: none;
	background-color: #FA3B00;
	border-width: 3px 1px 1px 1px;
	border-style: solid;
	border-color: #CA2E00;
	text-shadow: 0 -1px 0 #B6056E;
		transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
	    -ms-transform: translate(0, 0);
	     -o-transform: translate(0, 0);
}
#otrasGuias {
	display: block;
	width: 100%;
	height: 100%;
	padding-top:36px;
	padding-bottom:4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6B6B6B;
	background-color:#292929;
	background-image: url(../imagenes/fondos/europe.png);
	background-repeat: no-repeat;
	background-position: right center;
	position: relative;
}
#otrasGuias p {
	color:#FFF;
	font-weight: bolder;
	margin-left:23px;
	margin-bottom:8px;
	font-size: 18px;
	text-shadow: 0 1px 0 #325115;
	background-color: #6DB52D;
	position: absolute;
	top: -14px;
	padding:6px 8px;
	box-shadow: -1px 3px 3px rgba(0,0,0,.3);
	-webkit-box-shadow: -1px 3px 3px rgba(0,0,0,.3);
	-moz-box-shadow: -1px 3px 3px rgba(0,0,0,.3);
	-ms-box-shadow: -1px 3px 3px rgba(0,0,0,.3);
	-o-box-shadow: -1px 3px 3px rgba(0,0,0,.3);
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
}
#otrasGuias:hover {
	-webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
         -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
            transition: all 0.5s ease;
}
#otrasGuias ul {
	margin:0 0 0 24px;
	display:block;
	height:100%;
}
#otrasGuias li {
	float:left;		
}
#otrasGuias li a {
	display: block;
	height: 54px;
	width: 54px;	
	position:relative;
	margin-right: 17px;
	position: relative;
	border: 1px solid #888888;
	margin-bottom: 26px;
	color: #EBEBEB;
	text-shadow: 0 1px 0 #000;
}
#otrasGuias li a span {
	text-decoration: none;
	font-weight: normal;
	font-size: 13px;
	position:absolute;
	top:58px;
	left:-2px;
}
#otrasGuias li a:hover {
	border: 1px solid #FF79C2;
}
#otrasGuias li a:hover {
	color:#FF79C2;
	/*Sombra*/
	box-shadow: 0 3px 6px 2px rgba(0,0,0,.8);
	-webkit-box-shadow: 0 3px 6px 2px rgba(0,0,0,.8);
	   -moz-box-shadow: 0 3px 6px 2px rgba(0,0,0,.8);
	    -ms-box-shadow: 0 3px 6px 2px rgba(0,0,0,.8);
		 -o-box-shadow: 0 3px 6px 2px rgba(0,0,0,.8);
	/*transición movimiento para el hover*/	
	-webkit-transition: 0.05s ease-out;
	   -moz-transition: 0.05s ease-out;
	    -ms-transition: 0.05s ease-out;
	     -o-transition: 0.05s ease-out;
		 transition: 0.05s ease-out;
	margin-top: -4px;
}
/*hover comun para los textos*/
#otrasGuias li:nth-child(2n) a:hover span, #otrasGuias li:nth-child(2n+1) a:hover span {
	top:62px;
	font-weight:bold;
	font-size:14px;
	-webkit-transition: 0.1s ease-out;
	   -moz-transition: 0.1s ease-out;
	    -ms-transition: 0.1s ease-out;
	     -o-transition: 0.1s ease-out;
		    transition: 0.1s ease-out;
	text-shadow: 0 2px 0 #000000;
}
/*hover imagen elementos pares*/
#otrasGuias li:nth-child(2n) a:hover {
	-webkit-transform: rotate(4deg);
       -moz-transform: rotate(4deg);
         -o-transform: rotate(4deg);
        -ms-transform: rotate(4deg);
            transform: rotate(4deg);
}
/*hover texto elementos pares*/
#otrasGuias li:nth-child(2n) a:hover span {
	-webkit-transform: rotate(-4deg);
       -moz-transform: rotate(-4deg);
         -o-transform: rotate(-4deg);
        -ms-transform: rotate(-4deg);
            transform: rotate(-4deg);					
}
/*hover imagen elementos impares*/
#otrasGuias li:nth-child(2n+1) a:hover {
	-webkit-transform: rotate(-4deg);
       -moz-transform: rotate(-4deg);
         -o-transform: rotate(-4deg);
        -ms-transform: rotate(-4deg);
            transform: rotate(-4deg);
}
/*hover texto elementos impares*/
#otrasGuias li:nth-child(2n+1) a:hover span {
	-webkit-transform: rotate(4deg);
       -moz-transform: rotate(4deg);
         -o-transform: rotate(4deg);
        -ms-transform: rotate(4deg);
            transform: rotate(4deg);
	left:-6px;
}
#otrasGuias .guiaBratislava, #otrasGuias .guiaBudapest, #otrasGuias .guiaSofia, #otrasGuias .guiaPolonia, #otrasGuias .guiaCracovia,  #otrasGuias .guiaPraga, #otrasGuias .guiaVarsovia, #otrasGuias .guiaTallin, #otrasGuias .guiaRiga, #otrasGuias .guiaVilna {
	background-image: url(../imagenes/bullets/otras_guias.jpg);
	background-repeat: no-repeat;
	background-position: 0px;
}
#otrasGuias .guiaBratislava {
	background-position: 0px;
}
#otrasGuias .guiaBudapest {
	background-position: -70px;
}
#otrasGuias .guiaSofia {
	background-position: -140px;
}
#otrasGuias .guiaPolonia {
	background-position: -210px;
}
#otrasGuias .guiaCracovia {
	background-position: -280px;
}
#otrasGuias .guiaPraga {
	background-position: -350px;
}
#otrasGuias .guiaVarsovia {
	background-position: -420px;
}
#otrasGuias .guiaTallin {
	background-position: -490px;
}
#otrasGuias .guiaRiga {
	background-position: -570px;
}
#otrasGuias .guiaVilna {
	background-position: -640px;
}

/*-----CENTRO-----*/
#colCentro {
	margin-left: 171px;
	margin-right: 215px;
	width:570px;
	line-height: 1.4em;
	text-align: justify;
}
#colCentroBi {
	width:786px;
	float: right;
}
#colCentroBi h1 {
	margin-top: 15px;
}
#colCentroMono {
	width: 970px;
	padding-top: 34px;
}
#colCentroMono h1 {
	margin-left: 8px;
	margin-top: 5px;
}
#colCentroMono p {
	margin-left: 8px;
}
#mainMono {
	background-color: #fefefe;
	position: relative;
}
.destacado {
	margin-top: 10px;
	margin-left: 2px;
}
.destacado:before {
	font-family: 'FontAwesome';
	content: '\f061';
	color: #3F682F;
	margin-right: 5px;
	font-size: 16px;
}
.listaCentro, .listaCentroDosCol, .listaCentroTresCol {
	margin-bottom: 11px;
	line-height: 1.3em;
	margin-top: 11px;
}
.listaCentro li, .listaCentroDosCol li, .listaCentroTresCol li {
	margin-left: 10px;
	margin-bottom: 5px;
}
.listaCentro li:before, .listaCentroDosCol li:before, .listaCentroTresCol li:before {
	margin-right: 4px;
	font-family: 'FontAwesome';	
	content: '\f0da';
	color: #3F682F;
	margin-left: -10px;
}
.listaCentroDosCol {
	width: 100%;
	overflow: hidden;
}
.listaCentroDosCol li {
	display: inline;
	width: 46%;
	float: left;
}
.listaCentroTresCol {
	width: 100%;
	overflow: hidden;
}
.listaCentroTresCol li {
	display: inline;
	width: 29%;
	float: left;
}
.imgCentrada {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.infoExtra {
	width: 100%;
	overflow: hidden;
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}
.infoExtra li {
	line-height: 20px;
	margin-bottom: 7px;
	padding-top: 4px;
}
.infoExtra li em, .nombre, .web {
	font-weight: bold;
	display: block;
	font-style: normal;
	font-size: 16px;
	color: #555;
	margin-bottom: 3px;
	text-align: left;
	margin-left:1px;
}
.nombre, .direccion, .horarios, .precios, .web, .transporte, .fotos    {
	background-repeat: no-repeat;
	font-style: normal;
	font-weight: normal;
	background-position: left top;
}
.nombre, .direccion em, .horarios em, .precios em, .web, .transporte em, .fotos em {
	font-weight: bold;
}
.nombre:before, .direccion em:before, .horarios em:before, .precios em:before, .web:before, .transporte em:before, .fotos em:before {
	font-family: 'FontAwesome';	
	margin-right: 5px;
	font-weight: normal;
	color: #3F682F;
	font-size: 20px;
}
.nombre:before {
	content:'\f27a';
}
.direccion em:before {
	content:'\f27a';
}
.horarios em:before {
	content:'\f017';
}
.precios em:before {
	content:'\f0d6';
}
.web:before {
	content:'\f108';
}
.transporte em:before {
	content:'\f207';
}

/*-----HOTELES PROXIMOS-----*/
.hotelesProximos {
	width: 565px;
	display: block;
	height: 150px;
	padding-left:5px;
	margin-bottom:12px;
}
.hotelesProximos li {
	float: left;
	width: 137px;
	text-align: center;	
	margin-right: 4px;
}
.hotelesProximos li a img {
	height: 90px;
	width: 135px;
	text-decoration: none;
	margin-bottom: 4px;
	border: 1px solid #fff;
}
.hotelesProximos li a {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2em;
}
.hotelesProximos li span {
	display: block;
	height: 12px;
	width: 65px;
	background-image: url(../imagenes/bullets/estrellas.png);
	margin-left: 33px;
	margin-top: 2px;
}
.hotelesProximos li a:hover {
	text-decoration: underline;
}
.hotelesProximos li a:hover img {
	/*Sombra*/
	box-shadow:0 1px 6px rgba(0,0,0,.9);
	-webkit-box-shadow:0 1px 6px rgba(0,0,0,.9);
	   -moz-box-shadow:0 1px 6px rgba(0,0,0,.9);
	    -ms-box-shadow:0 1px 6px rgba(0,0,0,.9);
	     -o-box-shadow:0 1px 6px rgba(0,0,0,.9);
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;
}
.cincoestrellas {
	background-position: 0px -48px;
}
.cuatroestrellas  {
	background-position: 0px -36px;
}
.tresestrellas {
	background-position: 0px -24px;
}
.dosestrellas {
	background-position: 0px -12px;
}
.unaestrellas {
	background-position: 0px 0px;
}
.chincheta {
	clear: both;
}
/*-----CARRUSEL PRINCIPAL------*/
#pase {
	position: relative;
	height: 250px;
	width: 570px;
	margin-top: 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	    -ms-border-radius: 3px;
	     -o-border-radius: 3px;
}
#mySlides {
}
#myController {
	position: absolute;
	bottom: 0;
	cursor: pointer;
	z-index: 100;
	right: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	padding-right: 0px;
}
.jFlowControl {
	display: block;
	height: 13px;
	width: 13px;
	float: left;
	background-color: #B9C1BE;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
	    -ms-border-radius: 100%;
	     -o-border-radius: 100%;
	margin-right: 8px;
	text-indent: -1000em;
	border: 1px solid #4D4C42;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,.3);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,.3);
	   -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,.3);
	    -ms-box-shadow: inset 1px 1px 1px rgba(0,0,0,.3);
	     -o-box-shadow: inset 1px 1px 1px rgba(0,0,0,.3);
}
.jFlowPrev, .jFlowNext {
	position: absolute;
	display: block;
	height: 250px;
	width: 50%;
	bottom: 0px;
	text-indent: -1000em;
	cursor: pointer;
	top: 0px;
}
.jFlowPrev {
	left: 0px;
}
.jFlowNext {
	right: 0px;
}
.jFlowPrev:hover {
	background-image: url(../imagenes/bullets/pase_prev.png);
	background-repeat: no-repeat;
	background-position: left;
}
.jFlowNext:hover {
	background-image: url(../imagenes/bullets/pase_next.png);
	background-repeat: no-repeat;
	background-position: right;
}
.jFlowSelected {
	background-color: #869791;
	box-shadow: none;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	    -ms-box-shadow: none;
	     -o-box-shadow: none;
}
.diapo {
	position: relative;
}
.diapo img {
}
.cajaDiapo {
	display: block;
	position: absolute;
	left: 40px;
	top: 20px;
	background:rgba(0,0,0,.65);
	width: 64%;
	height: auto;
	padding-bottom:30px;
	box-shadow: -1px 1px 3px rgba(255,255,255,.2);
	-webkit-box-shadow: -1px 1px 3px rgba(255,255,255,.2);
	   -moz-box-shadow: -1px 1px 3px rgba(255,255,255,.2);
	    -ms-box-shadow: -1px 1px 3px rgba(255,255,255,.2);
	     -o-box-shadow: -1px 1px 3px rgba(255,255,255,.2);
}
.cajaDiapo h2 {
	color: #EEEEEE;
	font-family: verdana;
	font-size: 45px;
	text-shadow: #000 -1px 1px 1px;
	left:0px;
	top:0px;
	letter-spacing: -1px;
	text-align: left;
	font-weight: 900;
	text-transform: uppercase;
	width: auto;
	line-height: 0.9em;
	padding: 5px;
	margin-bottom:0px;
}
.cajaDiapo p {
	font-size: 14px;
	color: #FFF;
	text-shadow:-1px 1px 1px #000;
	text-align: left;
	display:block;
	width: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0 5px 5px 5px;
}
.cajaDiapoMasInfo a {
	display: block;
	position: absolute;
	bottom: -10px;
	right: 20px;
	z-index:999;
	background-color: #6FA611;
	border: 1px solid #304500;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding-top: 9px;
	padding-right: 11px;
	padding-bottom: 9px;
	padding-left: 11px;
	font-size: 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	    -ms-border-radius: 5px;
	     -o-border-radius: 5px;
	box-shadow: inset 0 2px 0 rgba(255,255,255,.3), -1px 2px 1px rgba(0,0,0,.8), inset 0 -1px 0 #304500;
	-webkit-box-shadow: inset 0 2px 0 rgba(255,255,255,.3), -1px 2px 1px rgba(0,0,0,.8), inset 0 -1px 0 #304500;
	   -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), -1px 2px 1px rgba(0,0,0,.8), inset 0 -1px 0 #304500;
	    -ms-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), -1px 2px 1px rgba(0,0,0,.8), inset 0 -1px 0 #304500;
	     -o-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), -1px 2px 1px rgba(0,0,0,.8), inset 0 -1px 0 #304500;
	text-shadow:-1px 1px 0 #000;
}
.cajaDiapoMasInfo a:hover {
	background-position: left bottom;
	background-color: #779911;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	   -moz-transition: all .2s ease;
	    -ms-transition: all .2s ease;
	     -o-transition: all .2s ease;
}
/*-----FOOTER-----*/
footer {

}
footer a {
}
.footerMenu {
	background-color:#1A1A1A; 
	clear:both;
	padding-top: 5px;
	padding-bottom: 6px;
	display:block;
}
.footerMenu li {
	margin-left: 16px;
	display: inline;
}
.footerMenu li a {
	font-size: 13px;
	line-height: 1.5em;
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
	text-shadow: -1px 1px 0px #000;
}
.footerMenu li a:hover {
	color: #FF88CA;
}
/*FIN FOOTER*/
.listadoParaVer {
	margin-bottom: 20px;
	margin-right: 5px;
	margin-top:12px;
}
.listadoParaVer li {
	padding-top:11px;
	padding-bottom:11px;
	overflow:hidden;
	width:100%;
	padding-right: 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #DDD;
}
.listadoParaVer li:last-child {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: rgba(119,155,202,.3);
}
.listadoParaVer li a {
	display: block;
	font-size: 16px;
	margin-bottom:5px;
	text-decoration: none;
	text-shadow: 0 1px 1px #FFF;
}
.listadoParaVer li a img {
	float: left;
	margin-right: 10px;
	height: 90px;
	width: 135px;
	border: 1px solid #ccc;
	margin-top: 0px;
	border-radius: 3px;
}
.listadoParaVer li a:hover {
	text-decoration: underline;
}
.listadoParaVer li a:hover img {
	border: 1px solid #286090;
}
.listadoParaVer li:hover {
	background-color: #F7F7F9;
	z-index: 999;	
	transition: ease-out 0.4s;
	-webkit-transition-timing-function: ease-out;
	   -moz-transition-timing-function: ease-out;
	    -ms-transition-timing-function: ease-out;
		 -o-transition-timing-function: ease-out;
	-webkit-transition-duration: 0.40s;
	   -moz-transition-duration: 0.40s;	
	    -ms-transition-duration: 0.40s;
		 -o-transition-duration: 0.40s;
}
/*-----FOTOS CENTRALES CON FOTOBOX Y TEXTO INFERIOR-----*/
.imagentextoDerecha {
	float: right;
	display: block;
	margin-left: 15px;
	margin-top: 4px;
	margin-bottom: 5px;
	margin-right:2px;
	position: relative;
	background-position: left bottom;
	background-color: #F6F6F6;
}
.imagentextoDerecha a{
	width: auto;
	height: auto;
	display: block;
}
.imagentextoDerecha img {
	display: block;
	width:250px;
}
.imagentextoDerecha strong {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-shadow:0 1px rgba(0,0,0,1);
	display: block;
	width:100%;
	text-align:center;
	background-color: rgba(0,0,0,0.65);
	position:absolute;
	bottom:0;
	line-height:20px;
	border-top:1px solid rgba(255,255,255,0.40);
}
.imagentextoDerecha a span {
	background-image: url(../imagenes/bullets/lupa.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 24px;
	width: 26px;
	position: absolute;
	top: 5px;
	left: 5px;	
	background-color: #333;
	border: 1px solid #999;
	border-radius:3px;
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
	    -ms-border-radius:3px;
	     -o-border-radius:3px;
}
.imagentextoDerecha a:hover img, .imagentextoDerecha:hover strong {
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;
}
.imagentextoDerecha a:hover img {
	box-shadow: 0 1px 5px rgba(0,0,0,.95);
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.95);
	   -moz-box-shadow: 0 1px 5px rgba(0,0,0,.95);
	    -ms-box-shadow: 0 1px 5px rgba(0,0,0,.95);
	     -o-box-shadow: 0 1px 5px rgba(0,0,0,.95);
}
.imagentextoDerecha:hover strong {
	background-color: rgba(0,0,0,0.80);
	border-top:1px solid rgba(255,255,255,0.60);
	color: #286090;
}
.imagentextoDerecha a:hover span {
	background-position: left bottom;
	height: 24px;
	width: 96px;
}
/*FIN FOTOS CENTRALES*/

/*-----GALERIA DE FOTOS-----*/
.galeriaFotos {
	list-style-type: none;
	position: relative; 
	margin-bottom:20px;
}
.galeriaFotos li {
	width: 256px;
	/*shadow*/
	box-shadow: #C0BCBD 0px 0px 5px;
	-webkit-box-shadow: #C0BCBD 0px 0px 5px;
	   -moz-box-shadow: #C0BCBD 0px 0px 5px;
	    -ms-box-shadow: #C0BCBD 0px 0px 5px;
		 -o-box-shadow: #C0BCBD 0px 0px 5px;
	/*FIN shadow*/
	transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
	   -moz-transition: all 0.4s ease-out;
	    -ms-transition: all 0.4s ease-out;
	     -o-transition: all 0.4s ease-out;
	float: left;
}
.galeriaFotos li img {
	display: block;
	width: 256px;
}
.galeriaFotos li:hover {
	box-shadow: rgba(0,0,0,1) 0px 1px 8px;
}
.galeriaFotos li strong {
	font-weight: normal;
	font-size: 12px;
	color: #fff;
	display: block;
	line-height:1.5em;
	position:absolute;
	bottom:0;
	background-color: rgba(0,0,0,0.7);
	width:250px;
	text-shadow:0 2px 0 #000;
	padding:3px 3px 3px 3px;
}
.galeriaFotos li:hover strong {
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;
	padding-top:6px;
	padding-bottom:6px;
	font-weight: bold;
	color: #286090;
}
.galeriaFotos li a em {
	font-size: 9px;
	font-style: normal;
	padding: 2px;
	color: rgba(255,255,255,.7);
	display: block;
	position:absolute;
	top:3px;
	right:3px;
	border:1px solid rgba(255,255,255,.5);
	background: rgba(0,0,0,.7);
	border-radius:4px;
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
	    -ms-border-radius:4px;
	     -o-border-radius:4px;
}
.galeriaFotos li:hover em {
	background: rgba(0,0,0,.3);
	color: rgba(255,255,255,.3);
	border:1px solid rgba(255,255,255,.3);
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;
}
/*FIN GALERIA FOTOS*/

/*-----CARRUSEL LATERAL-----*/
#contenedorPasador {
	width:202px;
	height:186px;
	position:relative;
	background-image: url(../imagenes/fondos/bg_fotos.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-right: auto;
	margin-left: auto;
	padding-top:10px;
}
#slides {
	position:absolute;
	z-index:100;
	width:202px;
	height:186px;
}
#slides img {
	width:136px;
	height:120px;
}
.slides_container {
	top:19px;
	left:30px;
	width:136px;
	height:120px;
	overflow:hidden;
	position:relative;
	display:none;
}
.slides_container div.slide {
	width:136px;
	height:120px;
	display:block;
}
/*NEX/PREV BOTONES*/
#slides .next,#slides .prev {
	position:absolute;
	top:78px;
	width:10px;
	height:20px;
	display:block;
	z-index:101;
	background-image: url(../imagenes/bullets/flechas_PasadorLateral.png);
	background-repeat: no-repeat;
}
#slides .next {
	left:186px;
	background-position: right top;
}
#slides .prev {
	background-position: left top;
	left:2px;
}
#slides .next:hover, #slides .prev:hover {
	background-repeat: no-repeat;
	background-position: bottom;
}
#slides .next:hover {
	background-position: right bottom;
}
#slides .prev:hover {
	background-position: left bottom;
}
/*PAGINACION*/
.pagination {	
	position:absolute;
	display:block;
	width:136px;
	top:20px;
	left:30px;
	z-index:999;
	margin:0 3px 0 3px;
}
.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}
.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../imagenes/bullets/pagination.png);
	background-repeat: no-repeat;
	background-position:0 0;
	float:left;
	overflow:hidden;
}
.pagination li.current a {
	background-position:0 -12px;
}
/*CAPTION*/
.caption {
	z-index:500;
	position:absolute;				
	background:rgba(0,0,0,.75);
	width:136px;
}
.caption p {
	font-size:11px;
	color:#fff;
	padding-top: 4px;
	margin-bottom:2px;
	padding-left: 2px;
	font-style: normal;
	line-height: 1em;
	font-weight: normal;
	font-variant: normal;
	text-shadow:0 1px rgba(0,0,0,1);
}
/*VER MAS FOTOS*/
.verMasFotos {
	position:absolute;
	top:146px;
	left:30px;
	color:#0097EF;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../imagenes/bullets/fotos.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
}
/*FIN SLIDER LATERAL*/

/*-----CARRUSEL OTRAS SECCIONES-----*/
#carousel {
	width: 565px;
	height:140px;
	position:relative;
	display: block;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	padding-left:5px;
	padding-bottom: 25px;
}
#carousel ul {
	list-style: none;
	display: block;
}
#carousel li {
	display: block;
	float: left;
	position: relative;
	margin-right: 4px;
}
#carousel li a img {
	width: 135px;
	height:90px;
	display: block;
	border: 1px solid #fff;
}
#carousel li a span {
	width: 135px;
	height: 1.2em;
	display: block;
	overflow: hidden;
	position: absolute;
	left: 1px;
	right: 0;
	bottom: 1px;
	z-index: 999;
	background:rgba(0,0,0,0.7);
	color: #FFF;
	padding-top:3px;
	padding-bottom:3px;
	font-weight: bold;
	font-size: 13px;
	line-height:1.3em;
	text-shadow:0 1px rgba(0,0,0,1);
	text-align: center;
}
#carousel li a:hover span {
	height:auto;
	min-height:1.3em;
	/*Transición del span al hacer :hover*/
	transition:0.5s;
	-webkit-transition:0.5s;
	   -moz-transition:0.5s;
	     -o-transition:0.5s;
	    -ms-transition:0.5s;
	box-shadow:0 -1px 3px rgba(255,255,255,1);
	background-color:rgba(0,0,0,0.85);
}
.clearfix {
	float: none;
	clear: both;
}
#carousel .prev, #carousel .next {
	display: block;
	overflow: hidden;
	padding: 6px 30px 4px 30px;
	position: absolute;
	bottom: 15px;
	background-color: #5BC0DE;
	border-radius:4px;
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
	    -ms-border-radius:4px;
	     -o-border-radius:4px;
	box-shadow: inset 0px 1px 0px rgba(255,255,255,.2);
	-webkit-box-shadow: inset 0px 1px 0px rgba(255,255,255,.2);
	   -moz-box-shadow: inset 0px 1px 0px rgba(255,255,255,.2);
	    -ms-box-shadow: inset 0px 1px 0px rgba(255,255,255,.2);
	     -o-box-shadow: inset 0px 1px 0px rgba(255,255,255,.2);
	border-width: 1px;
	border-style: solid;
	border-color: #46B8DA;
	color: transparent;
	line-height: 24px;
}
#carousel .prev {
	left: 2%;
}
#carousel .next {
	right: 2%;
}
#carousel .prev:after, #carousel .next:after {
	font-family: 'FontAwesome';
	color: #fff;	
	text-align: center;
	font-size: 24px;
	padding:0;
}
#carousel .prev:after {
	content: '\f04a';
}
#carousel .next:after {
	content: '\f04e';
}
#carousel .prev:hover, #carousel .next:hover {
	background-color:#3EB4EC;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	   -moz-transition: all .2s ease;
	    -ms-transition: all .2s ease;
	     -o-transition: all .2s ease;
}	
#carousel .prev:active, #carousel .next:active {
	background-color: #159CDD;
	box-shadow: inset 0px 2px 0px #117CB0;
	-webkit-box-shadow: inset 0px 2px 0px #117CB0;
	   -moz-box-shadow: inset 0px 2px 0px #117CB0;
	    -ms-box-shadow: inset 0px 2px 0px #117CB0;
	     -o-box-shadow: inset 0px 2px 0px #117CB0;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	   -moz-transition: all .2s ease;
	    -ms-transition: all .2s ease;
	     -o-transition: all .2s ease;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
	    -ms-transform: translate(0, 0);
	     -o-transform: translate(0, 0);
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #117CB0;
}	
#carousel .pager {
	height: 10px;
	width: auto;
	display:block;
	margin-left: 45%;
	position: absolute;
	bottom: 28px;
}
#carousel .pager a {
	text-decoration: none;
	text-indent: -999px;
	display: inline-block;
	overflow: hidden;
	width: 10px;
	height: 10px;
	border-radius:100%;
	background-color: #B9C1BE;
	box-shadow: inset 0px 1px 0px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0px 1px 0px rgba(0,0,0,.2);
	   -moz-box-shadow: inset 0px 1px 0px rgba(0,0,0,.2);
	    -ms-box-shadow: inset 0px 1px 0px rgba(0,0,0,.2);
	     -o-box-shadow: inset 0px 1px 0px rgba(0,0,0,.2);
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
}
#carousel .pager a.selected {
	background-color: #869791;
	box-shadow:none;
	-webkit-box-shadow:none;
	   -moz-box-shadow:none;
	    -ms-box-shadow:none;
	     -o-box-shadow:none;
}
/*FIN CARRUSEL OTRAS SECCIONES*/

/*-----MAPAS-----*/
#infowindowMapa {
	max-width: 200px;
	height: auto;
	display:block;
	line-height: 1.2em;
	text-align: left;
	padding:3px 0 3px 3px;
}
#infowindowMapa a {
	font-size: 13px;
	font-family: Montserrat, Helvetica, Arial, sans-serif;
}
#infowindowMapa img {
	display: block;
	float: left;
	margin-right: 5px;
	width: 100px;
	margin-bottom:3px;
}
#infowindowMapa a:hover, #infowindowMapa a:hover img {
	transition: all 0.2s ease;	    		
	-webkit-transition: all 0.2s ease;
       -moz-transition: all 0.2s ease;
         -o-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
}
#infowindowMapa a:hover img {
	box-shadow: 0px 1px 2px #000;
	-webkit-box-shadow: 0px 1px 2px #000;
	   -moz-box-shadow: 0px 1px 2px #000;
	    -ms-box-shadow: 0px 1px 2px #000;
		 -o-box-shadow: 0px 1px 2px #000;
}
#mapaCiudad {
	width: 786px;
	height: 560px;
	margin-bottom:22px;
	margin-top:20px;
}
#mapaUbicacion {
	width: 570px;
	height: 250px;
}
#mapaPais {
	width: 570px;
	height: 320px;
	margin-bottom:10px;
}
#mapaExcursiones {
	height: 260px;
	width: 570px;
	display:block;
}
#mapaEstacionesAutobuses {
	height: 260px;
	width: 570px;
	display:block;
}
#mapaEstacionesTren {
	height: 260px;
	width: 570px;
	display:block;
	margin-bottom:15px;
}
/*-----BOTON SUBIR TOP-----*/
#back-top {
	position: fixed;
	bottom: 30px;
	right: 42px;
	margin: 0px;
	padding: 0px;
	display: none;
}
#back-top a {
	width: 55px;
	display: block;
	text-align: center;
	text-decoration: none;
	/* background color transition */
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	font-size: 15px;
	text-shadow: 0 1px 1px #000;
	font-weight: normal;
	color: #CDCDCD;
	text-transform: uppercase;
}
#back-top a:hover {
	color: #FFF;
}
#back-top span {
	width: 55px;
	height: 55px;
	display: block;
	margin-bottom: 5px;
	background: url(../imagenes/bullets/subir_normal.png);
	background-repeat: no-repeat;
	background-position: center center;
	/* esquinas redondeadas */
	border-radius: 10px;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	    -ms-border-radius: 10px;
	     -o-border-radius: 10px;
}
#back-top a:hover span {
	background-image: url(../imagenes/bullets/subir_hover.png);
	background-repeat: no-repeat;
	background-position: center center;	
	/*Sombra de la caja*/
	box-shadow: #000 0px 2px 7px;
	-webkit-box-shadow: #000 0px 2px 7px;
	   -moz-box-shadow: #000 0px 2px 7px;
	    -ms-box-shadow: #000 0px 2px 7px;
		 -o-box-shadow: #000 0px 2px 7px;
	/*Transición de la caja al hacer :hover*/
	transition: background 0.4s;
	-webkit-transition-duration: 0.4s;
	   -moz-transition-duration: 0.4s;
	    -ms-transition-duration: 0.4s;
		 -o-transition-duration: 0.4s;
	-webkit-transition-timing-function: ease-out;
	   -moz-transition-timing-function: ease-out;
	    -ms-transition-timing-function: ease-out;
	     -o-transition-timing-function: ease-out;
}
/*-----FORMULARIO CONTACTO-----*/
.formularioContacto {
	width:570px;
	padding-bottom: 30px;
	position: relative;
}
.formularioContacto li {
	padding-bottom: 10px;
	padding-top: 8px;
	border-bottom: 1px solid #C9E2F5;
	position: relative;
	padding-left: 60px;
	font-weight: bold;	
	color: #FF6600;
	font-size: 16px;
}
.formularioContacto input, .formularioContacto textarea {
	border: 2px solid #D7E7F4;	
	box-shadow: 1px 1px 3px rgba(0,0,0,.70) inset;
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.70) inset;
	   -moz-box-shadow: 1px 1px 3px rgba(0,0,0,.70) inset;
	    -ms-box-shadow: 1px 1px 3px rgba(0,0,0,.70) inset;
		 -o-box-shadow: 1px 1px 3px rgba(0,0,0,.70) inset;
	border-radius:4px;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	    -ms-border-radius: 4px;
	     -o-border-radius: 4px;
	font-size: 13px;
	background-color: #FFFFFF;
	font-weight: normal;
	color: #555;
	transition: padding .25s;
	-webkit-transition: padding .25s;
	   -moz-transition: padding .25s;   
	    -ms-transition: padding .25s; 
         -o-transition: padding .25s;   
	display: block;
	background-image: url(../imagenes/fondos/bg_input.jpg);
	background-repeat: repeat;
	margin-top:2px;
	width: 290px;
}
.formularioContacto input {
    height: 24px; 
    padding: 2px 4px;
}
.formularioContacto textarea {
	padding: 6px;
	height: 100px;
}
.formularioContacto img {
	padding-top: 0px;
	float: left;
	padding-right: 10px;
	margin-left: 75px;
}
.formularioContacto .enviar {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	background-color: #009C49;
	background-image: none;
	width: 108px;
	height: 35px;
	cursor: pointer;
	box-shadow: 0px 5px 0px rgba(1,108,51,1);
	-webkit-box-shadow: 0px 5px 0px rgba(1,108,51,1);
	   -moz-box-shadow: 0px 5px 0px rgba(1,108,51,1);
	    -ms-box-shadow: 0px 5px 0px rgba(1,108,51,1);
	     -o-box-shadow: 0px 5px 0px rgba(1,108,51,1);
	border-radius: 6px;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	    -ms-border-radius: 6px;
	     -o-border-radius: 6px;
	text-transform: capitalize;
	text-shadow: #222222 0px 1px 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.formularioContacto .enviar:hover {
	cursor: pointer;
	background-color: #00B054;
}
.formularioContacto .enviar:active {
	background-color: #00AA51;
	box-shadow: 0px 2px 0px rgba(1,108,51,1);
	-webkit-box-shadow: 0px 2px 0px rgba(1,108,51,1);
	   -moz-box-shadow: 0px 2px 0px rgba(1,108,51,1);
	    -ms-box-shadow: 0px 2px 0px rgba(1,108,51,1);
	     -o-box-shadow: 0px 2px 0px rgba(1,108,51,1);
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	   -moz-transition: all .2s ease;
	    -ms-transition: all .2s ease;
	     -o-transition: all .2s ease;
	transform: translate(0, 3px);
	-webkit-transform: translate(0, 3px);
       -moz-transform: translate(0, 3px);
	    -ms-transform: translate(0, 3px);
	     -o-transform: translate(0, 3px);
	text-shadow: #222222 0px -1px 0;
}
.formularioContacto .enviar:focus {
	padding-right: 8px;
}
.formularioContacto input.codigoAntispam {
	height: 36px;
	width: 40px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 48px;
	margin-top:0px;
	float: left;
}
.formularioContacto input:focus.codigoAntispam {
	padding-right: 6px;
}
.formularioContacto input:focus, .formularioContacto textarea:focus {
    padding-right: 30px;
}
.formularioContacto input:required:valid, .formularioContacto textarea:required:valid {
	border: 2px solid #4BA609;
}
.formularioContacto input:focus:invalid, .formularioContacto textarea:focus:invalid {
	border: 2px solid #FF0000;
}
.formularioContacto  span.required_star {
	font-weight: bold;
	color: #FF0000;
	font-size: 14px;
	margin-left: 5px;
}
.formularioContacto  p em {
	font-style: normal;
	margin-top: 10px;
	display: block;
}
.formularioContacto  p {
	line-height: 1em;
}
.formularioContacto p.ok, p.error1, p.error2, p.error3, p.error4, p.error5  {
	line-height: 1.6em;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	display: block;
	width: 280px;
	height: 60px;	
	border: 4px solid #FFFFFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	    -ms-border-radius: 10px;
	     -o-border-radius: 10px;
	box-shadow: #000000 0px 1px 15px 2px;    
	-webkit-box-shadow: #000000 0px 1px 15px 2px;
	   -moz-box-shadow: #000000 0px 1px 10px;
	    -ms-box-shadow: #000000 0px 1px 10px;
	     -o-box-shadow: #000000 0px 1px 10px;
	padding: 20px;
	text-shadow: #111 -1px 1px 0px;
	position: absolute;
	left: 101px;
}
.formularioContacto p.ok{
	background-image: url(../imagenes/fondos/bg_rugoso_verde.jpg);
	background-repeat: repeat;
	top: 60px;
}
p.error1, p.error2, p.error3, p.error4, p.error5  {
	background-image: url(../imagenes/fondos/bg_rugoso_rojo.jpg);
	background-repeat: repeat;
}
p.error1 {
top: -190px;
}
p.error2 {
top: -77px;
}
p.error3 {
top: 36px;
}
p.error4 {
top: 149px;
}
p.error5 {
top: 262px;
}
/*FIN FORMULARIO CONTACTO*/

/*-----ADS-----*/
#AdSuperior_728x90 {
	height: 90px;
	width: 797px;
	margin-left: 171px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.Ad_728x90 {
	height: 90px;
	width: 797px;
	margin-top: 25px;
	margin-bottom: 25px;
	display: block;
}
.Ad_970x90 {
	width: 970px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
	display:block;
}
#AdLinksSup_468x15, #AdLinksInf_468x15, #AdLinksSup_728x15 {
	margin-bottom: 15px;
	height: 15px;
	margin-top: 12px;
	width: 100%;
}
#AdcolIzq_160x90 {
	width: 160px;
	margin-left: 2px;
	margin-top: 15px;
}
#AdcolDer_250x250 {
	height: 250px;
	width: 250px;
	padding-top: 10px;
}
#AdcolDer_200x200 {
	height: 200px;
	width: 200px;
	padding-top: 10px;
}
#AdcolDer_160x600 {
	width:160px;
	padding:10px 21px 0 21px;
	height:600px;	
}
.Ad_336x280 {
	height: 280px;
	width: 100%;
	display: block;
	margin-bottom: 20px;
	margin-top: 20px;
}
.AdcolCentro_468x60 {
	height: 60px;
	width: 100%;
	display:block;
	margin-right: 51px;
	margin-left: 51px;
	margin-top: 10px;
	margin-bottom: 15px;
}
.cajaCentroAdMapa {
	display: block;
	height: 250px;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDDDDD;
}
.minimapa {
	float:right;
	display:block;
	height:250px;
	width:254px;
}
.minimapa img {
	display: block;
	height: 188px;
	width: 250px;
}
.minimapa a img {
	border: 2px solid #F7F7F9;
}
.minimapa a:hover img {
	border: 2px solid #286090;
	transition: 0.6s;
	-webkit-transition: 0.6s;
	   -moz-transition: 0.6s;
	    -ms-transition: 0.6s;
	     -o-transition: 0.6s;
}
.minimapa p {
	display:block;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 8px;
	clear:both;
	margin-bottom: 0px;
	background-color: #F7F7F9;
	border-radius: 0 0 10px 10px;
	padding-top:2px;
	color: #333;
}
.minimapa p em {
	font-weight: bold;
	display: block;
	font-style: normal;
	font-size: 16px;
	color: #555;
	margin-bottom:3px;
	padding-top:3px;
}
.localizacion {

}
.localizacion em:before {
	font-family: 'FontAwesome';	
	content: '\f041';
	color: #3F682F;
	margin-right: 5px;
	font-size: 20px;
}
/*-----SOCIAL-----*/
.addthis_floating_style {
	background-color: #FFD;
	border: 1px solid #AAA;
	padding-right: 5px;
	opacity:.99;
	z-index: 999;
}
.addthis_floating_style:hover {
	background-color: #FFFFD9;
	border: 1px solid #999;
	padding-right: 5px;
	opacity:1;
}

#resultados {
	width:800px;
	margin-left:-2px;
}
/*
               ,'``.._   ,'``.
              :,--._:)\,:,._,.:       
              :`--,''   :`...';\      
               `,'       `---'  `.
               /                 :
              /                   \
            ,'                     :\.___,-.
           `...,---'``````-..._    |:       \
             (                 )   ;:    )   \  _,-.
              `.              (   //          `'    \
               :               `.//  )      )     , ;
             ,-|`.            _,'/       )    ) ,' ,'
            (  :`.`-..____..=:.-':     .     _,' ,'
             `,'\ ``--....-)='    `._,  \  ,') _ '``._
          _.-/ _ `.       (_)      /     )' ; / \ \`-.'
         `--(   `-:`.     `' ___..'  _,-'   |/   `.)
             `-. `.`.``-----``--,  .'
               |/`.\`'        ,','); 
                   `         (/  (/
*/
