*{margin: 0; padding: 0;}

body{
	min-width:1000px;
}

.headerCris{
    height: 100px;
	width:100%;
    background: #1a2083;
    font-family: 'Lato', sans-serif;
    box-shadow: 0 2px 6px 0 rgba(176, 186, 197, 0.6);
	min-width:1000px;
	margin:auto;
	display:flex;
}
.imagenCris{
	width:20%;
	padding-left:3%;
	min-width:175px;
}
.list{
	width:50%;
	top:0px;
	min-width:520px;
}
.direccion{
margin-right:10px;
	margin-top:46px;
    right:2px;
    top: 42px;
    color: #ffffff;
	width:30%;
	min-width:400px;
}

.log{
    position: relative;
    top: 21px;
    left: 5%;
    width: 136px;
    height: 58px;
}
.menu {
    height: 18px;
    width: 18px;
    position: absolute;
    top: 45px;
    display: none;

}
.lista{
    position: relative;
    display: flex;
	

}

.esto{
    position: relative;
    padding: 0 14px;
    list-style: none;
    height: 100px;
    display: flex;
    text-align: center;
	z-index:2;
	width:20%;

}
.texto{
    color: #a5bcd4;
    text-decoration: none;
    position: relative;
    font-size: 12px;
    top: 50px;
    text-align: center;
	width:100%;

}
.esto:hover {
    background-color: rgba(255, 255, 255, 0.1);
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: px;
    color: #a5bcd4;
    display: flex;

}

.parrafo{
    font-size: 11.9px;
}
.ubi {

    margin: -7px 10px;
}

.banner0{
	width:100%;
	min-width:1000px;
}

.divtexto{
	width:20%;
	min-width:200px;
}

.divtexto p{
	color:#1a2083; 
	font-weight:bold;
	margin-top: 15px;
	margin-bottom: 15px;
}

.boton{
	margin-top:25px;
	width:40%;
	cursor:pointer;
}

#modal, #modal2{
	width:50%;
	margin-left:25%;
	min-width:700px;
	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;
}

.titulo{
    color: #b4bac6;
    font-size: 18px;
    letter-spacing: 1.4px;
    margin: 1px;
    margin-bottom: 20px;
}

.input {
    height: 40px;
    border-radius: 4px;
    border: solid 1px #b4bac6;
    width: 100%;
    min-width: 400px;
    font-family: Roboto, Helvetica, sans-serif;
    color: #8a96a0;
    font-weight: bold;
    padding-left: 5px;
}

.ovalo {
	position:relative;
    padding: 10px 15px;
    display: block;
    font-family: 'Merriweather Sans', sans-serif !important;
    text-align: center;
    width: 15%;
	min-width: 150px;
    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;
}

.eliminar {
        background-image: url('../images/delete_icon.png');
		background-repeat:no-repeat;
		background-size:contain;
		cursor:pointer;
}


.status {
  width: 40px;
  height: 40px;
  margin:auto;
  background-image: url(https://raw.githubusercontent.com/niklausgerber/PreLoadMe/master/img/status.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  margin-top:-10px;
}

.contenedor p{
	color:blue;
	margin-top:10px;
	margin-bottom:10px;
	}

.contenedortabla{
	position: absolute;
	top:420px;
	width:40%;
	margin-left:30%;
	min-width:400px;
	height:540px;
	z-index:2;
	background-color:white;
    border-radius: 15px;
	box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.3);	
	padding:25px;
	margin-top:20px;
	margin-bottom:30px;
	
}

td.details-control {
        background: url('../images/icons/details_open.png') no-repeat center center;
        cursor: pointer;
}

.sombra{
	z-index: 2;
    opacity: 0.9;
    background-color: #ddd;

	
	 position:fixed;
    padding:0;
    margin:0;

    top:0;
    left:0;

    width: 100%;
    height: 100%;
	
}

.nombretabla{
	font-family: 'Merriweather Sans', sans-serif !important;
    color: #003470;
    font-size: 15px;
    text-align: left;
	cursor:pointer;
	font-weight:bold;
}

.fecha{
	font-family: 'Merriweather Sans', sans-serif !important;
    color: #003470;
    font-size: 15px;
    text-align: left;
}
.hora{
	font-family: 'Merriweather Sans', sans-serif !important;
    color: #003470;
    font-size: 15px;
    text-align: left;
}

.loading{
	height:400px;
	width:400px;
	z-index:10;
	position:absolute;
	top:40%;
	left:40%;
	background-image:url("../images/Loading_icon.gif");
	background-size:cover;
	background-position:center;
}

.close{
	float: right;
    color: #b4bac6;
    font-size: 35px;
    font-weight: bold;
	margin-top:-20px;
	cursor: pointer;
}

.divimagen{

width:100%; min-width:1000px; position:absolute; left:0; top:100; height:20px; display:flex;
}

.botonmas{
width:30px;
height:30px;
margin-top:10px;
cursor:pointer;
}





