.contenidoListado {
	margin-top: 15px;
}

/****** Sobreescribir estilos do núcleo ****/
.menu {
	-webkit-box-shadow: 3px 3px 19px -6px rgba(244, 244, 244, 1);
	-moz-box-shadow: 3px 3px 19px -6px rgba(244, 244, 244, 1);
	box-shadow: 3px 3px 19px -6px rgba(244, 244, 244, 1);
}

.clear{
	clear:both;
}
/***** Estilos comúns de Fieldset de fichas de entidades *****/
.avisoContido {
	clear: both;
	float: none;
	font-size: 11pt;
	line-height: 1em;
	text-align: center;
}

.espacioSinDatos {
	display: table;
	margin: 0 auto;
	padding: 10px 30px;
	width: 100%;
}

.cabeceiraDatosColectivos {
	float: right;
	text-align: right;
	width: 300px;
}

.botonColectivos {
	margin: 5px 20px 0px 0px;
}

.subirBajarCabecera{
	text-align: right;
	float: right;
	width: 3%;	
}

.subirBajarCabecera img{
	cursor: pointer;
	margin-top: 2px;
	margin-right: 1px;
	height: 22px;
}

.pestanasColectivos {
	float: left;
	width: 97%;
}
/***** Estilos comúns de buscadores ********/
.buscadorListado {
	width: 300px;
}

/******* Estilos bloque comun ***********/
#resumen h2 {
	color: #4f5557;
	font-weight: bold;
	margin: 3px;
	padding: 4px;
}

.botonEnlace:hover, :focus {
	color: black !important;
}

.modal-grande .modal-dialog {
	width: 1100px;
}

input[type="button"], input[type="submit"], input[type="reset"], button,
	a.button {
	text-align: center;
	background-color: #4f5557;
	border: medium none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0.3em 0.6em;
	text-decoration: none;
	color: #FFFFFF;
	/*box-shadow: 0 1px 2px #AAAAAA;*/
	font-size: 12px;
	cursor: pointer;
}

/* Estilos factura */

.cabeceraFacturacion {
	padding: 15px;
    clear: both;
	margin: 10px auto;
	/* Bordes redondeados */
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
    background: none repeat scroll 0 0 padding-box #ffffff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border: 1px solid #e7ebee;    
}	

.cabeceraFacturacion h1 {
	font-size:16px;
	margin: 0 auto; 
	width:200px;
	color:#10394f;
}

#tituloFactura {
	color:#616161;
	margin-top:20px;
}

#infoFactura {
	padding-bottom:8px;
}

#importeTotalFactura {
	margin-top: 20px;
}

.importeParcialFactura {
	margin-top: 10px;
}

.tituloSeccionFactura {
	padding-top: 20px;
	margin-bottom: 5px;
	color:#616161;
}

.filtroFacturasPorPersona {
	margin-top:20px;
	width:300px;
	margin_bottom:20px;
}

#nuevoGrupoFacturas {
	margin-top:18px;
}


