@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/ 
*/


/* 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/
*/


/* Mobile Layout: 480px and below. */
  

.slider_place {
	width: 100%;
	overflow-x: hidden;
	position: relative;
	margin-bottom: 6px;
}
.cont_img_slider {
	width: 50000px;

}
.img_slider {
	float: left;
        position: relative;
/*	background-size: auto 100%;
	background-position: center center;*/
	clear: none;
/*	background-repeat: no-repeat;
	background-color: #ccc;*/
    margin: 0px 4px;
}
.img_slider img{
    height: 200px;
}

.slider_arrow_left {
	position: absolute;
	top: 50%;
	left: 0%;
    z-index: 10;
	padding: 10px;
    font-size: 34px;
    background-color: #c0ae91;
    color: #FFF;
    cursor: pointer;
    background-size: cover;
    height: 60px;
    width: 60px;
    border-radius: 50%;
}
.slider_arrow_right {
        position: absolute;
        top: 50%;
        right: 0px;
        z-index: 10;
        padding: 10px;
		font-size: 34px;
		background-color: #c0ae91;
		color: #FFF;
		cursor: pointer;
		background-size: cover;
		height: 60px;
		width: 60px;
		border-radius: 50%;
}
.contenido_place {
	margin-left: 5%;
	margin-right: 5%;
	width: 90%;
	margin-top: 20px;
	position: relative;
        margin-bottom: 40px;
}
.titre_img_slider {
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: hsla(76, 51%, 46%, 0.73);
    z-index: 2;
    position: absolute;
    font-size: 20px;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 768px) {

.slider_place {

}
.cont_img_slider {
}
.img_slider {
	clear: none;
}
.img_slider img{
    height: 300px;
}
.slider_arrow_left {
}
.slider_arrow_right {
}
.contenido_place {
}
.cont_place_left {
}
.cont_place_center {
}
.cont_place_right {
	padding-bottom: 60px;
}
.cont_alojamiento {
}

}

/* Laptop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1024px) {
	

.slider_place {
}
.cont_img_slider {
}
.img_slider {
}
.img_slider img{
    height: 400px;
}
.slider_arrow_left {
}
.slider_arrow_right {
}
.contenido_place {
	margin-top: 30px;
}
.cont_place_left {
	width: 20%;
	clear: none;
}
.cont_place_center {
	width: 55%;
	padding-left: 15px;
	padding-right: 10px;
	float: none;
	clear: none;
	position: absolute;
	left: 20%;
}
.cont_place_right {
	float: right;
	clear: none;
	width: 25%;
	padding-bottom: 0px;
}

}


@media only screen and (min-width: 1300px) {

}
