/* This code is only meant for previewing your Reflow design. */
.primaryContainer {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
}

body {
    color: rgb(0, 0, 0);
    background-color: rgb(139, 178, 77);
}

#content {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 100px;
    clear: none;
    width: 794px;
    position: relative;
    margin-right: auto;
}



#tit {
          font-family: 'Avenir Black';
    float: none;
    font-size: 5.1em;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 1em;
    margin: 0px auto;
    clear: none;
    min-height: 97px;
    color: rgb(255, 255, 255);
}

#base {
    float: right;
    width: 724px;
    height: 488px;
    color: rgb(0, 0, 0);
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 1;
    margin: 0px;
    clear: none;
    background-image:url("../_img/base.png");
    background-attachment: scroll;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-position: 0% 0%;
    background-repeat: repeat repeat;
}


.bov {
          font-family: 'Avenir Medium';
    float: left;
    font-size: 1.6em;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    clear: left;
    min-height: 0px;
    position: relative;
    top: 0px;
    left: 0px;
    margin: 0px 0px 22px;
	color:rgb(255, 255, 255)
}

.bov:hover{
   	-webkit-filter: opacity(80%) grayscale(75%);
    filter: opacity(80%) grayscale(75%);
}

#bovedas {
    float: left;
    height: auto;
    margin-left: -60px;
    margin-top: 125px;
    clear: none;
    width: auto;
}

#muros {
    float: left;
    height: auto;
    margin-left: 482px;
    margin-top: 172px;
    clear: none;
    width: auto;
}

