/*---------  DISTRIBUCIÓN ---------*/
#obras_Wrapper {
	float: left;
	width: 100%;
	margin-top: 0px;
}

#obras_Wrapper li {
	float: left;
	margin-right: 8px;
}
#obras_Wrapper .img_no_sel {
	width: 90px;
	border: solid 1px #ccc;
	cursor: pointer;
	opacity: 0.2;
	filter:alpha(opacity=20); /* For IE8 and earlier */
}
#obras_Wrapper .img_no_sel:hover {
	border: solid 1px #000;
}
#obras_Wrapper .img_sel {
	/*border: solid 3px #A10D59;	*/
	background: #A10D59;
	opacity: 1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

#nueva_obra{
	float: left;
	width: 90px;
	height: 126px;
	margin-right: 8px;
	border: solid 3px #CCCCCC;
	line-height: 126px;
	background: #85b097;
	text-align: center;
}
#nueva_obra:hover {
	background: #000000;
	color: #FFFFFF;
	cursor: pointer;	
}

.ver_todas_obras {
	float: left;
	width: 90px;
	height: 124px;
	margin-right: 8px;
	border: solid 3px #CCCCCC;
	line-height: 124px;
	text-align: center;
}

.ver_todas_obras:hover {
	background: #000000;
	color: #FFFFFF;
	cursor: pointer;	
}

#barra_estado {
	float: left;
	width: 100%;
	margin-top: 0;
}

#listado {
	float: left;
	width: 100%;	
}

#barra_estado li {
	display: inline;
	margin-right: 12px;
}

#barra_estado ul {
	float: left;	
}

#login_cliente_Wrapper {
	float: right;	
}

.b_menu {
	float: left;
	margin-left: 1px;
	margin-right: 10px;
	padding: 5px 8px;
	background: #777777;
	color: #FFFFFF;
	cursor: pointer;
}	
.b_menu:hover {
	background: #000000;	
}

.lista {
	padding: 3px;
	border-bottom: solid 1px #CCCCCC;	
}
/*------ 3 COLUMNAS ----------*/
#lateral_Izq {
	float: left;
	width: 235px;
	height: 100px;
	margin-right: 10px;
}

#centro {
	float: left;
	width: 480px;
	height: 100px;
	margin-right: 10px;
}

#lateral_Der {
	float: left;
	height: 100px;
	width: 230px;
}
/*----------------------------*/

#filtro {
	float: left;
	clear: both;
	padding: 10px;	
	padding-top: 3px;
}
#envios_contratados {
	float: left;
	padding: 0;	
	margin-top: 15px;
	line-height: 15pt;
}
#envios_contratados strong {
	font-size: 10pt;	
}

.festival {
	margin: 0px;
	font-size: 9pt;
	font-weight: bold;
	color: black;	
}
.seccion {
	margin-top: 3px;
	font-size: 8pt;
	color: #777;
}
.provincia {
	float: right;
	width: 150px;
	padding: 5px;
	margin-bottom: 0px;
	background: #C5C5C5;
	color: #FFFFFF;
}
.pais {
	float: right;
	width: 120px;
	padding: 0px;
	margin-bottom: 0px;
	background: #AAAAAA;
	color: #FFFFFF;
}
.bandera {
	float: right;
	width: 25px;
	height: 15px;
	padding: 0px;
	margin-bottom: 0px;	
}
.bandera img {
	margin-top: -5px;
	margin-left: -3px;	
}

.b_cerrar {
	cursor: pointer;	
}
.b_cerrar:hover {
	opacity: 0.75;	
}

.b_mapa {
	float: left;
	width: 50px;
	height: 19px;
	padding: 11px;
	background: #bbb;
	color: #fff;
	cursor: pointer;	
}
.b_mapa:hover {
	background: #555;	
}

.logEnvio {
	position: absolute;
	display: none;
	width: 280px;
	padding: 10px;
	margin-top: 32px;
	margin-left: -151px;
	background: white;
	border: solid 3px #777777;
	-moz-box-shadow: 2px 2px 5px -1px #999999;
	-webkit-box-shadow: 2px 2px 5px #999999;
	/*box-shadow: 2px 2px 5px #999999;*/
}

.logEnvio img {
	top: 50%;
}
.b_logs {
	float: right;
	margin: 2px;
	padding: 3px 6px;
	background: #aaa;
	border: solid 1px #ccc;
	color: #FFF;
	font-size:9pt;
	font-weight: bold;
	cursor: pointer;
}
.b_logs:hover {
	background: #000;	
}

.estadisticasWrapper {
	position: absolute;
	z-index: 10;
	display: none;
	width: 530px;
	padding: 10px;
	margin-top: 40px;
	right: 185px;
	background: white;
	border: solid 3px #777777;
	color: #555555;
	cursor: pointer;
	
	-moz-box-shadow: 2px 2px 5px -1px #999999;
	-webkit-box-shadow: 2px 2px 5px #999999;
	/*box-shadow: 2px 2px 5px #999999;*/
}
.estadisticasWrapper h2, .logEnvio h2 {
	margin: 0px 0px 10px 0px;
	float: left;
	clear: left;
}

