@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/
.fluid {
	width: 100%;
	float: left;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}


@-webkit-keyframes STAR-MOVE {
	from {
		background-position: center center
	}
	to { 
		background-position: 900% center
	}
}
.fondomovimiento {
	width: 100%;
	background-image: url(../img/mapacentro.png);
	background-position: center center;
	background-repeat: repeat-x;
	-webkit-animation-name: STAR-MOVE;
	-webkit-animation-duration: 200s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
}

.bw {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	-webkit-transition: opacity 0.5s linear;
	-webkit-transition-property: all;
	-webkit-transition-duration: 1s;
	-webkit-transition-timing-function: ease;
	-webkit-transition-delay: 0.1s;
}
.bw:hover {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-webkit-transition: opacity 0.5s linear;
	-webkit-transition-property: all;
	-webkit-transition-duration: 1s;
	-webkit-transition-timing-function: ease;
	-webkit-transition-delay: 0.1s;
}
.imagengirar360 {
	width:auto;
	height:auto;
	-webkit-transition:1.5s;
	-webkit-transform:rotate(0deg);
	-moz-transition:1.5s;
	-moz-transform:rotate(0deg);
}

.imagengirar360:hover {
	-webkit-transition:1.5s;
	-webkit-transform:rotate(70deg);
	-moz-transition:1.5s;
	-moz-transform:rotate(70deg);
}
.fade{
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.3s linear;
}
.fade:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-webkit-transition: opacity 0.5s linear;
}
.image img {
    width: 100%;
    height: auto;
    overflow: hidden;
	

}
.image img {
    -webkit-transition: all 3s ease;
    -moz-transition: all 3s ease;
    -o-transition: all 3s ease;
    -ms-transition: all 3s ease;
    transition: all 3s ease;
}

.image img:hover {    
    cursor: pointer;
    transform:scale(1.5);
    -ms-transform:scale(1.5);
    -moz-transform:scale(1.5);
    -webkit-transform:scale(1.5);
    -o-transform:scale(1.5);
}

.hr {
	height: 1px;
	border-top: 4px double #FFFFFF;
	text-align: center;
	width: 100%;
	border-bottom: 1;
	border-right: 1;
	border-left: 1;
}
.hr:after {
	position: relative; 
	top: -22px; 
	content:"\25cf\25cf\25cf"; 
	font-size: 34px;
	line-height: 34px; 
	color: #ffffff;
}  
.hr2 {
	height: 1px;
	border-top: 4px double #B9D1A6;
	text-align: center;
	width: 100%;
	border-bottom: 1;
	border-right: 1;
	border-left: 1;
}
.hr2:after {
	position: relative; 
	top: -22px; 
	content:"\25cf\25cf\25cf"; 
	font-size: 34px;
	line-height: 34px; 
	color: #B9D1A6;
} 
.hr3 {
	border: 0; height: 2px; border-top: 1px dashed black; border-bottom: 1px dashed black;
}
/* Mobile Layout: 480px and below. */
  
