/*@import url('personal_vista/css/jquery.dataTables.css');*/
@import url('usuario.css');
@import url('no_print.css');
@import url('popup_form.css');
@import url('fontello.css');

*{
	margin: 0;
	padding: 0;
}
body{
	font-family: verdana;
	font-size: 20px;
	background: #eee;
}

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_01{
    background: rgba(255, 255, 0,0.3);
}
.fondo_error{
    background: rgba(255, 0, 0,0.3);
}
.flex_box_center{
	display: flex;
	justify-content: center;
}
.flex_box_center .boton{
    justify-content: space-evenly;
    background: #F0F0F0;
    border-radius: 2px;
    border: #e0dfdf 1px solid;
    color: black;
    cursor: pointer;
    font-size: 1.5em;
    font-weight: bold;
    /*margin: 10px 0;*/
    padding: 20px 20px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 100%;
}
.boton:hover{
	opacity: 0.3;
}
.centrado{
    text-align: center;
}


