/*HOJA DE ESTILOS DAIANA HINDI*/



/*constantes*/

#pagina {width: 990px; margin: auto; }

body { width: 100%;
    font-family: 'Open Sans', 'Kreon', sans-serif;
    font-size: 10pt;    background-color: rgba(129,129,129,0.4);
}




h1 {font-family: 'Open Sans';
     font-weight: 800;}

h2 { font-family:'Kreon';    
font-weight: 300;}


.textosdestacados1 {font-family: 'Open Sans', 800;
        font-size: 1rem;
    font-weight: 800;
    color: rgb(108,32,128);
        
    padding: 0.15rem;
    margin-top: 1rem;
    text-decoration: underline;
}


p {font-family: 'Open Sans';
     font-weight: 500;}

section {width: 85%;}

li{list-style: none;}
a{text-decoration: none;}


/*HEAD*/

header {width: 80%; }
#logo{height: 10rem;}
#logo h1{font-size: 4rem;}
#logo h2{ font-size: 1.2rem;
   margin-top: -3rem;
            }
#cmyk{width: 10rem; height: 3rem; float: right; margin-top: -8.5rem; margin-right: 0rem; }
#cmyk .cuadrado1{width: 1.5rem; height: 1.5rem; float: right; background-color: rgb(0,157,214); margin: 0.2rem;}
#cmyk .cuadrado2{width: 1.5rem; height: 1.5rem; float: right; background-color: rgb(226,0,122); margin: 0.2rem;}
#cmyk .cuadrado3{width: 1.5rem; height: 1.5rem; float: right; background-color: rgb(255,235,0); margin: 0.2rem;}


/*NAV*/

nav {font-family: 'Kreon', serif, 300;
            font-size: 1.2rem;
    font-weight: 300;
    width: 100%;
    margin-top: 1rem;
    height: 2.3rem;
    border-top: solid;
    border-bottom: solid;
    border-width: 0.15rem;
    border-color: rgb(129, 129, 129);

    }

nav ul{margin-top: 0.4rem;
margin-left: -2rem;}

header nav ul li { 
       margin-right: 0rem;
    margin-left: 0.5rem;
    height: 2rem;
float: left;
    list-style: none;
}
header nav ul li a {
      height: 2.3rem;
    padding-left: 1rem;
    padding-right: 1rem;
text-decoration: none;
color: rgb(129, 129, 129);
    
    
}

header nav ul li a:hover { background-color: rgb(129,129,129);
color: rgb(255, 242, 242);
border-bottom-style:solid
}

#home{width: 100%;}

/*SECTION BIENVENIDOS*/

.bienvenidos{width: 95%; float: left; border: solid; border-color: rgb(0,0,0); margin-bottom: 1rem;}











/*FOOTER*/

footer { background-color: rgba(0, 0, 0, 0.26);
    padding-left: 1.5rem;
    border: 3px solid #000;
        width: 100%;
    height: 10rem;
    clear: both;
}
footer p {
    font-family: 'Open Sans', 400;
        font-size: 0.8rem;}