.contenedor {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	clear: none;
	float: none;
	margin-top: auto;
	margin-bottom: auto;
}
.box {
	text-align: center;
	width: 100%;
	height: 100px;
	overflow: hidden;
	position: relative;
}
.box1 {
	text-align: center;
	width: 100%;
	overflow: hidden;
	position: relative;
	max-height: 100px;
	border-radius: 8px;
}
.box2 {
	text-align: center;
	width: 100%;
	max-height: 100px;
	overflow: hidden;
	position: relative;
}
.box3 {
	text-align: center;
	width: 100%;
	max-height: 100px;
	overflow: hidden;
	position: relative;
}
.box4 {
	text-align: center;
	width: 100%;
	max-height: 100px;
	overflow: hidden;
	position: relative;
}
.box5 {
	text-align: center;
	width: 100%;
	max-height: 100px;
	overflow: hidden;
	position: relative;
}
.centrar {
	max-width: 96%;
	margin-left: 2%;
	margin-right: 2%;
}
/* FORMULARIO */
#contactenos {
	width: 100%;
	height: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	-webkit-box-shadow: px px;
	box-shadow: px px;
	background-color: #FFFFFF;
}
.botonenviar {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	background-color: #3170AC;
	border-radius: 3px;
	color: #FDFDFD;
	font-size: 15px;
	border-style: none;
	font-family: "OpenSans Light";
	width: 100%;
	text-transform: uppercase;
}
#formulario {
	width: 100%;
}
#infocont {
	margin-top: 20px;
	width: 100%;
}
.cajas {
	width: 96%;
	margin-bottom: 10px;
	text-align: left;
	text-indent: 20px;
	font-family: "OpenSans Light";
	font-size: 14px;
	color: #3170AC;
	border: 1px solid #C5C5C5;
	border-radius: 5px;
	background-color: #FFFFFF;
	margin-left: 1%;
	margin-right: 1%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.cajas2 {
	width: 96%;
	border: 1px solid #C5C5C5;
	border-radius: 5px;
	margin-bottom: 10px;
	text-indent: 20px;
	font-family: "OpenSans Light";
	font-size: 14px;
	margin-left: 1%;
	margin-right: 1%;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #3170AC;
}
#botones1 {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}
#contactostele {
	width: 100%;
	height: auto;
	margin-top: 15px;
	font-size: 13px;
	margin-bottom: 15px;
}
.titulocontactenos {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	font-size: 20px;
}
.descripcioncontactenos {
	width: 100%;
	text-align: center;
}
.imagencontacto {
	width: 100%;
}
.tituloempresa {
	width: 100%;
	text-align: center;
	font-size: 18px;
}
.icono {
	width: 8%;
	margin-right: 2%;
}
.info {
	width: 87%;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px dashed #C5C5C5;
	margin-left: 3%;
}
.iconoredondo {
	background-color: #45BB66;
	border-radius: 1000px;
	text-align: center;
}
.info2 {
	padding-top: 8px;
	padding-bottom: 8px;
	width: 87%;
	margin-left: 3%;
}
.linea {
	width: 100%;
	margin-bottom: 5px;
}
.slogan {
	text-align: center;
	width: 100%;
}
#menu_celular {
	width: 100%;
	display: block;
	border-top: 4px solid #3595C7;
	padding-top: 5px;
	padding-bottom: 5px;
	position: fixed;
	bottom: 0px;
	background-image: url(../img/fondo-negro.png);
}
.itemenucelu {
	width: 14.2%;
	text-align: center;
	font-size: xx-small;
	color: #FFFFFF;
}
#menu_celular2 {
	width: 100%;
	border-top: 4px solid #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	opacity: 0;
}
#alquiler_de_fincas_y_hoteles_quindio {
}
#fotoportadapc {
	display: none;
	position: relative;
	background-position: center bottom;
	background-size: 102% auto;
}
.logo {
	position: absolute;
	bottom: 0px;
	text-align: center;
	width: 60%;
	margin-left: 20%;
	margin-right: 20%;
}
#fotoportadamovil {
	display: block;
	position: relative;
	background-position: center center;
	background-size: 170% auto;
	height: 350px;
}
#menu {
	display: none;
	background-color: #352682;
	border-bottom: 4px solid #008A39;
}
.itemmenu {
	color: #FFFFFF;
	width: auto;
	padding-left: 1%;
	padding-right: 1%;
	border-right: 1px solid #7AAADA;
	-webkit-transition: opacity 0.5s linear;
	-webkit-transition-property: all;
	-webkit-transition-duration: 1s;
	-webkit-transition-timing-function: ease;
	-webkit-transition-delay: 0.1s;
}
.itemmenu:hover {
	-webkit-transition: opacity 0.5s linear;
	-webkit-transition-property: all;
	-webkit-transition-duration: 1s;
	-webkit-transition-timing-function: ease;
	-webkit-transition-delay: 0.1s;
	background-color: #45BB66;
}
#hoteles_fincas_alquiler_quindio {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
.titulo31 {
	font-size: 19px;
	color: #000000;
	margin-top: 15px;
	text-align: center;
}
.titulo16 {
	font-size: 13px;
	color: #B4B4B4;
	margin-top: 10px;
	text-align: center;
}
#alquiler_de_hoteles_quindio {
	background-color: #F3F3F3;
	padding-top: 30px;
	padding-bottom: 30px;
}
.itembola {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	text-align: center;
	margin-bottom: 30px;
}
.imgbola {
	width: 255px;
	height: 255px;
	background-position: center center;
	background-size: auto 100%;
	border-radius: 5400px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	border: 5px solid #FFFFFF;
}
.tbola {
	font-size: 16px;
	color: #000000;
	text-transform: uppercase;
}
.descripbola {
	font-size: 13px;
	color: #7B7B7B;
}
#alquiler_de_fincas_en_el_quindio {
	position: relative;
}
.itemslider {
	text-align: center;
	color: #FFFFFF;
	background-position: center center;
	background-size: 120% auto;
	z-index: 2;
	position: relative;
}
.fracescentro {
	padding-top: 80px;
	padding-bottom: 80px;
	z-index: 2;
	position: relative;
}
.tprinci {
	font-size: 15px;
	border-top: 1px solid #FFFFFF;
	padding-top: 12px;
}
.descriprinci {
	font-size: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #FFFFFF;
}
.fondonegro {
	background-image: url(../img/fondo-negro.png);
	position: absolute;
	top: 0px;
	bottom: 0px;
	z-index: 1;
}
#turismo_eje_cafetero {
	background-color: #008A39;
	color: #FFFFFF;
	text-align: center;
	padding-top: 27px;
	padding-bottom: 27px;
}
.t24 {
	font-size: 18px;
}
.t17 {
	font-size: 13px;
}
#blog {
}
.tblog {
	font-size: 20px;
	text-align: center;
	color: #5F5F5E;
	margin-bottom: 10px;
}
.itemblog {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 30px;
}
.imgblog {
	background-position: center center;
	background-size: 100% auto;
	height: 150px;
	margin-bottom: 15px;
	position: relative;
}
.tituloblog {
	color: #000000;
	font-size: 18px;
}
.descripblog {
	font-size: 13.5px;
	color: #878787;
	text-align: justify;
}
.fechablog {
	color: #ED6E70;
	font-size: 12px;
	margin-bottom: 9px;
}
#fincas_eje_cafetero {
	padding-top: 50px;
	padding-bottom: 50px;
}
.plugfacebok {
	width: 80%;
	text-align: center;
	margin-left: 10%;
	margin-right: 100%;
	margin-bottom: 30px;
}
.comentfeace {
	width: 100%;
}
#fincas_hoteles_quindio_eje_cafetero_alquiler {
	background-color: #F3F3F3;
	color: #5F5F5E;
}
.columna {
	width: 100%;
	margin-bottom: 30px;
}
.titulocontac {
	font-size: 30px;
	text-align: center;
	margin-bottom: 20px;
}
.listacon {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px dashed #ABABAB;
}
.imgcon {
	width: auto;
	margin-right: 3%;
}
.infocon {
	width: auto;
	font-size: 18px;
	color: #939393;
}
.mapa {
	width: 97%;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #DDDDDD;
	border: 1px solid #B1B1B1;
}
.map2 {
	width: 80%;
	height: 330px;
	border-style: none;
	margin-left: 10%;
	margin-right: 10%;
}
.PIE {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 70px;
}
.derechos {
	margin-top: 15px;
}
.botonverformulario {
	background-color: #008A39;
	text-transform: uppercase;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.pieabajo {
	position: fixed;
	bottom: 0px;
	color: #FFFFFF;
	background-image: url(../img/negro2.png);
	padding-top: 10px;
	padding-bottom: 10px;
	z-index: 3;
	display: none;
	text-align: right;
}
.visiblog {
	position: absolute;
	top: 10px;
	left: 10px;
	width: auto;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #E4E4E4;
	border-radius: 8px;
	border: 1px solid #B1B1B1;
}
.visitantesof {
	margin-top: 15px;
	text-align: center;
	font-size: 18px;
	color: #008A39;
	font-weight: bold;
}
#centropagina {
	padding-bottom: 40px;
}
.logo2 {
	text-align: center;
	background-position: center center;
	background-attachment: fixed;
	background-size: 120% auto;
	padding-top: 20px;
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
}
.encoger {
	margin-top: 25px;
}
.titulocategorias {
}
.contenidocat {
	margin-top: 30px;
}
.itemscat {
	margin-bottom: 30px;
	width: 80%;
	margin-left: 1%;
	margin-right: 1%;
}
.imagencat {
	position: relative;
	background-position: center center;
	background-size: 100% auto;
	height: 170px;
	border-radius: 8px;
}
.titulocat {
	margin-top: 15px;
	font-weight: bold;
	color: #3170AC;
}
.fechacat {
	font-size: 12px;
	color: #45BB66;
}
.descripcat {
	text-align: justify;
	color: #808080;
	margin-top: 10px;
}
.izquierda {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}
.derecha {
	width: 100%;
}
.nav {
	border-bottom: 1px dashed #E7E7E7;
	padding-bottom: 10px;
	margin-bottom: 15px;
	font-size: 12px;
}
.tituloseccion {
}
.descripcortaseccion {
}
.imagenportada {
	background-position: center center;
	background-size: 100% auto;
	height: 170px;
	border-radius: 8px;
	margin-bottom: 15px;
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	position: relative;
	border-top-color: #ECECEC;
	border-bottom-color: #ECECEC;
	border-bottom-width: 1px;
	border-top-width: 1px;
}
.visitas {
	width: auto;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #E9E9E9;
	border: 1px dashed #D4D4D4;
	border-radius: 8px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.descripcionlarga {
	margin-bottom: 15px;
}
.compartir {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 3px solid #DCDCDC;
}
.fechaspublicaciones {
}
.galeriadefotos {

}
.itemfoto {
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 20px;
}
.itemblog2 {
	margin-bottom: 30px;
}
.imgblog2 {
}
.lupa {
	position: absolute;
	width: auto;
	right: 10px;
	bottom: 10px;
}
.traductor {
	width: auto;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #008A39;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	position: fixed;
	top: 0px;
	right: 10px;
	z-index: 4;
}
.col1 {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 20px;
}
.videoo {
	width: 100%;
	height: 200px;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.contenedor {
	margin-left: auto;
}
.box {
	text-align: center;
	width: 100%;
	height: 100px;
	overflow: hidden;
	position: relative;
}
.box1 {
	text-align: center;
	width: 100%;
	overflow: hidden;
	position: relative;
	max-height: 140px;
}
.box2 {
	text-align: center;
	width: 100%;
	max-height: 100px;
	overflow: hidden;
	position: relative;
}
.box3 {
	text-align: center;
	width: 100%;
	max-height: 100px;
	overflow: hidden;
	position: relative;
}
.box4 {
	text-align: center;
	width: 100%;
	max-height: 100px;
	overflow: hidden;
	position: relative;
}
.box5 {
	text-align: center;
	width: 100%;
	max-height: 100px;
	overflow: hidden;
	position: relative;
}
.centrar {
}
/* FORMULARIO */
#contactenos {
}
#formulario {
}
#infocont {

}
.cajas {
	width: 47%;
	margin-left: 1%;
	margin-right: 1%;
}
.cajas2 {
}
#botones1 {
	width: 50%;
	margin-left: 25%;
	margin-right: 25%;
}
#contactostele {
	width: 100%;
}
.titulocontactenos {
	text-align: center;
}
.descripcioncontactenos {
	text-align: center;
}
.imagencontacto {
	width: 48%;
	margin-right: 2%;
}
.tituloempresa {
	text-align: center;
}
.icono {
}
.info {
}
.info2 {
}
.linea {

}
.slogan {
	text-align: center;
}
#menu_celular {
	display: none;
}
.itemenucelu {
}
#menu_celular2 {
	display: none;
}
#alquiler_de_fincas_y_hoteles_quindio {
}
#fotoportadapc {
	height: 400px;
	display: block;
}
.logo {
}
#fotoportadamovil {
	display: none;
}
#menu {
	display: block;
}
.itemmenu {
	font-size: 13px;
	padding-top: 18px;
	padding-bottom: 18px;
}
#hoteles_fincas_alquiler_quindio {
	padding-top: 50px;
	padding-bottom: 50px;
}
.titulo31 {
	font-size: 25px;
}
.titulo16 {
	font-size: 14px;
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
}
#alquiler_de_hoteles_quindio {
}
.itembola {
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
}
.imgbola {
}
.tbola {
}
.descripbola {
}
#alquiler_de_fincas_en_el_quindio {
}
.itemslider {
	background-size: 110% auto;
}
.fracescentro {
	padding-top: 180px;
	padding-bottom: 180px;
}
.tprinci {
	font-size: 28px;
}
.descriprinci {
	font-size: 18px;
}
.fondonegro {
}
#turismo_eje_cafetero {
}
.t24 {
	font-size: 20px;
}
.t17 {
	font-size: 15px;
}
#blog {
}
.tblog {
	font-size: 25px;
}
.itemblog {
	width: 46%;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 0px;
}
.imgblog {
	height: 175px;
}
.tituloblog {
}
.descripblog {
}
.fechablog {
}
#fincas_eje_cafetero {
}
.plugfacebok {
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
}
.comentfeace {
}
#fincas_hoteles_quindio_eje_cafetero_alquiler {
}
.columna {
}
.titulocontac {
}
.listacon {
}
.imgcon {
}
.infocon {
}
.mapa {
}
.map2 {
}
.PIE {
}
.derechos {
}
.botonverformulario {
	width: 60%;
	margin-left: 20%;
	margin-right: 20%;
}
.pieabajo {
	display: block;
	font-size: 10px;
}
.visiblog {
}
.visitantesof {
}
#centropagina {
}
.logo2 {
	background-size: 100% auto;
}
.encoger {
}
.titulocategorias {
}
.contenidocat {
}
.itemscat {
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
}
.imagencat {
	height: 150px;
}
.titulocat {
}
.fechacat {
}
.descripcat {
}
.izquierda {
}
.derecha {
}
.nav {
}
.tituloseccion {
}
.descripcortaseccion {
}
.imagenportada {
	height: 230px;
}
.visitas {
}
.descripcionlarga {
}
.compartir {
}
.fechaspublicaciones {
}
.galeriadefotos {
}
.itemfoto {
}
.itemblog2 {
}
.imgblog2 {
}
.lupa {
}
.traductor {
	right: 30px;
}
.col1 {
}
.videoo {
	height: 300px;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.contenedor {

}
.box {
	text-align: center;
	width: 100%;
	height: 100px;
	overflow: hidden;
	position: relative;
}
.box1 {
	text-align: center;
	width: 100%;
	overflow: hidden;
	position: relative;
	max-height: 140px;
}
.box2 {
	text-align: center;
	width: 100%;
	max-height: 100px;
	overflow: hidden;
	position: relative;
}
.box3 {
	text-align: center;
	width: 100%;
	max-height: 100px;
	overflow: hidden;
	position: relative;
}
.box4 {
	text-align: center;
	width: 100%;
	max-height: 100px;
	overflow: hidden;
	position: relative;
}
.box5 {
	text-align: center;
	width: 100%;
	max-height: 100px;
	overflow: hidden;
	position: relative;
}
.centrar {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}
/* FORMULARIO */
#contactenos {
}
#formulario {
	width: 63%;
	margin-right: 2%;
}
#infocont {
	margin-top: 0px;
}
.cajas {
}
.cajas2 {
}
#botones1 {
}
#contactostele {
	width: 100%;

}
.titulocontactenos {
	text-align: left;
}
.descripcioncontactenos {
	text-align: left;
}
.imagencontacto {
	width: 100%;
	margin-right: 0px;
}
.tituloempresa {
	text-align: left;
}
.icono {
}
.info {
}
.info2 {
}
.linea {
}
.slogan {
	text-align: left;
}
#menu_celular {
	display: none;
}
.itemenucelu {
}
#menu_celular2 {
	display: none;
}
#alquiler_de_fincas_y_hoteles_quindio {
}
#fotoportadapc {
	height: 750px;
	background-attachment: fixed;
}
.logo {

}
#fotoportadamovil {
}
#menu {
}
.itemmenu {
	font-size: 18px;
	padding-top: 25px;
	padding-bottom: 25px;
}
#hoteles_fincas_alquiler_quindio {
	padding-top: 80px;
	padding-bottom: 80px;
}
.titulo31 {
	font-size: 31px;
}
.titulo16 {
	font-size: 16px;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}
