body {
   /* background-image: url("/Referencia/titi1.png"); */
    background-color: #ffffff;
}

#contenedor {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: 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: 0%;
    top:0%;
    height: 100%;
    width: 100%;

    background-image: url("../imagenes/misc/portada.jpg");
  /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
