/*-------------------------------------------------
LOADING
-------------------------------------------------*/

#loading{
	text-align:center; 
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color:#F4F4F4;
	z-index:99999;
	-moz-opacity: 0.6;
	opacity:.60;
	filter: alpha(opacity=60);
	background-position:center;
	background-repeat:no-repeat;
	background-image: url(../images/loading.gif);
}
.loading{
	width:100px;
	height:100px;
}

/*-------------------------------------------------
AVISO MODAL
-------------------------------------------------*/
.black_overlay2{
	display: none;
	position:fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color:#000;
	z-index:1002;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=50);	
	background-position:center;
	background-repeat:no-repeat;
	overflow:hidden;	
}
.black_overlay2 a{ color:#F00 !important; }

.white_content {
	display: none;
	position: absolute;
	margin:auto;
	vertical-align:middle;
	overflow: hidden !important;
	
}

#aviso{ 
	position:fixed; 
	/*padding:30px;*/ 
	min-height:200px; 
	min-width:300px; 
	top:25%; width:35%; 
	z-index:1002; 
	font-family: FontAwesome, LAN;
	font-size:18px;
	text-align:center;
	letter-spacing:1px;
	border:none; 
	background-color: #ebedef;
	color: #737277;
	display:none;
	left: calc(38% - 7rem);
	top: calc(45% - 6rem);
	border: 1px solid #737277;
    border: 1px solid rgba(14, 80, 122, 0.7);
}
#parraf_aviso{ 
	color: #00add8; 
	margin-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
}
.div-head{
	background: #00add8;
	min-height: 50px;
	border-bottom: solid 5px #ffdd00;
}
#btnAceptarAvisoX {
	font-family: FontAwesome, LAN;
	cursor:pointer;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-o-border-radius: 100px;
	width:35px; 
	height:35px; 
	color:#fff;
	font-size: 20px;
	line-height:18px; 
	padding-top:7px; 
	padding-bottom:2px; 
	float:right;
	background: #00add8;
}
#btnAceptarAvisoX:hover, #btnAceptarAvisoX:visited { 
	cursor:pointer;
	color:#ffdd00;
	text-decoration:none;
	outline: none;
	background-color:#00add8;
}
#cursor { 
	cursor:pointer;		 
	font-size:14px;
	letter-spacing:1px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border:#999 1px solid;
	color:#fff;
	line-height:25px;
	padding: 4px 12px 2px 12px;	
	background-color:#ccc;
	background-image: -webkit-gradient(linear, left top, right top, from(#ccc), to(#999));
    background-image: -webkit-linear-gradient(right, #ccc, 0%, #999, 100%);
    background-image: -moz-linear-gradient(right, #ccc 0%, #999 100%);
	background-image: -o-linear-gradient(right, #ccc 0%, #999 100%);
	background-image: linear-gradient( 90deg, #ccc, #999);
	-0-box-shadow: 2px 2px 5px #0e507a;
	-moz-box-shadow: 2px 2px 2px #0e507a;
	-webkit-box-shadow: 2px 2px 2px #0e507a;
	box-shadow: 2px 2px 2px #0e507a;
}
#cursor:hover, #cursor:visited {
	background-color:#999;
	background-image: -webkit-gradient(linear, left top, right top, from(#999), to(#999));
    background-image: -webkit-linear-gradient(right, #999, 0%, #999, 100%);
    background-image: -moz-linear-gradient(right, #999 0%, #999 100%);
	background-image: -o-linear-gradient(right, #999 0%, #999 100%);
	background-image: linear-gradient( 90deg, #999, #999);
	text-decoration: none;
	outline: none;
}