.contenido
{
	
	width:720px;
	float:left;
}

.horasConsumidas, .horasConsumidasCabecera
{
	width:100%;
	float:left;
}

.horas
{
	width:100%;
	border-bottom:1px solid #e1e1e1;
	float:left;
	font-size:10px;
}

.horas div
{
	overflow:hidden;
	text-align:center;
}

.horas .fecha
{
	width:10%;
	float:left;
	
}

.horas .horaInicio
{
	width:5%;
	float:left;
	
}

.horas .horaFin
{
	width:5%;
	float:left;
	
}

.horas .tiempo
{
	width:10%;
	float:left;
	
}

.horas .modulo
{
	width:35%;
	float:left;
	
}

.horas .incidencia
{
	width:10%;
	float:left;
	
}

.horas .trabajador
{
	width:20%;
	float:left;
	
}

.cabecera
{
	font-weight:bold;
}

#container
{
	width:720px;
}

.facturable
{
	color:#008800;
}

.controlesHoras
{
	width:100%;
	float:left;
	padding-bottom:1em;
}

.fechaBuscada
{
	width:200px;
	float:left;
}

a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url('/js/jquery_datepicker_multimonth/calendar.png') no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}

.boton
{
	cursor:pointer;
}

.aviso_horas
{
	width:100%;
	padding:40px 0 40px 0;
	text-align:center;
	color:#919191;
	float:left;
}
