.fondo {
	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;
}

#BoxDetalleAgente {
	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: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;
}

#SubMnuArchivo{ width:200px; }
#SubMnuMantenimiento{ width:170px; }

.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
}
