p {
    text-indent: 3em;
}

div {
    text-align: center;
    padding: 3px;
}

.izq {
    text-align: left;
}

td{
    border:1px solid black;
}

th {  
    border:none;
    padding-left: 10px;
}

iframe {
    overflow: none;
    width: 100%;
    height: 99%;
    resize: both;
    border:none;
}

dl{
    text-align:left; 
    padding:5%;
}

table {

    width: 100%;
}

li {

    text-align: left;
}

.coge,
.coge2 {
    background-color: lightgrey;
    border: 1px solid blue;
    padding-left: 10px;
}

h1,h2,h3{
    text-align: center;
}

.coge2 {
    width: 10em;
}

a {
    color: blueviolet;
}

.barra {

    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    grid-template-rows: none;
    background-color: antiquewhite;
    padding: 10px;
    border: 2px solid blue;
    text-align: center;

}

#seguir {
    margin: auto;
    width: 80%;
    padding: 3px;
    background-color: antiquewhite;
}

#resultado {
    width: 100%;
    height: 900px;
    border:none;
}

.recetin {
    overflow: auto;
    max-height: 480px;
    text-align: left;

}

#asi {
    width: 60%;
}

.receta {
    display: grid;
    
    border: 2px solid blueviolet;
    resize:both;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 2fr 1fr;
    overflow:none;


}

.como {
    text-align: left;
}

#cuadro {
    width: 100%;
    height: 850px;
    overflow: auto;
}

#inges {
    resize: none;
}

#como {
    text-align: center;
    width: 90%;


}

#efechas {
    border: 1px solid black;
    width: 5%;
}

.tabla {
    display: grid;
    grid-template-columns: 2fr 1fr 2fr;
    border: 2px solid black;
}

#inges {
    border: 2px solid darkgreen;

}

.pri {
    color: blueviolet;
}

.cursi {
    color: lightgrey;
    font-style: italic;
}

.normal {
    color: black;
    font-style: normal;
}

.chuli {
    border-radius: 8px;
    border: 1px solid black;
}

#tabla {
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
}

ul {
    text-align: left;
}

.cuadro {
    text-align: left;
    width: 95%;
    height: auto;
    overflow: auto;
}

.tic {
    color: coral;
    font-size: large;
}

.check {
    width: 3em;
}

#condiciones {
    border: 1px dotted green;
}

#lista_id {
    z-index: 0;
    border: 1px solid black;

}

.lista {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

#mas {
    background-color: pink;
    text-align: center;
}

dialog {
    top: 15%;

}

.porra {
    display: grid;
    grid-template-columns: 1fr 2fr;
    min-height: 75px;
    border:1 solid green;
}

.abre {
    color: blue;
}

.activa {
    background-color: white;
    color: black;
    width: 60%;
}

.pasiva {
    background-color: silver;
    color: grey;
    width: 20%;
}

#tragones {
    background-color: antiquewhite;
    border: none;
    font-size: 18px;
}

.estilodia2 {
    background-color: chartreuse;
}

#izda {
    height: 100%;
}

.pidelo {
    background-color: peachpuff;
}

.rubia{
    background-color:orange;
}

.SORIA{
    background-color:lavender;
}
.HERREROS{
    background-color:lavenderblush;
}
#camitas{
    min-height: 300px;
    border: none;
}