@charset "ISO-8859-1";

#contenedorGeneralNatural{
	height: 315px;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
    display: grid;
    grid-template-rows: 12% 15% 10% 20% 15% 15% 13%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    background-color: white;
}

#filaBotonCerrarNatural{
	display: flex;
    justify-content: flex-end;
    margin-right: 0.5%;
    margin-top: 0.5%;
}

#filaBotonCerrarNatural span{
    margin-right: 1%;
    margin-top: 1%;
}
    
#cruz{
    width: 30px;
    height: 30px;
}

#cruz img{
/* 	"../static/images/home/icono-cerrar-modal.png"* */
    max-width: 100%;
    max-width: 100%;
}

#filaImagenNatural{
	display: flex;
    justify-content: center;
    grid-row-start: 2;
    grid-row-end: 4;
    align-items: flex-end;
}
            
#contenedorImagenNatural{
	width: 49px;
    height: 63px;
}    

#contenedorImagenNatural img{
	max-width: 100%;
    max-width: 100%;
}
       
#filaTituloMensajeNatural{
	display: flex;
    justify-content: center;
    grid-row-start: 4;
    grid-row-end: 5;
    width: 80%;
    text-align: center;
    margin: auto;
}
    
#filaTituloMensajeNatural label{
	color: #B82D27;
    font-family: 'gobCL';
    font-size: 20px;
    font-weight: normal !important;
}
    
#filaMensajeNatural{
	display: flex;
    grid-row-start: 5;
    grid-row-end: 6;
    justify-content: center;
}
    
#filaMensajeNatural label{
    font-family: 'gobCL';
    font-size: 14px;
    display: block;
    text-align: center;
    width: 82%;
    font-weight: normal !important;
}   

    
#filaBotonNatural{
    display: grid;
    grid-row-start: 6;
    grid-row-end: 7;
    justify-content: center;
    align-items: flex-end;
    grid-template-columns: 50% 50%;
}

#filaBotonNatural button{
    height: 40px;
    width: 171px;
    color: #666666;
    background-color: white;
    border: 1px solid #B0B0B0;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
}

#divBotonNaturalIngresar{
	display: flex;
    justify-content: flex-end;
    margin-right: 5%;
}

#divBotonNaturalRecuperar{
	margin-left: 5%;
}