#alquiler_de_hoteles_quindio {
}
.itembola {
	width: 23%;
	margin-bottom: 0px;
}
.imgbola {
}
.tbola {
}
.descripbola {
}
#alquiler_de_fincas_en_el_quindio {
}
.itemslider {
	background-size: 100% auto;
}
.fracescentro {
	padding-top: 320px;
	padding-bottom: 320px;
	width: 60%;
	margin-left: 20%;
	margin-right: 20%;
}
.tprinci {
	font-size: 34px;
}
.descriprinci {
	font-size: 24px;
}
.fondonegro {
}
#turismo_eje_cafetero {
}
.t24 {
	font-size: 24px;
}
.t17 {
	font-size: 17px;
}
#blog {
}
.tblog {
	font-size: 30px;
}
.itemblog {
}
.imgblog {
}
.tituloblog {
}
.descripblog {
	height: 40px;
}
.fechablog {
}
#fincas_eje_cafetero {
}
.plugfacebok {
	width: 30%;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.comentfeace {
	width: 68%;
	margin-left: 2%;
}
#fincas_hoteles_quindio_eje_cafetero_alquiler {
}
.columna {
	margin-bottom: 0px;
	width: 46%;
	margin-left: 2%;
	margin-right: 2%;
}
.titulocontac {
	text-align: left;
}
.listacon {
}
.imgcon {
}
.infocon {
}
.mapa {
}
.map2 {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	height: 400px;
}
.PIE {
}
.derechos {
}
.botonverformulario {
	width: 50%;
	margin-left: 25%;
}
.pieabajo {
	font-size: 15px;
}
.visiblog {
}
.visitantesof {
}
#centropagina {
}
.logo2 {
}
.encoger {
	width: 50%;
	margin-left: 25%;
}
.titulocategorias {
}
.contenidocat {
	margin-top: 60px;
}
.itemscat {
	width: 31.3%;
}
.imagencat {
	height: 200px;
}
.titulocat {
}
.fechacat {
}
.descripcat {
	height: 40px;
}
.izquierda {
	width: 68%;
	margin-right: 2%;
	padding-top: 50px;
	padding-bottom: 0px;
}
.derecha {
	width: 30%;
	padding-top: 50px;
}
.nav {
}
.tituloseccion {
}
.descripcortaseccion {
}
.imagenportada {
	height: 350px;
}
.visitas {
}
.descripcionlarga {
}
.compartir {
}
.fechaspublicaciones {
}
.galeriadefotos {
}
.itemfoto {
	width: 31.3%;
}
.itemblog2 {
}
.imgblog2 {
}
.lupa {
}
.traductor {
}
.col1 {
	width: 46%;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 0px;
}
.videoo {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
