.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

.recuadro {
	background: rgba(255,255,255,.75);
	border-radius: 1em;
	padding: .5em;
	width: 50%;
	margin: 0 auto;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
}

.mensajes-modal-content,.mensajes-modal-content-ancho, .grillas {
	width: 50%;
	height: inherit;
	pointer-events: all;
	position: relative;
	background: rgba(255,255,255,1);
	border-radius: 0.5em;
	margin: 0 auto;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
}
.mensajes-modal-content-ancho {
	width: 75%  !important;
    background: rgba(255,255,255,1);
}

.modal-header {
	padding: 1rem;
	font-family: "opensans_semi_bold";
	color: rgb(255,255,255);
	-moz-border-radius-topleft: 0.5em;
	-webkit-border-top-left-radius: 0.5em;
	border-top-left-radius: 0.5em;
	-moz-border-radius-topright: 0.5em;
	-webkit-border-top-right-radius: 0.5em;
	border-top-right-radius: 0.5em;
	background: rgb(5,170,200); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(70,190,215) 0%, rgb(5,170,200) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgb(70,190,215) 0%, rgb(5,170,200) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgb(70,190,215) 0%, rgb(5,170,200) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#46BED7", endColorstr="#05AAC8", GradientType=0 ); /* IE6-9 */
}

.modal-header .close {
	margin-top: -2px;
}

.modal-title {
	font-size: 1.75rem;
	margin: 0;
}

.close {
	filter: alpha(opacity=30);
	opacity: .3;
}

.modal-body {
	font-family: "opensans_regular";
	padding: 1rem;
}

#errorMsg {
	font-size: 1.5rem !important;
	line-height: 1.42857143 !important;
}

.modal-footer {
	padding: 1rem;
	border-top: 0;
}

.btn-default {
	font-family: "opensans_semi_bold";
	box-sizing: border-box;
	border: 1px solid rgb(5,125,150);
	color: rgb(255,255,255);
	outline: none;
	cursor: pointer;
	background: rgb(5,170,200); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(5,170,200) 0%, rgb(5,85,100) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgb(5,170,200) 0%, rgb(5,85,100) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgb(5,170,200) 0%, rgb(5,85,100) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#05AAC8", endColorstr="#055564", GradientType=0 ); /* IE6-9 */
}

.btn-default:focus, .btn-default.focus {
	color: rgb(5,170,200);
	border: 1px solid rgb(255,155,55);
	background: rgb(255,195,55); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(255,195,55) 0%, rgb(255,155,55) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgb(255,195,55) 0%, rgb(255,155,55) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgb(255,195,55) 0%, rgb(255,155,55) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#FFC337", endColorstr="#FF9B37", GradientType=0 ); /* IE6-9 */
}

.btn-default:hover {
	color: rgb(5,170,200);
	border: 1px solid rgb(255,155,55);
	background: rgb(255,195,55); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(255,195,55) 0%, rgb(255,155,55) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgb(255,195,55) 0%, rgb(255,155,55) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgb(255,195,55) 0%, rgb(255,155,55) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#FFC337", endColorstr="#FF9B37", GradientType=0 ); /* IE6-9 */
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
	color: rgb(5,85,100);
	border: 1px solid rgb(190,115,40);
	background: rgb(255,195,55); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(190,145,40) 0%, rgb(190,115,40) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgb(190,145,40) 0%, rgb(190,115,40) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgb(190,145,40) 0%, rgb(190,115,40) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#BE9128", endColorstr="#BE7328", GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: inset 0 0 10px rgb(0,0,0);
	-webkit-box-shadow: inset 0 0 10px rgb(0,0,0);
	box-shadow: inset 0 0 10px rgb(0,0,0);
}

.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
	color: rgb(5,85,100);
	border: 1px solid rgb(190,115,40);
	background: rgb(255,195,55); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(190,145,40) 0%, rgb(190,115,40) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgb(190,145,40) 0%, rgb(190,115,40) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgb(190,145,40) 0%, rgb(190,115,40) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#BE9128", endColorstr="#BE7328", GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: inset 0 0 10px rgb(0,0,0);
	-webkit-box-shadow: inset 0 0 10px rgb(0,0,0);
	box-shadow: inset 0 0 10px rgb(0,0,0);
}

.buscando-modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:100% !important;
    /* height:inherit; */
    /* To center horizontally */
    /* margin: 0 auto; */
    /* pointer-events: all; */
    /* position: relative; */
	background: rgb(255,255,255);
	border-radius: 0.5em;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	
}

.recuadro, .preloader {
	width:145px !important;
	text-align:center;
}

.modal-body h3 {
	color:rgb(5,170,200);
	margin:0;
	margin-bottom:1rem;
	font-size:2rem;
}

#buscandoDatos {
	width:80px !important;
	text-align: center;
	margin: 0 auto;
}
#buscandoDatosLocal {
	width:80px !important;
	text-align: center;
	margin: 0 auto;
}
.grillas {
	width: 98%;
	background: rgba(255,255,255,.85);
	text-align: center;
	overflow: hidden;
}

.grillastablas {
	padding-top: 3rem;
	text-align: center !important;
}

.grillastablas > .ui-jqgrid {
	margin: 0 auto;
}

p.saltodepagina
{
page-break-after: always;
}

.boton_personalizado{
    text-decoration: none;
    padding: 10px;
    font-weight: 600;
    font-size: 13px;
    color: #ffffff;
    background-color: #18b4ba;
    border-radius: 6px;
    border: 2px solid #074c4f;
  }
.boton_personalizadoChico{
    text-decoration: none;
    padding: 3px;
    font-weight: 300;
    font-size: 10px;
    color: #ffffff;
    background-color: #18b4ba;
    border-radius: 6px;
    border: 1px solid #074c4f;
  }
.boton_personalizadoMediano{
    text-decoration: none;
    padding: 3px;
    font-weight: 300;
    font-size: 11px;
    color: #ffffff;
    background-color: #18b4ba;
    border-radius: 6px;
    border: 1px solid #074c4f;
  }

.boton_personalizadoMedianoVerde{
    text-decoration: none;
    padding: 3px;
    font-weight: 300;
    font-size: 13px;
    color: #ffffff;
    background-color: green;
    border-radius: 6px;
    border: 1px solid #0016b0;
  }