@charset "utf-8";

/*FONDO DE LA PÁGINA*/
body
{
    background-image: url(../imagenes/fondo.jpg);
}/*Fin del cuerpo*/

/*DIV contenedor de todos los recursos */
.main_1
{
    width: 98%;
    margin-left: auto;
    margin-right: auto; /*que se adapte*/
}

/*DIV donde esta el contenido: articulo y aside*/
.Content
{
    margin-bottom: 0.2em;
    display: flex;
    flex-direction: row;
    margin-top: 0.2em;
}

.Content article
{
    background: linear-gradient(to right,  #d6f0f0ea 100%, #cadbec 50%);
    flex-basis: 80%; /*que ocupe el 80% del dive Caja*/

}

.Content aside
{
    background-color:none;
    flex-basis: 20%;
    margin-left: 0.2em;
    
}
/*Diseño de las fotos que estan en el lado derecho*/
.Design_Asider
{
    width: 250px;
    height: 150px;
    border-radius:4px;   
    margin-left: 25px;
}
/*Final de la pagina*/
footer
{
    background-color: rgb(191, 231, 200);
    padding: 0.1em;
    margin-top: 2em;
}

/*Estas son las fotos del encabezado en total 3*/
.logos 
{
    padding: 1px; 
    margin: 1px; 
    float: left; 
    width: 62px;
    height: 62px;
    border-radius: 50%;
    box-shadow:  0 0 3.5px 3.5px #888;
    border: 2px solid #000000;
}

/*Tipo de letra en el encabezado*/
.encabezado
{
    text-align: right;
    color: rgb(37, 37, 37);
    font-family: Verdana;
    font-size: 28px;
    
}

/*MENU*/
nav ul
{
    list-style-type: none; /*apariencia del listado.*/
    margin: 0;
    padding: 0.2em;
    display: flex; /* se va a adaptar */
    flex-direction: row;
    background: linear-gradient(to right,  #0e0561ea 0%, #4d053b 100%);
}
nav li
{
    flex-grow: 1; /* Ajustar dentro de la página*/
}
/*Letras del menu mágico*/
nav a
{
    
    display: block;
    padding: 0.8em;
    text-align: initial;
    margin-right: 0.5em;
    margin-left: 0.5em;
    margin-bottom: 0.2em;
    text-decoration: none;
    color: white;
    font-size: 18px;
}

nav a:hover /*ejecutar un estilo cuando se ponga el cursor sobre este*/
{
    background: linear-gradient(to top, rgba(145, 206, 156, 0.541) 0%,  rgb(32, 104, 42) 100%); 
}
/*Aqui termina el menu*/

/*El texto de toda la página*/
.Texto
{
    font-size: 21px;
    font-family: Cambria;
    margin: 1em;
    text-align: justify;
    color: rgb(0, 0, 0);
    
}
h2
{
    text-align: center;
    font-size: 28px;
    color: rgb(224, 74, 14);
}
h1
{
    text-align: center;
    font-size: 32px;
    color: rgb(212, 21, 95);
    background: rgb(255, 255, 252);
    padding: 0.1em;
}   

.LetraA
{
    text-align: center;
    font-size: 25px;
    color: rgb(212, 21, 95);
    background: rgb(255, 255, 252);
}

.inicio
{
    text-align: center;
    font-size: 32px;
    color: rgb(212, 21, 95);
    padding: 0.1em;
}
.E
{
    background-image: url(../imagenes/terraza.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%; 
    background-origin: content;
    box-shadow:inset 5px 5px 5px #888888;
    height: 320px;
    width: 270px;
    margin-left: 50px;
    float: left;
    margin-bottom: 50px;
    text-align: center;
    padding: 20px;
    border: 2px solid #000000;
    
}
.F
{
    background-image: url(../imagenes/Binicio.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%; 
    background-origin: content;
    box-shadow:inset 5px 5px 5px #888888;
    height: 320px;
    width: 270px;
    margin-left: 50px;
    float: left;
    margin-bottom: 50px;
    text-align: center;
    padding: 20px;
    border: 2px solid #000000;
    
}
.G
{
    background-image: url(../imagenes/Bpatio.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%; 
    background-origin: content;
    box-shadow:inset 5px 5px 5px #888888;
    height: 320px;
    width: 270px;
    margin-left: 50px;
    float: left;
    margin-bottom: 50px;
    text-align: center;
    padding: 20px;
    border: 2px solid #000000;
    
}
