@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Tangerine:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bilbo&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sulphur+Point:wght@300;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,500;1,300&display=swap');

/* CSS Document */

*{
	margin: 0;
	padding: 0;
}

body {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	background-color: #FFFFFF;
	font-size: 1.3em;
}


header {
	width:100%;
    height:auto;
    margin:auto;
    padding-bottom: 1px;
}

.cabecera{
    display: grid;
    grid-area: cabecera;
}

    #id_site {
        grid-area: id_site; 
        width:100%; 
        height:auto;
    }

    #logo{
        grid-area: logo;
        width: 80%;
        height: auto;
    }

    .menu_prin {
        grid-area: menu_prin;
        width:100%;
        display: inline-flex;
        flex-direction: row;
        flex-wrap: wrap;
        height:auto;
        padding-left: 5px;
        padding-top: 5px;
        z-index: 2000;
    }

    .menu_prin ul {
            display: flex;
            padding: 0;
            margin: 0;
            list-style: none;
        }
        .menu_prin a {
                display: block;
                padding: 1em;
                background-color:#ffffff;
                text-decoration: none;
        }
        .menu_prin a:hover {
                background-color: floralwhite;
                transform: scale(1.2, 1.5);
                border-bottom: 3px groove #660000;
        }

#post_head{
    display: grid;
    grid-area: post_head;
    width: 100%;
    height: auto;
    text-align: center;
    font-family: 'Tangerine', cursive;
    border-bottom: 5px rgba(230, 150, 150, 0.8) groove;
}

#central{
    width: 100%;
    height: auto;
    margin: auto;
    padding-top: 5px;
    column-gap: 10px;
    flex-wrap: wrap;
    border-bottom: medium groove #000000;
}
    .central{
        display: grid;
        grid-area: central;
    }

    #col_izq{
        grid-area: col_izq;
        width: 100%;
        height: auto;
        font-size: 1em;
        font-family: 'Bilbo', cursive;
        flex-direction: row;
        padding-bottom: 10px;
        z-index:5000;   
    }
    #principal{
        display: grid;
        grid-area: principal;
        font-size: 0.8em;
        font-style: italic;
        width: 95%;
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        flex-wrap: wrap;
        column-gap: 10px;
        z-index:5000;  
}
        .cel1{
            grid-area: cel1;
            width: 100%;
            height: auto;
        }

        .cel2{
            grid-area: cel2;
            width: 100%;
            height: auto;
        }
  
        .cel3{
            grid-area: cel3;
            width: 100%;
            height: auto;
        }

        .cel4{
            grid-area: cel4;
            padding-left: 20px;
            width: 100%;
            height: auto;
        }

        .cel5{
            grid-area: cel5;
            margin-top: 10px;
            width: 100%;
            height: auto;
        }

        .cel6{
            grid-area: cel6;
            margin-top: 20px;
            width: 100%;
            height: auto;
        }

        .cel7{
            grid-area: cel7;
            margin-top: 20px;
            width: 100%;
            height: auto;
        }

        .cel8{
            grid-area: cel8;
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            width: 100%;
            height: auto;
            margin-bottom: 20px;
        }

        .cel9{
            grid-area: cel9;
            width: 100%;
            height: auto;
            margin-bottom: 20px;
        }
        
        .cel10{
            grid-area: cel10;
            width: 100%;
            height: auto;
        }

        .cel11{
            grid-area: cel11;
            width: 100%;
            height: auto;
        }
        
        .cel12{
            grid-area: cel12;
            width: 100%;
            height: auto;
        }

#pre_ft{
    width: 90%;
    margin: auto;
    font-size: 0.8em;
    padding-top: 10px;

    
}

.pre_ft{
    grid-area: pre_ft;
    flex-wrap: wrap;
}

footer {
    grid-area: pie_pag;
    bottom: 5px;
    padding: 5px;
    border-top: 5px groove #ffbb00;
}

