body{
    background-color: #FFFFF5;
    font-family: 'Gilda Display', serif;
    margin: 0;
    padding: 0;
}

/* ---------------styling for pre home ----------------- */

#crest{
    position:absolute;
    width:300px;
    height:270px;
    background-image: url(resources/crest_marina.png);
    left:50%;
    top:50%;
    margin-left:-150px;
    margin-top:-190px;
    background-size: 300px auto;
    text-align: center;
    background-repeat: no-repeat;
    display: none;
}

#enterCrest{
    position: absolute;
    bottom: 0;
    left:50%;
    margin-left:-25px;
    letter-spacing: 0.05em;
}

#enterCrest a{
    text-decoration: none;
    color: #000;
}

#enterCrest a:hover{
    color: #888;
}

/* ------------------ styling for home ---------------*/

#content{
    width: 960px;
    position: absolute;
    left:50%;
    margin: 0;
    margin-left: -480px;
    padding: 0;
    margin-top: 0px;
}

#logoHead{
    width:960px;
    margin-top: 15px;
    text-align: center;
}

#logoHead img{
    width: 750px;
}

#menu{
    font-size: 12px;
    margin-top:10px;
    width: 960px;
    height: 30px;
    letter-spacing: 0.05em;
}

#menu ul{
    list-style: none;
    margin:0;
    padding:0;
    margin-left: 175px;
}

#menu ul li{
    float:left;
    margin-left: 5px;
}

.menuL a{
    text-decoration: none;
    color: #000;
}

.menuL a:hover{
    color: #888;
}

.mai a{
    text-decoration: none;
    color: #000;
}

.mai a:hover{
    color: #F00;
}

#galHome{
    width:960px;
    height: auto;
    margin-top: 20px;
    position: relative;
}

#galHome .imgSlideshow img{
    width:100%;
    height:100%;
}

#galHome .imgSlideshow .caption{
    width: 500px;
    height: 100px;
    font-size: 11px;
    letter-spacing: 0.05em;
    margin-top:20px;
}

#galHome .imgSlideshow {
    position: absolute;
    top:0;
    left:0;
    z-index:8;
    display: none;
}

#galHome .active {
    z-index:10;
}

#galHome .last-active {
    z-index:9;
}

#subMArtwork{
    position:absolute;
    left:180px;
    top: 120px;
    font-size: 12px;
    line-height: 21px;
    display: none;
}

#subMArtwork ul{
    text-decoration: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

#subMArtwork li{
    text-decoration: none;
    background-color: #FFFFF5;
    margin-top: 1px;
}

#subMArtwork ul li a{
    text-decoration: none;
    color: #000;
}

#subMArtwork ul li a:hover{
    color: #888;
}

/* --------------------------- styling for section with gallery ------------------ */

#contentImg{
    width: 710px;
    height: 460px;
    margin-left: 50px;
    margin-top: 15px;
    float: left;
}

#contentText{
    width: 160px;
    height: 410px;
    margin-left: 10px;
    margin-top: 15px;
    font-size: 12px;
    float: left;
}

#contentText ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

#contentText li{
    margin-top: 5px;
}

#contentText a{
    text-decoration: none;
    color: #000;
}

#contentText a:hover{
    color: #888;
}

#contentText .active{
    color: #999;
}

#contentText .active:hover{
    color: #999;
}

.tituloSeccion{
    color: #000;
    font-size: 15px;
}

#captions{
    width: 200px;
    height: 110px;
    margin-top: 10px;
    margin-left: 50px;
    float:left;
    font-size: 11px;
    border-top: 1px solid #000;
    padding-top: 10px;
    clear:both;
}

.caption{
    position:absolute;
    width: 200px;
    margin-bottom:50px;
}

#descriptions{
    width: 490px;
    height: 110px;
    margin-top: 10px;
    margin-left: 0px;
    float:left;
    font-size: 11px;
    border-top: 1px solid #000;
    padding-top: 10px;
    margin-bottom:50px;
    padding-left: 10px;
}

.description{
    width: 480px;
    position:absolute;
    margin-bottom:50px;
}

.imgGal{
    position:absolute;
}

.gris{
    color: #888;
    padding-top: 15px;
    font-size:12px;
}

.tituloCaption{
    font-weight:700;
}

#introTransitory{
    font-size: 12px;
    width: 545px;
    line-height: 30px;
    text-align: justify;
    margin-top: 47px;
    margin-left: 155px;
}

#textoNormal{
    font-size: 12px;
    width: 680px;
    line-height: 30px;
    text-align: justify;
    margin-top: 47px;
    margin-left: 140px;
}

#textoNormal a{
    text-decoration: none;
    color: #000;
}

#textoNormal a:hover{
    color: #777;
}

.cedula{
    width: 250px;
    line-height: 20px;
    font-size: 11px;
    text-align: right;
    margin-left: 295px;
}

/* --------------------------- styling for section with gallery ------------------ */

#sectionText{
    width: 710px;
    height: 460px;
    margin-left: 125px;
    margin-top: 5px;
    float: left;
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    column-gap: 20px;
    font-size: 13px;
}

.tituloSeccionText{
    font-size: 18px;
    width: 710px;
    height: 30px;
    margin-left: 125px;
    margin-top:10px;
    letter-spacing: 0.05em;
}
