body {
   /* background-image: url("/Referencia/titi1.png"); */
    background-color: #ffffff;
}

#contenedor {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

#header { 
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background-color: #545454;
}

#logoPrinc {
    position: absolute;
    left: 2%;
    top: 0%;
    height: 69%;
    width: 22%;
}

#logoPrinc img{
   left:0;
   top:0;
   padding: 0;
   margin:0;
   height: 100%;
   width: 100%;
}


#redessociales {
    position: absolute;
    right: 5%;
    top: 28%;
    height: 30%;
    width: 11%;
}

#redessociales h3 {
    font-family: 'Quattrocento Sans', sans-serif;
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    color: #414141;
    float: left;
    margin-top:2%;
}

#redessociales a {
    height:90%;
    width: 14%;
    font-family: 'Quattrocento Sans', sans-serif;
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    color: #ffffff;
    float: left;
    padding-right: 8%;
}

#redessociales a img{  
    height: 100%;
    width: 100%;
}

#menuPrinc {
    position:relative;
    left: 0%;
    top:75%;
    height: 25%;
    width: 100%;
    background-color: #9f0000;
}

#menuPrincDet {
    position:relative;
    left: 2%;
    top:0%;
    height: 90%;
    width: 100%;
}
#menuPrincDet a {
    height: 100%;
    width: 7%;
    font-family: 'Quattrocento Sans', sans-serif;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    text-decoration: none;
    color: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 7px;
    float: left;
}

#menuPrincDet a:hover {
    font-family: 'Quattrocento Sans', sans-serif;
    font-size: 22px;
    font-weight: 600;
    text-decoration: none;
    color: #000000;
    background-color: #ffffff;
}

#menuPrincDet h2 {
    height: 100%;
    width: 27%;
    font-family: 'Quattrocento Sans', sans-serif;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    text-decoration: none;
    color: #ffffff;
    /* padding-left: 10px; */
    /* padding-right: 10px; */
    /* padding-top: 7px; */
    float: right;
    margin-top: 0.5%;
    margin-right: 4%;
    animation: blinkingText 1.2s infinite;
}

@keyframes blinkingText {
   
    0% {
        opacity: 0;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}

#portada {
    position:relative;
    left: 10%;
    top:0%;
    height: auto;
    width: 80%;
}

.dPropiedad {
    position:relative;
    left: 0%;
    top:0%;
    height: 10%;
    width: 100%;
    border: solid 1px #000000;
    border-radius: 1%;
    margin-top: 10px;
    background: #eaefb5;
    background: linear-gradient(to bottom,  #eaefb5 0%,#e1e9a0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaefb5', endColorstr='#e1e9a0',GradientType=0 );



}

.dPropiedad img {
    position:relative;
    margin: 1%;
    width: 14%;
    height: 117px;
}

.dPropiedad h1 {
    position:absolute;
    left: 16%;
    top:6%;
    margin: 0;
    font-family: 'Quattrocento Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    color: #001a70;
}

.dPropiedad h2 {
    position:absolute;
    left: 16%;
    top:16%;
    font-family: 'Quattrocento Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    color: #000000;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 2;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   /*
    white-space: nowrap;
    width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
   */
}

.dPropiedad h3 {
    position:absolute;
    left: 16%;
    top:44%;
    font-family: 'Quattrocento Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}

.dPropiedad h4 {
    position:absolute;
    left: 16%;
    top:60%;
    font-family: 'Quattrocento Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    color: #000000;
}

.dPropiedad h5 {
    position: absolute;
    right: 9%;
    top: 50%;
    font-family: 'Quattrocento Sans', sans-serif;
    font-size: 19px;
    font-weight: 600;
    text-decoration: none;
    color: #001a70;
}