.pie_pag{
    display: grid;
    column-gap: 10px;
    width: 100%;
    height: auto;
    background-color:black;
    font-size: 0.8em;
    color: floralwhite;

}
    .ft1{
        grid-area: ft1;
        width: 100%;
        height: auto;
        text-align: center;
    }
    
    .ft2{
        grid-area: ft2;
        width: 100%;
        height: auto;
        text-align: center;
    }
    
    .ft3{
        grid-area: ft3;
        width: 100%;
        height: auto;
    }

    .menu_inf{
        display: block;
        flex-direction: column;
        flex-wrap: wrap;
        background-color: darkred;
    }

    .menu_inf ul {
            display:inline-flex;
            padding: 0;
            margin: 0;
            color: #ffbb00;
            list-style: none;
        }

    .menu_inf a{
        width: auto;
        padding: 5px 10px 2px 10px;
        text-decoration: none;
        border-top: 1px solid #bb0000;
        border-bottom: 1px solid #bb0000;
        color: #ffbb00;
        display: block;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .menu_inf a:hover{
        font-size: 1.1em;
        margin: auto;
        color: #fff;
        background-color: #660000;
    }

    .menu_inf a:visited {
        font-size: 1em;
        color: #ffbb00;
        background-color: #fff;
    }

breakpoint{
    max-width: 100%;
    display: inline-block;
}

@media (min-width: 420px) {
    breakpoint {
        max-width: 48%;
    }
}

@media (min-width: 760px) {
    breakpoint {
        max-width: 44%;
    }
}

.tit_page {
	font-size: 1.8em;
	font-style: normal;
	color: darkred;
    font-family: 'Tangerine', cursive;
	font-weight:bold;
    text-align: center;
    font-size: 3em;
    background-color:floralwhite;
    text-shadow:2px 1px 1px white, 
                3px 1px 1px black,
                2px 2px 8px rgb(255,0, 0);
}
.subtit {
	font-size: 1.5em;
	font-style: normal;
	color: darkred;
	font-weight: bold;
}


.tit_secc {
	font-size: 1.3em;
	font-style: normal;
	color: darkgoldenrod;
	font-weight: bold;
    text-align: center;
    background-color: floralwhite;
    text-shadow: 3px 1px 1px black,
                 2px 2px 2px yellow;
   
}

.subtit_secc {
	font-size: 1.1em;
	font-style: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: darkred;
	font-weight: bold;
}

.tit_p{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1.2em;
	color: darkred;
    font-weight: 300;
}

.Blanmed{
    font-size: 0.9em;
	color: #fff;
	font-style:normal;
    font-weight: 400;
}

.Blangrue{
    font-size: 1.2em;
	color: #fff;
	font-style:normal;
    font-weight: 800;
}


.Negrasgruesas {
    font-size: 1.2em;
	color: #000;
	font-weight: bold;
}

.Negraspks {
	font-size: 0.8em;
	font-style: normal;
	color: #000;
	font-weight: bold;
	letter-spacing: normal;
	text-align: justify;
	word-spacing: normal;
}

.Peques{
	font-size: 0.8em;
	font-style: normal;
	color: #fff;
	font-weight: normal;
	letter-spacing: normal;
	text-align: justify;
	word-spacing: normal;
}

.imgcent{
    padding: 10px 10px;
    background-color: rgba(250, 100, 50, 0.1);
    border-top: 2px groove gray;
    border-bottom: 5px groove black;
}

.zoom{
    padding: 10px 10px;
    background-color: rgba(250, 100, 50, 0.1);
    border-top: 2px groove gray;
    border-bottom: 5px groove black;
    

        /* Aumentamos la anchura y altura durante 2 segundos */

        transition: width 2s, height 2s, transform 1s;

        -moz-transition: width 2s, height 2s, -moz-transform 1s;

        -webkit-transition: width 2s, height 2s, -webkit-transform 1s;

        -o-transition: width 2s, height 2s,-o-transform 1s;

}

.zoom:hover{

        /* tranformamos el elemento al pasar el mouse por encima al doble de

           su tamaño con scale(2). */

        transform : scale(2);

        -moz-transform : scale(2);      /* Firefox */

        -webkit-transform : scale(2);   /* Chrome - Safari */

        -o-transform : scale(2);        /* Opera */
}

.Imgcol{
    width: 95%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding: 25px 10x 20px 10px;
    text-align: center;
    background-color: floralwhite;
    border-bottom: 5px groove darkred;
    border-top: 1px solid red;
    -webkit-box-shadow:0 3px 4px rgba(173, 0, 0, 0.3),0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 3px 4px rgba(173, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 5px 10px rgba(173, 0, 0, 0.9), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    
}

.piefoto{
    font-family: 'Tangerine', cursive;
    text-align: center;
    font-size: 1.5em;
    align-content: center;
    justify-content: center;
    padding:5px;
    color:darkred;
}



h1{
	font-size: 1.5em;
	font-weight: bold;
	line-height: normal;
	text-align: center;
	vertical-align: top;
    color:darkred;
}
h2{
	font-size: 1.2em;
	font-weight: bold;
	line-height: normal;
	text-align: center;
	vertical-align: top;
    color:darkred;
}
a {
	text-decoration: none;
	vertical-align: top;
    color:darkred 
}

a hover{
   font-size: 1.2em;
	font-weight: bold;
	text-decoration: underline;
	vertical-align: top;
    color:darkred  
}
