@charset "utf-8";
/* CSS Document */
body, html {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.bloque_total{
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-template-rows: auto;
    grid-gap: 1rem;
    
}
.bloque_img{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 1rem;
}
.bloque_img img{
    margin: 0.2rem;
}
.bloque_imagenes{
    padding: 0.5rem;
    background: lightgray;
    margin-top: 30px;

}
.bloque_imagenes img{
    margin-bottom: 5px;
}
.cuadro{
    box-shadow: 3px 5px 28px 0px rgba(0,0,0,0.75);
}
/*
.cuadro img{
    width: 100%;
}
*/
img{
    width: 100%;
}
video{
    width: 100%;
}
iframe{
    width: 100%!important;
}
nav{
    width: 100%;
    padding: 0;
    margin: auto;
    position: fixed;
    left: 0;
    top: 0;
    background: white;
    }
ul{
    padding: 0;
    display: flex;
}
li{
    padding: 20px;
    flex: 1;
    list-style: none;
    text-align: center;
    background: rgba(226,226,226,1);
    background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 15%, rgba(209,209,209,1) 46%, rgba(209,209,209,1) 82%, rgba(254,254,254,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,226,226,1)), color-stop(15%, rgba(219,219,219,1)), color-stop(46%, rgba(209,209,209,1)), color-stop(82%, rgba(209,209,209,1)), color-stop(100%, rgba(254,254,254,1)));
    background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 15%, rgba(209,209,209,1) 46%, rgba(209,209,209,1) 82%, rgba(254,254,254,1) 100%);
    background: -o-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 15%, rgba(209,209,209,1) 46%, rgba(209,209,209,1) 82%, rgba(254,254,254,1) 100%);
    background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 15%, rgba(209,209,209,1) 46%, rgba(209,209,209,1) 82%, rgba(254,254,254,1) 100%);
    background: linear-gradient(to bottom, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 15%, rgba(209,209,209,1) 46%, rgba(209,209,209,1) 82%, rgba(254,254,254,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0 );
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 2px;

}
@font-face{
    font-family: "fuente_descargada";
    font-size: 25px;
    Src:
    url('../fuentes/KaushanScript-Regular.otf')
}
li   > a {
    text-decoration: none;
    color: #000;
    font-family: 'fuente_descargada', 'serif';
}
li:hover{
cursor: pointer;
background: -moz-linear-gradient(top, rgba(99,99,99,1) 0%, rgba(99,99,99,1) 1%, rgba(105,105,105,1) 53%, rgba(110,110,110,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(99,99,99,1)), color-stop(1%, rgba(99,99,99,1)), color-stop(53%, rgba(105,105,105,1)), color-stop(100%, rgba(110,110,110,1)));
background: -webkit-linear-gradient(top, rgba(99,99,99,1) 0%, rgba(99,99,99,1) 1%, rgba(105,105,105,1) 53%, rgba(110,110,110,1) 100%);
background: -o-linear-gradient(top, rgba(99,99,99,1) 0%, rgba(99,99,99,1) 1%, rgba(105,105,105,1) 53%, rgba(110,110,110,1) 100%);
background: -ms-linear-gradient(top, rgba(99,99,99,1) 0%, rgba(99,99,99,1) 1%, rgba(105,105,105,1) 53%, rgba(110,110,110,1) 100%);
background: linear-gradient(to bottom, rgba(99,99,99,1) 0%, rgba(99,99,99,1) 1%, rgba(105,105,105,1) 53%, rgba(110,110,110,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#636363', endColorstr='#6e6e6e', GradientType=0 );
}
li > a:hover{
    color: #FFF;
}
/*section{
    display: grid;
    height: 100vh;
}*/
footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    text-align: center;
    background: lightgray;

}
section{
    margin-top: 90px;
}
article{
    padding: 8px;
}
.cuadro{
    padding:  5px;
}
.bloque_textos{
    padding-left: 0.8rem;
}
.bloque_textos h2{
    font-weight: normal;
    font-size: 1.4rem;
    border-bottom: 1px dashed;
}
.bloque_textos p{
    font-size: 0.8rem;
}
.bloque_textos a{
    text-decoration: none;
    color: red;
}
/*
article{
    
    
}*/
/*.bloque_total{
    display: grid;
    grid-template-columns: 1fr 1fr;

}
.bloque_principal{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.cuadro{
    box-shadow: 3px 5px 28px 0px rgba(0,0,0,0.75);
    width: 33%;
}*/
aside{
    display: grid;
    grid-gap: 0.5rem;
    padding: 0.5rem;
    background-color: LightGray;
    padding-top: 19px;
}
@media (orientation: landscape){
    .bloque_img{
        display:grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media (orientation: portrait){
    .bloque_img{
        display:grid;
        grid-template-columns: 1fr;
    }
    .bloque_total {
        grid-template-columns: 1fr;
        margin-top: 0;
    }
    aside{
        padding: 1rem;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        padding-bottom: 60px;
    }
}
@media (max-width: 625px){
    ul{
        display: block;
    }
    section{
        margin-top: 198px;
    }
    li{
        padding: 10px;
    }
}
