.espera {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    text-align: center;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000000000000;
    background-repeat: no-repeat;
    background-position: center center;
    font-size:16px;
}
.espera img {
    margin-top:150px;
}
.aviso-right{
	text-align: center;
	color: #000000;
	margin-top: 50px;
	margin-bottom: 20px;
	font-size: 16px;
}
.aviso-right img {
	max-width: 250px !important;
}
.aviso-right h1{
	color: var(--color-06) !important;
	font-size: 36px;
}
.aviso-right h3{
	color: var(--color-06) !important;
}
.aviso-right p{
	line-height: 26px;
	margin-bottom: 50px;
}

.aviso-wrong{
	text-align: center;
	color: #000000;
	margin-top: 150px;
	font-size: 16px;
	margin-bottom: 20px;
}

.aviso-wrong h1{
	color: var(--color-06) !important;
	font-size: 36px;
}

.aviso-wrong p{
	line-height: 26px;
	margin-bottom: 50px;
}
.aviso_atention{
	background-color: #fef8e5;
	border: solid 1px #fce4be;
	width: 90%;
	max-width: 700px;
	margin: auto;
	margin-top: 300px;
	display: block;
	-webkit-border-radius: 4px 4px 4px 4px !important;
	border-radius: 4px 4px 4px 4px !important;
}
.aviso_modal {
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    position: fixed;
    height:auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000000000000;
    background-repeat: no-repeat;
    background-position: center center;
    font-size:16px;
}
.aviso_atention img{
	width: 23px;
	float: left;
	margin-right: 12px;
}

.texto_atention{
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 24px;
	padding-right: 24px;
	color: #bd8c59;
	font-size: 16px;
	text-align: left;
}
.aviso_danger{
	background-color: #ffe9e9;
	border: solid 1px #efbdc8;
	width: 90%;
	max-width: 700px;
	margin: auto;
	margin-top: 300px;
	display: block;
	-webkit-border-radius: 4px 4px 4px 4px !important;
	border-radius: 4px 4px 4px 4px !important;
}

.aviso_danger img{
	width: 23px;
	float: left;
	margin-right: 12px;
}

.texto_danger{
        margin-top:10px;
        margin-bottom:10px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 24px;
	padding-right: 24px;
	color: #b63e46;
	font-size: 16px;
	text-align: left;
}
.aviso_success{
	background-color: #e2ebf2;
	border: solid 1px #109bba;
	width: 90%;
	max-width: 700px;
	margin: auto;
	margin-top: 300px;
	display: block;
	-webkit-border-radius: 4px 4px 4px 4px !important;
	border-radius: 4px 4px 4px 4px !important;
}

.aviso_success img{
	width: 23px;
	float: left;
	margin-right: 12px;
}

.texto_success{
	padding-top: 12px;
	padding-left: 24px;
	padding-right: 24px;
/*	color: #155724; */
        color: #044e5f;
	font-size: 16px;
	text-align: left;
}
#contenedorcalendario{
	background-color: #e2ebf2;
	border: solid 1px #109bba;
	width: 300px;
	margin: auto;
        padding-top: 15px;
        font-size:18px;
	margin-top: 200px;
	display: block;
	-webkit-border-radius: 4px 4px 4px 4px !important;
	border-radius: 4px 4px 4px 4px !important;
        height:500px;
        overflow: auto;
}
td.fechavuelo {
    font-size:14px;
    width:280px;    
    height: 30px;    
}
td.fechavuelo:hover {
    border: 1px solid #109bba;
    background-color: #dadada;
}

td.fechavuelo a {
    color:#000000;
    text-decoration:none;
}

.boton-aceptar{
	background-color: var(--color-06) !important;
	font-size: 16px;
	font-weight: 700;
	padding-right:20px;
	padding-left: 20px;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #ffffff;
	letter-spacing: 1px;
	-webkit-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;
        margin-top:20px !important;
}
.boton-aceptar:hover {
	color: #e0e6e9;
}
.boton-descargar{
	border: solid 2px #003769;
	font-size: 16px;
	padding-right:10px;
	padding-left: 10px;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #003769;
	font-weight: bold;
	margin-right: 2px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}


.boton-imprimir{
	border: solid 2px #003769;
	font-size: 16px;
	padding-right:20px;
	padding-left: 20px;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #003769;
	font-weight: bold;
	margin-left: 2px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

.boton-descargar img{
	width: 15px;
	margin-right: 10px;
}

.boton-imprimir img{
	width: 16px;
	margin-right: 10px;
}

