body{
	font-family: Helvetica;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	color: #000;
}

img{
	border: 0px;
}

#base{
	background-color:#fff;
}

table{
	font-family: Helvetica;
}

#area_entrada{
	padding: 10px;
	text-align: center;
	background-color: #f5f5f5;
}

#area_entrada #texto{
	font-weight: bold;
	font-size: 40px;
}

#area_entrada #fecha{
	color: #999;
	font-weight: bold;
	font-size: 20px;
}

#texto_operario{
	font-weight: bold;
	font-size: 25px;
}

#texto_fecha{
	font-weight: bold;
	font-size: 15px;
}

#area_botones{
	min-width: 900px;
	height: 45px;
	text-align: left;
	background-color: #f5f5f5;
}

#area_listado{
	margin-top: 15px;
	text-align: left;
	width:98%;
	min-width: 900px;
}

#contenedor_tabla{
	border: 1px solid #C0C0C0;
	overflow-x: hidden;
	overflow-y: scroll;
}

#tabla_encabezado td{
	background-image: url('../imagenes/base-menu.jpg');
	background-repeat: repeat-x;
	border-right: 1px solid #999;
	color: #000;
	text-align:center;
	padding: 7px;
}

.seleccion td{
	padding: 7px;
	vertical-align: middle;
}

.seleccion div{
	position: relative;
	width: auto;
	height: 17px;
	overflow: hidden;
}

.seleccion_0{
	background-color: #fff;
}

.seleccion_1{
	background-color: #f5f5f5;
}

.resaltado{
	color: #d00;
}

.fichaje{
	color: #00d;
}

.almuerzo{
	color: #0d0;
}

.seleccion a{
	color: #000;
	text-decoration: none;
}

.seleccion a:hover{
	text-decoration: underline;
}

.seleccion tr:hover{
	background-color: #ddd;
}

#res_db{
	position: absolute;
	visibility: hidden;
}

#fondo_forms{
	position: fixed;
	text-align: left;
	left:0px;
	top: 0px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	_height:100%;
	width:100%;
	background-image: url('../imagenes/ft.png');
	z-index: 99;
	visibility: hidden;
}

#base_form{
	position: absolute;
	left: 50%;
	top: 50%;
	background-color: #fff;
	border: 1px solid #000;
	padding: 20px;
}

#head_form{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 30px;
	background-image: url('../imagenes/base-menu.jpg');
	background-repeat: repeat-x;
	z-index: 99;

}

#cerrar_form{
	position: absolute;
	top: 4px;
	left: 5px;
}

#texto_form{
	position: absolute;
	width: 100%;
	text-align: center;
	top: 6px;
}

#tabla_form{
	margin-top: 40px;
}

#tabla_form td{
	padding: 5px;
}

#tabla_form input[type="text"],input[type="password"],select{
	padding: 4px;
	border: 1px solid #c0c0c0;
}

#form_botones{
	position: relative;
	margin-top: 25px;
	width: 100%;
	text-align: center;
}


#area_operarios{
	padding: 20px;
}

.boton_operario{
	float:left;
	width: 280px;
	height: 150px;
	margin: 10px;
	background-image: url('../imagenes/boton_operario.png');
	font-size: 35px;
	font-weight: bold;
	line-height: 150px;
	text-decoration: none;
}

.boton_operario a{
    display:block;
	color: #222;
    text-decoration: none;
}

#area_botones{
	padding: 15px;
	text-align: left;
	background-color: #f5f5f5;
}

#area_info{
	float: left;
}

#area_botones .boton_g{
	aposition: absolute;
	float: right;
	width: 190px;
	height: 45px;
	font-size: 20px;
	font-weight: bold;
	margin-left: 3px;
}

#area_botones .boton_p{
	aposition: absolute;
	float: right;
	width: 130px;
	height: 45px;
	font-size: 20px;
	font-weight: bold;
	margin-left: 3px;
}

.sep_boton{
	float: right;
	width: 15px;
	height: 45px;
}

#totales{
	min-width: 900px;
	margin: 10px;
	padding: 5px 25px;
	text-align: right;
	background-color: #f5f5f5;
	font-weight: bold;
	font-size: 18px;
}