@charset "utf-8";
/* CSS Document */
body
{
	margin: 0 auto;
	padding: 0;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:12px;
}

.Main
{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}

.Sheet
{
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 1004px; /*********************ANCHO DE LA PAGINA */ 
	min-width:700px;
	min-height:51px;
}
.contenedor{
	width:50%;
	text-align:center;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:12px;
	margin:50px auto 5px auto;
	border:#CCC 1px solid;
	background-color:#fff;
}

.login {
	color:#006600;
	border:#CCC 1px solid;
	margin:0 100px 10px 100px;	
}

.cuadro-titulo {
	color:#fff;
	background-color:#0095C3;
	font-weight:bold;
	font-size:14px;
	border:#CCC 1px solid;
	width:80%;
	margin:0 auto;
	height:30px;
	padding-top:10px;
	text-align:center;
}

table{
	font-size:10px;
}
.tabla-destinos{
	width:120px;
}
.tabla-ocupacion{
	width:100%;
}
.tabla-dias{
	/*width:40px;*/
}

.tabla-promedio{
	width:70px;
}

.tabla-destinos td, .tabla-dias td, .tabla-promedio td{
	/*height:30px;*/
	border-top:#999 solid 1px;
	*padding:0; /* hacks IE*/
}

.tabla-ocupacion td{
	height:30px;
	border-top:#C0C0C0 solid 1px;
	border-right:#C0C0C0 solid 1px;
	*padding:0; /* hacks IE*/
}

.tabla-ocupacion .col-titulos1, .col-titulos2{
	width:100px;
	
}

.tabla-ocupacion .ocupacion{
	text-align:center;
	width:32px;
	
}
	
.col-titulos1{
		background-color:#0095C3;
		text-align:right;
		padding-right:4px;
		color:#FFF;
		height:26px;
}

.col-titulos2{
		background-color:#930;
		text-align:center;
		color:#FFF;
		height:26px;
}

.col-destinos{
	float:left;
	width:120px;
}
.calendario{
	border-left:#999 solid 1px;
	background-color:#8EC2DA;
	height:26px;
}
.col-dias{
	float:left;
	width:814px;
	overflow:auto;
	text-align:center;
	*height:358px;
}

.col-promedio{
	float:left;
	width:70px;
	background-color:#E46D0A;
}

.cuadricula{
	height:26px;
	*height:25px; /* hacks IE*/
	border-top:#D0D7E5 1px solid;
	border-bottom:#D0D7E5 0px solid; 	
	border-left:#D0D7E5 0px solid;
	border-right:#D0D7E5 1px solid; 	
}

.campo_prom{
	height:26px;
	*height:25px; /* hacks IE*/
	border-top:#D0D7E5 1px solid;
	border-bottom:#D0D7E5 0px solid; 	
	border-left:#D0D7E5 0px solid;
	border-right:#D0D7E5 1px solid;
	background-color:#E46D0A;
	width:65px;
	padding-left:5px;
	font-weight:bold;
}

.error{
	color:#990000;
	width:100%;
	text-align:center;
	font-size:10px;
	clear:both;
	padding-top:10px;	
}

.barra-botones{
	width:90%;
	height:50px;
	margin:20px auto;
	text-align:center;
}

.barra-botones a:hover{
	text-decoration:none;
}

.meses{
	width:95%;
	margin:10px;
	text-align:left;
	line-height:30px;
}

.meses ul{
	list-style-type: none;
	margin:0 0 0 20px;;
	padding:0;

}

.meses ul li{
	background-image: url('../images/Bullets.png');
	background-repeat:no-repeat;
	background-position:left center;
	line-height:2em;
	padding:0 0 0 18px;
	height:30px;
}

.mes{
	width:70%;
	float:left;
}

.anio{
	width:70%;
	float:left;
}

.iconos-ocu{
	margin-right:20px;
}

.listado-ocupacion{
	width:80%;
	margin:10px auto;
	text-align:left;
}

.listado-anios ul
{
	list-style-type: none;
	margin:0 0 0 20px;;
	padding:20px 0;
}

.listado-anios ul li{
	background-image: url('../images/Bullets.png');
	background-repeat:no-repeat;
	background-position:left center;
	line-height:2em;
	padding:0 0 0 18px;
	height:25px;
	*height:30px;
}

a:link, a:visited
{
	color: #444;
	text-decoration: none;
}

a:hover{
	text-decoration:underline;
	color:#900;
	
}

.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}

#banner{
	text-align:center;
}
#pie{
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	text-align:center;
}

.divisor{
	width:90%;
	background:url(../images/divisor.png) no-repeat top left;
	height:5px;
}

.btn{
	float:left;
	padding:10px 0 0 7px;;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#666;
	width:146px;
	height:39px;
	background: url(../images/btn1.png) top left no-repeat;
	line-height:normal;
	cursor:pointer;
}

.btn2{
	float:left;
	padding:15px 0 0 7px;;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#666;
	width:85px;
	height:34px;
	background: url(../images/btn2.png) top left no-repeat;
	line-height:normal;
	margin-left:70px;
	cursor:pointer;
}

.btn_guardar{
	font-family:Verdana, Geneva, sans-serif;
	padding:0 0 0 15px;
	font-size:11px;
	color:#666;
	width:146px;
	height:49px;
	background: url(../images/btn3.png) top left no-repeat;
	border:0;
	cursor:pointer;
}

.btn_cancel{
	font-family:Verdana, Geneva, sans-serif;
	padding:0 0 0 15px;
	font-size:11px;
	color:#666;
	width:92px;
	height:49px;
	background: url(../images/btn2.png) top left no-repeat;
	margin-left:40px;
	border:0;
	cursor:pointer;
}

.btn_nuevo_anio{
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	padding:17px 0 0 0;
	font-size:11px;
	color:#666;
	width:132px;
	height:32px;
	background: url(../images/btn4.png) top left no-repeat;
	line-height:normal;
}

.btn_salir{
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	padding:17px 0 0 0;
	font-size:11px;
	color:#666;
	width:92px;
	height:32px;
	background: url(../images/btn5.png) top left no-repeat;
	line-height:normal;
	margin-left:20px;
}

.btn_ver{
	font-family:Verdana, Geneva, sans-serif;
	padding:0 0 0 22px;
	font-size:11px;
	color:#666;
	width:156px;
	height:49px;
	background: url(../images/btn6.png) top left no-repeat;
	margin-left:40px;
	border:0;
	cursor:pointer;
}

.formulario{
	margin-left:15px;
	margin-top:10px;
	float:left;
}