.b_cerrar {
	float: right;	
}

.b_cerrar_ayuda {
	float: left;
	cursor: pointer;	
}

.ayuda span {
	float: left;	
	margin-top: 3px;
}

.lista_sel {	
	padding: 3px;
	background: #EFEFEF;
	border-bottom: solid 1px #CCCCCC;
}

.lista_activa {	
	padding: 3px;
	background: #e7e3e8;
	border-bottom: solid 1px #CCCCCC;
}

.lista_borrar, .lista_editar {
	padding: 3px;
	background: #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	color: white;
	text-align: center;
	cursor: pointer;
}

.lista_festivales {
	padding: 3px;
	background: #d1e6e4;
	border-bottom: solid 1px #CCCCCC;
	color: #2a7282;
	text-align: center;
	cursor: pointer;
}
.lista_num_festivales {
	padding: 3px;
	background: #b7d8d6;
	border-bottom: solid 1px #CCCCCC;
	color: #2a7282;
	text-align: center;
	cursor: pointer;
}
/*-------*/
.lista a:link, .lista_activa a:link {
	color :#777777;
	font-family: helvetica, arial;
	font-size: 8pt;
	text-decoration: none;
}
.lista a:visited, .lista_activa a:visited{
	color: #777777;
	font-family: helvetica, arial;
	font-size: 8pt;
	text-decoration: none;
}
.lista a:hover, .lista_activa a:hover{
	color: black;
	font-family: helvetica, arial;
	font-size: 8pt;
	text-decoration:none;
}
/*-------*/
#estadisticas_cliente {
	float: left;
	width: 100%;	
}

.epigrafe_pequeno{
    padding: 10px;
    
    background: transparent;
    color: #880c4c;
    font-size: 14pt !important;
    font-weight: bold;
	font-family: 'Roboto', sans-serif;
}

.titulos_pequenos{
    padding: 10px;
    
    background: #880c4c;
    color: white;
    font-size: 9pt;
    font-weight: bold;
}

.titulos_grandes{

    padding:5px;

    background:#880c4c;
    color:white;
    font-size:16pt;
    font-weight:bold;
}

#palmares{
	float: left;
	clear: left;
	width: 883px;
	border-collapse: collapse;
}

.tabla_estadisticas_obras{
	position: relative;
	float: left;
	width: 95%;
	margin-top: 15px;
	margin-bottom: 15px;
	font-family: 'Roboto', sans-serif;
}

.tabla_estadisticas_obras td{
	padding: 10px;
	border: 1px solid #cccccc;

	font-size: 9pt;	
	border-spacing: 0;
	font-family: 'Roboto', sans-serif;
}

.tabla_estadisticas_obras td strong{
	font-family: 'Roboto', sans-serif;
}

#lista_estados{
	float: left;
	clear: left;
	width: auto;
	border-collapse: collapse;
	font-family: 'Roboto', sans-serif;
}
#lista_estados th.col_principal, .tabla_estadisticas_obras td.col_principal{
	padding: 4px;
	background: #e7e7e7;
	color: #444;
	border: 1px solid #CCC;		
	font-size: 9pt;	
	height: 18px;
	line-height: 18px;
	padding: 7px;
}
#lista_estados th.cab_titulo_secundaria,
#lista_estados th.cab_titulo_secundaria2{
	border-right: dotted 1px #ccc;			
	border-bottom: solid 1px #ccc;				
}

#lista_estados th{
	font-family: 'Roboto', sans-serif;
}

#lista_estados td{
	padding: 10px;
	border-bottom: solid 1px #CCC;
	border-right: dotted 1px #CCC;
	border-left: solid 1px #CCC;
	text-align: center;
	font-family: 'Roboto', sans-serif;
}

.subindice {
	float: right;
	margin-top: 8px;
	font-size: 8pt;
	color: #444;
	font-weight: normal;
	font-family: 'Roboto', sans-serif;
}
.superindice {
	float: right;
	margin-top: -3px;
	font-size: 8pt;
	color: #dedede;
	font-weight: normal;
}


#cliente_form {
	float: left;
	width: 925px;
}
#cliente_form h1 {
	color: #a10d59;
	font-size: 14pt;
	font-weight: bold;	
}

hr {
	width: 100%;
	border:none;
	border-top: dotted 1px #CCCCCC;	
}

#cliente_form td, #cliente_form th {
	padding: 5px;
}
#cliente_form td:first-child {
	color: #aaaaaa;
	border-right: solid 1px #CCCCCC;	
}

#ul_avisos li {
	float: left;
	margin-right: 10px;
}


#obra_sel {
	float: left;
	width: 925px;
	display: none;
}

#tabla_envios {
	border-collapse: collapse;	
}
#tabla_envios td {
	padding: 5px;
	border: solid 1px #CCC;
}
#tabla_envios th {
	border: solid 1px #FFF;	
}

#listado_participaciones td{
	vertical-align: middle;
}

