html * {
   font-family: Calibri (Body) !important;
}

.fondoCity {
	background: url(../iconos/body.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.entradaAPP {
	background: url(../iconos/EntradaAPP.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/* en los PopUp se borran las clases */
#BoxActualizarActividad, #BoxPopUpInforme {
	background: url(../iconos/body.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.liBtnTBmenu{
	display:inline;
	padding:16px;
}

.liBtnTBmenu:hover{
	font-weight:bold;
	color:#0000FF;
}

.submenu200{ width:200px; }
.submenu170{ width:170px; }

.liTab{
	display:inline-table;
	float:left;
	padding:10px;
	border:solid;
	border-bottom:none;
	border-top-right-radius: 20px;
	border-width:thin;
}

.liTab:hover{
	font-weight:bold;
	color:#0000FF;
}

.ulOpcX{
	display:inline-table;
}

.ulOpcY{
	list-style: none
}

.imgBtnBdr {
	border:outset #FFFFFF;
	align:absmiddle
}

.imgBtnBdr:hover {
	background-color:#00CCFF;
	border:outset #0000CC;
	cursor:pointer
}

.imgBtn {
	align:absmiddle
}

.imgBtn:hover {
	border:outset #FFFFFF;
	background-color:#00CCFF;
	cursor:pointer
}

.progress-label{
	position: absolute;
	left: 50%;
	top: 16px;
	font-weight: bold;
	text-shadow: 1px 1px 0 #fff;
}

.labelBootsrp{
	/*height:34px;*/
	/*padding:6px 12px;*/
	/*font-size:14px;*/
	/*text-align: center*/	
	display:inline-block;
	max-width:100%;
	margin-bottom:5px;
	font-weight:700;
} 

.inputBootsrp{
	height:34px;
	padding:6px 12px;
	font-size:14px;
	line-height:1.4285;
	color:#555;
	background-color:#fff;
	border:1px solid #ccc;
	border-radius:4px;
} 

.inputBootsrp:focus{
	border-color:#66afe9;
	outline:0;
	box-shadow:inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.6);
}

.fileBootsrp{
	height:22px;
	padding:6px 12px;
	font-size:14px;
	line-height:1.4285;
	color:#555;
	background-color:#fff;
	border:1px solid #ccc;
	border-radius:4px;
} 

.fileBootsrp:focus{
	border-color:#66afe9;
	outline:0;
	box-shadow:inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.6);
}
.textBootsrp{
	padding:6px 12px;
	font-size:14px;
	line-height:1.4285;
	color:#555;
	background-color:#fff;
	border:1px solid #ccc;
	border-radius:4px;
} 

.textBootsrp:focus{
	border-color:#66afe9;
	outline:0;
	box-shadow:inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.6);
}

.btnBootsrp{
	color:#fff;
	background-color:#5bc0de;
	display:inline-block;
	padding:6px 12px;
	font-size:14px;
	font-weight:400;
	line-height:1.42857143;
	text-align: center;
	border-color:#28a4c9;
	text-shadow:inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
    vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
    border-radius: 4px;
	-webkit-appearance: button;
}

/* .ui-dialog ui-corner-all ui-widget ui-widget-content ui-front ui-draggable ui-resizable */
/* .ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl */
/* .ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br */

/*.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
	 border-bottom-right-radius: 50%;
}*/

.myDialog .ui-dialog-titlebar {
	/* border-radius: top-left top-right bottom-right bottom-left */
	text-align: center;
	background-color: #2c3e50;
	color: #f5f5f5;
	border: none
}

.myDialog .ui-dialog-titlebar-close{
	width: 55px;
	border-color: #FFFBF0;
	background-color: #2c3e50;
	text-align: center;
	font-size:10px;
}

.myDialog .ui-dialog-content{
	background-color: #FFFBF0;
}

.frmUpload{
	width:94%;
	margin-left:2%;
	text-align:center;
	margin-top:10px;
	border: solid 1px #FFFFFF;
	border-radius:4px;
	padding-top:10px;
	padding-bottom:10px;
	display:none
}

.divFondo {
	background: url(../iconos/libroAbierto.png) no-repeat center center;
	background-size: cover;
}

.liManual{
	height:48px;
	margin-top: 10px;
	background-color:#2c3e50;
	color: #f5f5f5;
	border-radius:4px;
	cursor: pointer;
}

.liManual:hover{
	background-color:#32465a;
}

#spnDelManual:hover{
	color: #000099
}
