@charset "ISO-8859-1";

#contenedorGeneral{
	height: 315px;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
    display: grid;
    grid-template-rows: 10% 15% 10% 10% 20% 20% 15%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    background-color: white;
}

#filaBotonCerrar{
	display: flex;
    justify-content: flex-end;
    margin-right: 0.5%;
    margin-top: 0.5%;
}

#filaBotonCerrar 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%;
}

#filaImagen{
	display: flex;
    justify-content: center;
}
            
#contenedorImagen{
	width: 49px;
    height: 63px;
}    

#contenedorImagen img{
	max-width: 100%;
    max-width: 100%;
}
       
#filaTituloMensaje{
	display: flex;
    justify-content: center;
    grid-row-start: 4;
    grid-row-end: 5;
}
    
#filaTituloMensaje label{
	color: #B82D27;
    font-family: 'gobCL';
    font-size: 20px;
    font-weight: normal !important;
}
    
#filaMensaje{
	display: flex;
    grid-row-start: 5;
    grid-row-end: 6;
    justify-content: center;
}
    
#filaMensaje label{
    font-family: 'gobCL';
    font-size: 14px;
    display: block;
    text-align: center;
    width: 82%;
    font-weight: normal !important;
}   

    
#filaBoton{
    display: flex;
    grid-row-start: 6;
    grid-row-end: 7;
    justify-content: center;
    align-items: flex-end;
}

#filaBoton button{
    height: 40px;
    width: 141px;
    color: #666666;
    background-color: white;
    border: 1px solid #B0B0B0;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
}