#listado_participaciones td.obra img{
	height: 35px;
}

/*####### ESTADÍSTICAS ##########*/
.cab_titulo_secundaria {
	padding: 5px 10px;
	background: #FFF;
	color: #000;	
	font-size: 9pt;
}
.cab_titulo_secundaria2 {
	padding: 5px 10px;
	background: #FFF;
	color: #000;
	font-size: 9pt;	
}
.celda_estadisticas {
	text-align: right;	
}
.celda_total_participaciones, .celda_total_palmares{
	padding: 5px;
	background: #f5f6f7;
	color: #000;
	text-align: center;	
}

.leyenda_estadisticas {
	float: left;
	clear: left;
	margin-top: 20px;
	margin-left: 25px;
	font-size: 8pt;
	line-height: 12pt;
	color: #999;
	font-family: 'Roboto', sans-serif;
}

/* ##### OBRAS ESTADÍSTICAS #####*/


#obras_estadisticas_Wrapper, #obras_mapas_Wrapper{
	float: left;
	clear: left;
	margin-top: 20px;
	margin-left: 20px;
}

#obras_estadisticas_Wrapper img, #obras_mapas_Wrapper img{
	width: 90px;
	margin: 0 8px 8px 0;
	border: solid 1px #ccc;
	cursor: pointer;
}

#obras_estadisticas_Wrapper img, #obras_mapas_Wrapper img.obra_mapas_no_sel{
	opacity: 0.2;
	filter:alpha(opacity=20); /* For IE8 and earlier */
}

#obras_estadisticas_Wrapper img:hover, #obras_mapas_Wrapper img:hover{
	border: solid 1px #999;	
}
#obras_estadisticas_Wrapper img.obra_estadisticas_sel, #obras_mapas_Wrapper img.obra_mapas_sel{
	/*border: solid 3px #a10d59;	*/
	opacity: 1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
#obras_estadisticas_Wrapper img.obra_estadisticas_sel:hover, #obras_mapas_Wrapper img.obra_mapas_sel:hover{
	border: solid 1px #000;	
}

#b_todas_obras_estadisticas, #b_todas_obras_mapas{
	float: left;
	width: 90px;
	height: 126px;
	margin-right: 8px;
	line-height: 126px;
	margin-top: 2px;
	border: solid 3px #CCCCCC;
	text-align: center;
}

#b_todas_obras_estadisticas:hover, #b_todas_obras_mapas:hover{
	background: #000000;
	color: #FFFFFF;
	cursor: pointer;	
}


#obras_viendo{
	position: relative;
	float: left;
	clear: both;
	margin-left: 25px;
}

#obras_viendo #ul_obras_viendo li{
	position: relative;
	float: left;
	clear: left;
	margin-top: 3px;
	margin-left: 10px;
}

#menu_estadisticas{
	position: relative;
	float: left;		
	clear: both;
	margin-top: 20px;
	margin-left: 25px;
}


#cliente_obra_form table tbody tr td.colTitulos{
	padding-left: 10px;
}

#cliente_obra_form table td{
	padding: 5px;
}

#cliente_obra_form table td input{
	height: 17px;
	border: 1px solid #dcdcdc;
	padding: 5px;
}


#cliente_obra_form table td input#cartel, #cliente_obra_form table td .fotograma{
	height: 25px;
}

#cliente_obra_form table td textarea{
	border: 1px solid #dcdcdc;	
	padding: 5px;
}

#cliente_obra_form table td input:hover,
#cliente_obra_form table td input:focus,
#cliente_obra_form table td textarea:hover,
#cliente_obra_form table td textarea:focus
{
	border: 1px solid #b1b1b1;
}

/* ZONA CLIENTE */

#boton_intervenciones, #intervenciones{
	margin-top: 10px;
}

#personas, #ocupaciones{
	position: relative;
	float: left;
	margin-top: 20px;
}

#personas{
	width: 200px;
}

#sugerencias_personas{
	position:absolute;
	z-index:200;
	display:inherit;
	background: #FFF;
	border: 1px solid #dcdcdc;
}

#etiqueta_nombre_actor{
	position: relative;
	float: left;
	display: none;
}

#boton_intervenciones{
	padding-left: 10px;
}

#intervenciones{
	padding-left: 20px;
}

#b_agregar_intervencion{
	position: relative;
	float: left;
	width: 100%;
	margin-top: 10px;
	height: 15px;
	color: #a10d59;
}

a#b_activar_manualmente{
	position: relative;
	float: left;
	margin-left: 10px;
}

#etiqueta_personas_manuales{
	margin-left: 10px;
}


#listado_intervenciones{
	position: relative;
	float: left;
	width: 500px;
	margin-top: 20px;
}

.icono_editar{
	position: absolute;
	
	bottom: 0;
	
	margin-left: 26px;
	margin-bottom: 7px;
	
	width: 24px;
	height: 24px;
	
	
	
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;	
	background: #a10d59 url(../Images/icono_editar.png) 50% 50%	no-repeat;
}
