@import url('usuario.css');
@import url('popup_form.css');
@import url('fontello.css');
*{
	margin: 0;
	padding: 0;
}
body, input{
    font-family: verdana;
}

nav a{
	text-align: left;
}
.texto_rojo{
    color: red;
}
.texto_verde{
    color: green;
}
.negrilla{
    font-weight: bold;
}
.fondo_exito{
    background: rgba(0, 255, 0,0.3);
}
.fondo_alerta_amarillo{
    background: rgba(255, 255, 0,0.3);
}
.fondo_error{
    background: rgba(255, 0, 0,0.3);
}
.flex_box_center{
	display: flex;
	justify-content: center;
}
.boton{
    background: #F0F0F0;
    border-radius: 2px;
    border: #e0dfdf 1px solid;
    color: black;
    cursor: pointer;
    display: block;
    font-size: 25px;
    font-weight: bold;
    padding: 20px 20px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
.boton:hover{
	opacity: 0.3;
}
iframe.nota {
    width: 90%;
    height: 80vh;
    margin-top: 20px;
}
