.slider_place {
	width: 100%;
	overflow-x: hidden;
	position: relative;
}
.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: hsl(60, 59%, 50%);
    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: hsl(60, 59%, 50%);
		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{
    background-color: hsla(75, 78%, 36%, 0.65);
    position: absolute;
    top: 0px;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #fff;
}

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

}
