*{margin: 0; padding: 0;}
.headerCris{
    height: 100px;
    width: 100%;
    background: #1a2083;
    display: flex;
    float: top;
    font-family: 'Lato', sans-serif;
    box-shadow: 0 2px 6px 0 rgba(176, 186, 197, 0.6);
	min-width:100px;

}

body{
	min-width:50px;
}

.log{
    position: absolute;
    top: 22px;
    left: 20px;
    width: 136px;
    height: 58px;
}
.menu {
    height: 25px;
    width: 25px;
    position: absolute;
    top: 20px;
    right:20px;
    display: flex;
	z-index:1;

}
.mostrar {
    left: 750px ;
    width: 200px;
    transition: all 0.4s;

}
.lista{
    position: relative;
    top: 100px;
    background: #1a2083;
    display: block;
    box-shadow: 0 2px 6px 0 rgba(188, 188, 188, 0.6);
	z-index:2;
}

.list {
    position: relative;
    left: -800px;
}

.esto {
    list-style: none;
    display: flex;
    text-align-all: center;
    height: 50px;
	z-index:2;


}
.texto{
    color: #a5bcd4;
    text-decoration: none;
    font-size: 12px;
    position: relative;
    top: 20px;
}


.direccion{
    display: none;
    position: relative;
    left: 362px;
    top: 42px;
    color: #ffffff;

}
.parrafo{
    font-size: 11.9px;
}

.banner0{
	width:100%;
	min-width:10px;
}

.divimagen{
width:100%; 
min-width:10px;
height:20px; display:flex;
position:relative;
top:0px;
}

.separador{
	display:none !important;
}


.divtexto{
	width:100%;
	min-width:20px;
}

.divtexto p{
	color:#1a2083; 
	font-weight:bold;
	margin-top: 35px;
	margin-bottom: 15px;
	margin-left:10%;
}

.input {
    height: 40px;
    border-radius: 4px;
    border: solid 1px #b4bac6;
    width: 80%;
	margin-left:10%;
    min-width: 40px;
    font-family: Roboto, Helvetica, sans-serif;
    color: #8a96a0;
    font-weight: bold;
    padding-left: 5px;
}

#modal{
	width:80%;
	margin-left:10%;
	min-width:70px;
	height:180px;
	position:absolute;
	top:30%;
	z-index:3;
	background-color:white;
    border-radius: 15px;
	box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.3);	
	padding:25px;
}

.boton{
	margin-top:25px;
	width:40%;
	margin-left:30%;
	cursor:pointer;
}

.contenedortabla{
	position: absolute;
	top:100px;
	width:87%;
	margin-left:1%;
	padding-left:5px;
	min-width:40px;
	height:630px;
	z-index:2;
	background-color:white;
    border-radius: 15px;
	box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.3);	
	margin-top:20px;
	margin-bottom:30px;
	
}

.modal{
	min-width:40px;
	margin-left:0% important!;
	width:100%;
}
#modal{
	margin-left:0%;
}

.loading{
	width:0px;
	
}

.sombra{
	width:0px;
}

.ovalo {
	position:relative;
    padding: 10px 15px;
    display: block;
    font-family: 'Merriweather Sans', sans-serif !important;
    text-align: center;
    width: 25%;
    background: #003470;
    border-radius: 10px;
    align-content: center;
    text-decoration: none;
    color: white;
    margin: 0 auto;
    cursor: pointer;
    font-size: 16px;
    border: solid #003470;
	height:22px;
	min-width:10px;
}

.botonmas{
width:0px;
height:0px;
margin-top:0px;
}


