html *
{
   font-family: Calibri (Body) !important;
}

.fondoCity {
	background: url(../iconos/fondo2.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.entradaKonecta {
	background: url(../iconos/EntradaKonecta.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.edificioKonecta {
	background: url(../iconos/EdificioKonecta.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/fondo2.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

button{ 
	cursor:pointer;
	border:outset #EAEAEA;
	border-width: 3px;
	background-color: #CCCCCC;
}

button:hover{
	border: groove;
	background-color: #00BFFF
}
.BtnRight {
	cursor:pointer;
	border:outset #EAEAEA;
	border-width: 3px;
	background-color: #CCCCCC;
	text-align:right;
	background-repeat: no-repeat;
	background-position:left;
}
.BtnLeft {
	cursor:pointer;
	border:outset #EAEAEA;
	border-width: 3px;
	background-color: #CCCCCC;
	text-align:left;
	background-repeat: no-repeat;
	background-position:right;
}
.BtnCenter {
	cursor:pointer;
	border:outset #EAEAEA;
	border-width: 3px;
	background-color: #CCCCCC;
	text-align:center;
	background-repeat: no-repeat;
	background-position: center;
}
.liMenu{
	display:inline;
	padding:16px;
}

.liMenu:hover{
	font-weight:bold;
	color:#0000FF;
}

.liGridReg{
	display:inline;
	padding:10px;
}

.imgGridReg{
	height: 15px;
}

.imgGridReg:hover{
	height:18px;
}

.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;
}

.liBtn{
	display:inline-table;
	border:outset #FFFFFF;
}

.liBtn:hover {
	background-color:#00CCFF;
	cursor:pointer
	}
	
.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
}

#SubMnuArchivo{ width:200px; }
#SubMnuMantenimiento{ width:170px; }

.notitle .ui-dialog-titlebar{
    display:none;
}
.noclose .ui-dialog-titlebar-close{
	display:none;
}

.progress-label{
	position: absolute;
	left: 50%;
	top: 16px;
	font-weight: bold;
	text-shadow: 1px 1px 0 #fff;
}

.liLeft{
	background-position:right;
	background-repeat:no-repeat;
	text-align:left
}
.liRight{
	background-position:left;
	background-repeat:no-repeat;
	text-align:right	
}

.boxDia{
	width:120px;
	height:80px;
	text-align:center;
	float:left;
	border:solid thin;
	border-color:#000000
}

.diaNOmes{
	background-color:#666666;
	color:#FFFFFF;
	border:solid thin;
	border-color:#000000;
	text-align:center
}

.diaMesLab{
	background-color:#FFFFFF;
	color:#000000;
	border:solid thin;
	border-color:#000000;
	text-align:center
}

.diaMesFinde{
	background-color:#FF0000;
	color:#FFFFFF;
	border:solid thin;
	border-color:#000000;
	text-align:center
}

.diaMesFest{
	background-color:#0033FF;
	color:#FFFFFF;
	border:solid thin;
	border-color:#000000;
	text-align:center
}


.diaLibre{
	background-color:#FF00FF;
	color:#FFFFFF;
	text-align:center;
	vertical-align:middle;
	height:60px
}

.diaLab{
	background-color:#CCCCCC;
	color:#000000;
	text-align:center;
	vertical-align:middle;
	height:60px
}

.diaVac{
	background-color:#00CC00;
	color:#FFFFFF;
	text-align:center;
	vertical-align:middle;
	height:60px
}

.diaSol{
	background-color:#CCCCCC;
	color:#FFFFFF;
	text-align:center;
	vertical-align:middle;
	height:60px
}

.diaOth{
	background-color:#FF9966;
	color:#FFFFFF;
	text-align:center;
	vertical-align:middle;
	height:60px
}

.diaIT{
	background-color:#33CCFF;
	color:#FFFFFF;
	text-align:center;
	vertical-align:middle;
	height:60px
}
