@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
html,
body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}
body {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #444444;
    letter-spacing: 0.5px;
}
a {
    -webkit-transition: all 0.3s ease-in-out;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:focus {
    outline: 0;
}
a:hover {
    text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1d1d1d;
    font-family: "Roboto", sans-serif;
    margin: 0 0 15px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 52px;
}
h2 {
    font-size: 36px;
    line-height: 48px;
}
h3 {
    font-size: 30px;
    line-height: 36px;
}
h4 {
    font-size: 24px;
    line-height: 30px;
}
h5 {
    font-size: 18px;
    line-height: 24px;
}
h6 {
    font-size: 14px;
    line-height: 18px;
}
p {
    margin-bottom: 20px;
}
#contenedor_mapa{
	width: 100%;
    
    margin: 5px 0px;
}
#contenido_texto h4{color:#fff;}
#contenido_texto ul{margin-top:20px; list-style: none; margin-left: 5px; padding-left: 5px;}
#contenido_texto ul li{line-height:30px;}
#contenido_texto ul li a{color:#03a9f4; text-decoration:none;}
.icon_des{width:25px!important;}
#contenido_texto{
	position: relative;
    float: left;
    width: 20%;
	background: #7a3142;
    border: 2px #000 solid;
    height: 100%;
    color: #fff;
}
#contenido_mapa{
	position: relative;
    float: left;
    width: 80%;
}
.lugar{padding:10px; display:none;}
.lugar img{width:100%;}