.selectoresFechas
{
	display:none;
	width:200px;
	border:1px solid #AAA;
	padding:7px;
	height:80px;
	float:right;
	border-top:0;
	
}

.fechasSeleccionadas
{
	cursor:pointer;
	border: 1px solid #AAA;
	padding:0px 7px;
	font-size:13px;
	text-align:left;
	width:200px;
	float:right;
	background-image:url(../images/flecha2.gif);
	background-position:right top;
	background-repeat:no-repeat;
}

.resumenHoras
{
	float:left;
	width:300px;
	padding:10px;
}

.controlesHoras
{
	float:right;
	width:300px;
	margin-right:1em;
}

.horasTrabajadas, .horasFacturables, .horasNoFacturables
{
	width:100%;
	float:left;
	height:30px;
}

.horasTrabajadas .nombre, .horasFacturables .nombre, .horasNoFacturables .nombre
{
	width:150px;
	margin:5px;
	float:left
}

.horasTrabajadas .valor, .horasFacturables .valor, .horasNoFacturables .valor
{
	width:50px;
	margin:5px;
	float:left
}

.buscarFecha
{
	float:right;
}
