@charset "UTF-8";
/* CSS Document */

#slideshow_fade { width:800px; height:500px; background-color: #ffffff; position:relative; overflow:hidden;}

#slideshow_fade img { border:0; position:absolute; left:0px; top:0px; z-index:-10; width: 100%}


#popup_txt { width:780px; height:40px; position:absolute; left:0px; top:440px; background-color:#000; z-index:10; opacity:0.7; filter('opacity=70'); padding:10px; color:#FFF;}

a {
    text-decoration: none;
    color: black;
}
a:hover {
    text-decoration: underline;
    color: black;
}

#map {
    width: 550px;
    height: 380px;
}

h4.titleImage { font-size:16px; line-height:18px; margin:0;}

.text {
    font-family: 'Montserrat', sans-serif;
    font-weight:700;
    font-size:12px;
    color:#000;
    text-transform:uppercase;
    line-height:15px;
}

.description {
    font-family: 'Montserrat', sans-serif;
    font-weight:400;
    font-size:12px;
    color:#000;
    line-height:15px;
    text-align: justify;
}