/**
* @style       General - Festival de Cine y Derechos Humanos
* @media       screen
* @version     1.0
* @author      Entrewebs, info@entrewebs.com, www.entrewebs.com
* @copyright   Festival de Cine y Derechos Humanos
*/

/* -------------------->>> RESET <<<---------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
	margin:0;
	padding:0;
	border:0;
	font-weight:400;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}

table{
	border-collapse:separate;
	border-spacing:0;
}

caption, th, td{
	font-weight:normal;
	text-align:left;
}

table, td, th{
	vertical-align:middle;
}

blockquote:before, blockquote:after, q:before, q:after{
	content:"";
}

blockquote, q{
	quotes:"" "";
}

a img{
	border:none;
}

/* -------------------->>> GLOBAL <<<---------------------*/
/* ---------->>> Body <<<----------*/
body{
	font:70%/1.6em Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#fff;
	background:#000 url(../img/all/bg_body.jpg) no-repeat left bottom;
}

/* ---------->>> Texto <<<----------*/
h1{
	font:bold 3.6em/1em Trebuchet MS, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#0079b3;
}

h2{
	font:2.8em/1em Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#fff;
	margin-top:.6em;
}

h3{
	font:bold 1.8em/1em Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#0079b3;
	margin-top:1em;
}

p{
	line-height:1.4em;
	margin-top:1.2em;
	font-size:1.2em;
}

acronym, abbr{
	border-bottom:1px dotted #0079b3;
	cursor:help;
}

strong acronym, strong abbr{
	font-weight:bold;
}

ul li{
	margin-top:.4em;
	list-style:inside url(../img/all/bullet_siguiente.png);
}

ol li{
	list-style:decimal inside;
}

blockquote{
	margin-top:1.2em;
	padding:1em;
	line-height:1.4em;
	font-size:1.2em;
	background:#000;
}

blockquote span{
	display:block;
	margin-top:1.5em;
	font-size:.8em;
	font-style:italic;
	text-align:right;
}

/* ---------->>> Enlace <<<----------*/
::-moz-selection {
	background:#c0e7fa;
	color:#000;
}

::selection {
	background:#c0e7fa;
	color:#000;
}

a{
	text-decoration:underline;
	color:#0079b3;
}

a::-moz-selection {
	background:#c0e7fa;
	color:#000;
}
a::selection {
	background:#c0e7fa;
	color:#000;
}

a:hover, a:focus{
	text-decoration:none;
}

a abbr, a acronym{
	border-bottom:none;
	cursor:pointer;
}

/* -------------------->>> ESTRUCTURA <<<---------------------*/
/* ---------->>> Accesos Directos <<<----------*/
#accesos_directos{
	display:none;
}

/* ---------->>> Contenedor <<<----------*/
#contenedor{
	width:88.1em;
	margin:0 auto;
}

/* ---------->>> Cabecera <<<----------*/
#cabecera{
	float:left;
	width:88.1em;
}

/* ----- Logotipo -----*/
#cabecera #logotipo{
	clear:both;
	float:left;
	margin:2em 0;
}

/* ---------->>> Contenido <<<----------*/
#contenido{
	clear:both;
	float:left;
	width:85.1em;
	margin-top:1em;
	padding:1.5em 1.5em 2.5em 1.5em;
	background:url(../img/all/bg_contenido.png);
}

*html #contenido{
	background:#1A1A1A;
}

/* ---------->>> Contenido Centro <<<----------*/
#contenido_centro{
	float:left;
	width:57.5em;
}

/* ---------->>> Contenido Izquierda <<<----------*/
#contenido_izquierda{
	float:left;
	width:27em;
	margin:0 3.6em 0 0;
}

/* ---------->>> Contenido Derecha <<<----------*/
#contenido_derecha{
	float:right;
	width:27em;
	margin:0;
}

/* ---------->>> Pie <<<----------*/
#pie{
	float:left;
	width:88.1em;
	margin:0 0 1.5em 0;
	background:#fff;
}

#pie #logotipos{
	clear:both;
	float:left;
	width:86.1em;
	padding:1em;
	color:#333;
}

#pie #logotipos p{
	margin:0 0 .5em 0;
	padding:.1em .2em;
	background:#f3f3f3;
}

#pie #logotipos ul{
	margin-bottom:1em;
}

#pie #logotipos li{
	display:inline;
	margin-right:1.6em;
}

/* -------------------->>> NAVEGACIÓN <<<---------------------*/
/* ----- Menu Herramientas -----*/
#menu_herramientas{
	float:left;
	width:55em;
	margin-top:1em;
}

#menu_herramientas li{
	display:inline;
	padding:0 .5em 0 .7em;
	list-style:none;
	border-left:1px solid #fff;
}

#menu_herramientas .no_border{
	padding:0 .5em 0 0;
	border-left:none;
}

#menu_herramientas a{
	font:1em/1em Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#fff;
}

#menu_herramientas .activo{
	font-weight:bold;
	color:#0079b3;
}

/* ----- Menu Idioma -----*/
#menu_idioma{
	float:right;
	width:10em;
	margin-top:1em;
	text-align:right;
}

#menu_idioma li{
	display:inline;
	padding:0 .5em 0 .7em;
	list-style:none;
	border-left:1px solid #fff;
}

#menu_idioma .no_border{
	padding:0 .5em 0 0;
	border-left:none;
}

#menu_idioma a{
	font:1em/1em Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#fff;
}

#menu_idioma .activo{
	font-weight:bold;
	color:#0079b3;
}

/* ---------- Menu nº1 ----------*/
#menu_n1{
	clear:both;
	float:left;
	width:88.1em;
	background:#0079b3;
}

#menu_n1 li{
	display:inline;
	list-style:none;
}

#menu_n1 a{
	display:block;
	float:left;
	padding:1em 0.77em;
	font:bold 1.1em/1em Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#fff;
	background:#0079b3;
	border-left:1px solid #005b87;
}

#menu_n1 .no_border a{
	border-left:none;
}

#menu_n1 a:hover{
	background:#00699b;
}

#menu_n1 .activo{
	background:#004668;
}

/*#menu_n1 .ediciones_anteriores{
	padding-left:2.7em;
	background:#0079b3 url(../img/all/bullet_ediciones_anteriores.png) no-repeat .7em .7em;
}

#menu_n1 .ediciones_anteriores:hover{
	padding-left:2.7em;
	background:#00699b url(../img/all/hover_ediciones_anteriores.png) no-repeat .7em .7em;
}

#menu_n1 .ediciones_anteriores.activo{
	padding-left:2.7em;
	background:#004668 url(../img/all/hover_ediciones_anteriores.png) no-repeat .7em .7em;
}

#menu_n1 .peliculas_anteriores{
	padding-left:2.7em;
	background:#0079b3 url(../img/all/bullet_peliculas_anteriores.png) no-repeat .7em .7em;
}

#menu_n1 .peliculas_anteriores:hover{
	padding-left:2.7em;
	background:#00699b url(../img/all/hover_peliculas_anteriores.png) no-repeat .7em .7em;
}

#menu_n1 .peliculas_anteriores.activo{
	padding-left:2.7em;
	background:#004668 url(../img/all/hover_peliculas_anteriores.png) no-repeat .7em .7em;
}*/

/* ---------- Menu nº2 ----------*/
#menu_n2{
	clear:both;
	float:left;
	width:22.5em;
	margin-top:1.5em;
	background:#0079b3;
}

#menu_n2 li{
	display:inline;
	list-style:none;
}

#menu_n2 a{
	display:block;
	float:left;
	width:20.5em;
	padding:.6em 1em;
	font:1em/1.4em Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#fff;
	background:#0079b3;
	border-bottom:1px solid #005b87;
}

#menu_n2 a:hover{
	background:#00699b;
}

#menu_n2 .activo{
	background:#004668;
}

/* ---------- Menu Pie ----------*/
#menu_pie{
	clear:both;
	float:left;
	width:88.1em;
	padding-top:1.5em;
	text-align:center;
	background:#000;
}

#menu_pie li{
	display:inline;
	padding:0 .5em 0 .7em;
	list-style:none;
	border-left:1px solid #fff;
}

#menu_pie .no_border{
	border-left:none;
}

#menu_pie a{
	font:1em/1em Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#fff;	
}

#menu_pie .activo{
	font-weight:bold;
	color:#0079b3;	
}

/* ---------- Ruta ----------*/
#ruta{
	clear:both;
	float:left;
	width:85.1em;
	margin-bottom:1.5em;
}

#ruta li{
	display:inline;
	margin:0 0 0 0.6em;
	padding:0 0 0 1.2em;
	background:url(../img/all/bullet_siguiente.png) no-repeat left 0.5em;
}

#ruta ul .no_background{
	background:none;
	padding:0;
}

/* -------------------->>> FORMULARIO <<<---------------------*/
form{
	float:left;
	width:68em;
	margin:1.5em 2em 0 0;
	font-size:1.2em;
}

form li{
	display:block;
	clear:both;
	width:42em;
	margin:0 0 .6em 0;
	list-style:none;
}

legend{
	padding:0 .5em;
	width:42em;
	text-transform:uppercase;
	color:#ccc;
}

fieldset{
	width:42em;
	margin-bottom:1em;
	padding:1em;
	border:1px solid #666;
}

label{
	display:block;
	clear:both;
	width:41em;
	padding:.2em 0;
}

input, textarea, select{
	width:40em;
	padding:.4em .6em;
	font:1em/1em Tahoma, Arial, Helvetica;
	color:#999;
	background:#fff;
	border:1px solid #999;
}

textarea{
	height:10em;
}

select{
	width:41em;
}

option{
	width:40em;
	margin:.2em 0;
	font:1em/1em Tahoma, Arial, Helvetica;
}

input:focus, textarea:focus, select:focus{
	color:#333;
	background:#fff;
	border:1px solid #666;
}

.obligatorio{
	margin-left:3em;
}

.checkbox{
	width:2em;
	margin-top:.5em;
	background:none;
}

.privacidad{
	width:59em;
	margin-top:1em;
	text-align:justify;
	font-size:.7em;
	line-height:1.4em;
}

.boton{
	width:auto;
	margin-top:1em;
	padding:.2em 1.5em;
	font:1.4em/1em Trebuchet MS, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-align:center;
	color:#fff;
	background:#0079b3;
	border:none;
	cursor:pointer;
	border:1px solid #005279;
}

.color_rojo{
	color:#cc3300;
}

.oculto{
	display:none;
}

form .dos_campos label, form .dos_campos input{
	width:19em;
}

form .dos_campos .boton{
	width:auto;
	padding:0 1.5em;
	margin-top:1.25em;
}

form .dos_campos{
	display:block;
	clear:none;
	float:left;
	width:20.5em;
	margin-right:.5em;
}

/* ---------- kón ----------*/
.error{
	width:39.8em;
	padding:.5em 1em .5em .5em;
	background:#004769 url(../img/all/bullet_error.png) no-repeat right top;
}

input.error, textarea.error, option.error{
	clear:both;
	width:40em;
	padding:.4em .6em;
	font:1em/1em Tahoma, Arial, Helvetica;
	color:#999;
	background:#fff;
	border:1px solid #999;
}

input.error:focus, textarea.error:focus{
	color:#333;
	background:#fff;
	border:1px solid #666;
}

.checkbox.error{
	width:2em;
	background:none;
}

.privacidad label.error{
	margin-bottom:.8em;
	font:1.4em/1em Tahoma, Arial, Helvetica;
}

/* -------------------->>> EXTRAS <<<---------------------*/
/* ---------- Nota ----------*/
.nota{
	margin:2em 0 0 0;
	padding:.5em;
	font:.8em/1.2em Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	background:#ffffcd;
	border:1px solid #ebeb91;
}

/* ---------- Listado ----------*/
.listado{
	margin-top:1.5em;
}

.listado li{
	margin-left:2em;
	margin-right:2em;
	line-height:1.6em;
}

.listado li li{
	margin-left:3em;
}

/* ---------- Galeria de imagenes ----------*/
.galeria_imagenes{
	clear:both;
	float:left;
	width:85.1em;
	margin:1.5em 0;
}

.galeria_imagenes img{
	margin-right:1em;
	padding:3px;
	border:1px solid #666;
}

/* ---------- Descarga ----------*/
.descarga{
	float:left;
	width:294px;
	padding:1.2em 1em 1.2em 4.5em;
	text-decoration:none;
	background:url(../img/all/boton_descargar.gif) no-repeat;
}

.descarga:hover{
	background:url(../img/all/boton_descargar_hover.gif) no-repeat;
}

/* ---------- Bookmark ----------*/
#bookmark{
	float:right;
	width:30em;
	height:1.6em;
	margin:1em 0;
	padding:0;
	background:#fff;
}

#bookmark li{
	display:inline;
	list-style:none;
	margin-left:.5em;
}

/* ---------- Ediciones anteriores ----------*/
.edicion_anterior{
	display:block;
	float:left;
	width:15.5em;
	margin:1.5em 2em 0 0;
	padding:1.5em;
}

.edicion_anterior:hover{
	background:#282828;
}

.edicion_anterior p{
	margin-top:0em;
	font-size:1.8em;
	background:#0079B3;
	text-align:center;
	color:#fff;
}

/* ---------- Cuenta atras ----------*/
#cuenta_atras{
	width:620ps;
	height:120px;
	float:right;
	margin-top:2em;
}

/* ---------- Presentación ----------*/
.presentacion{
	clear:both;
	float:left;
	width:52em;
}

.presentacion img{
	float:right;
	margin-left:1em;
}

.presentacion_ai{
	clear:both;
	float:left;
	width:100%;
}

.presentacion_ai img{
	float:right;
	margin-left:1em;
}


.cartel{
	float:right;
	width:30em;
	margin:1em 0 0 0;
}

.cartel h3{
	font-size:2.6em;
	margin:0;
}

/* ----- Tabla programa -----*/
.tabla_programa{
	margin:10;
	width:30em;
	line-height:1.4em;
}

.tabla_programa a{
	text-decoration:none;
}

.tabla_programa th{
	padding:.2em .8em;
	color:#fff;
	background:#333;
	border-bottom:1px solid #000;
}

.tabla_programa .dia{
	width:2.5em;
	font-size:1.4em;
	font-weight:bold;
	line-height:1em;
	text-transform:uppercase;
	text-align:center;
	background:#0079B3;
	border-bottom:1px solid #000;
}

.tabla_programa td{
	padding:.2em .8em;
	border-bottom:1px solid #333;
	background:#171717;
}

.tabla_programa .gris{
	background:#000;
}


/* ---------- Tabla ----------*/
table{
	margin-top:1.5em;
}

table td{
	padding-bottom:1em;
}

.logotipo_index{
	float:left;
	width:52em;
	margin-top:2em;
}

.cartel_index{
	float:right;
	margin-top:2em;
}

.inscripcion{
	float:right;
	margin-top:1em;
	margin-right:5.5em;
}

.entrar{
	float:right;
	width:38.2em;
	margin-right:4.6em;
}

.entrar li{
	display:inline;
}

.entrar a{
	display:block;
	float:left;
	width:auto;
	margin:1em .5em 0 0;
	padding:.5em 1em;
	font:bold 2.2em/1em Trebuchet MS, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
	background:#0079b3;
}

.entrar a:hover{
	background:#00699B;
}

/* ---------- Ficha película ----------*/
#ficha_pelicula{
	float:left;
	width:650px;
	margin:1em 0 0 4em;
}

#ficha_pelicula h2{
	clear:both;
	float:left;
	margin-top:1em;
	padding:.5em 4em .5em .5em;
	font-size:1.4em;
	font-weight:normal;
	color:#fff;
	background:#0079B3 url(../img/all/bg_tag.png) no-repeat right top;
}

#ficha_pelicula h2 a{
	color:#fff;
	text-decoration:none;
}

#ficha_pelicula h3{
	clear:both;
	float:left;
	margin-top:1em;
	padding:.5em;
	font-size:1.4em;
	font-weight:normal;
	color:#fff;
	background:#000;
}


#ficha_pelicula img{
	clear:both;
	margin-top:2em;
}

/* ---------- Tabla película ----------*/
.tabla_pelicula{
	margin-top:2em;
	width:650px;
}

.tabla_pelicula th{
	width:12em;
	padding:.2em 1.5em .2em 0;
	font-weight:bold;
	border-bottom:1px solid #333;
}

.tabla_pelicula td{
	padding:.2em 0 .2em 0;
	border-bottom:1px solid #333;
}

/* ---------- Galeria ----------*/
.galeria{
	margin-top:2em;
}

.galeria li{
	list-style:none;
	display:block;
	float:left;
	margin:0 1.5em 1.5em 0;
}

.galeria li span{
	display:block;
	padding:.3em 0;
	font-size:1.2em;
	text-align:center;
	background:#0079B3;
}

.galeria li span a{
	color:#fff;
	text-decoration:none;
	font-size: 11px;
}

/* ---------- Boton descarga ----------*/
.boton_descarga a{
	display:block;
	font-size:1.8em;
	color:#fff;
	text-decoration:none;
	width:265px;
	height:40px;
	padding:20px 0 0 70px;
	background:url(../img/all/boton_descarga.png) no-repeat left top;
}

.boton_descarga a:hover{
	background:url(../img/all/boton_descarga.png) no-repeat left bottom;
}
#logocara{
	background-color:#000;
	padding-bottom:6px;}

#premio_foto{
	width:100%;
	float:left;
	text-align:center;
	margin:0;
	padding:0;
}
#premio_foto img{
	margin:0;
	padding:0;
	float:left;
	margin-left:150px;
}
#premio_foto p{
	width:100%;
	float:left;
	text-align:center;
}




#menu_n2 a:hover{
	background:#00699b;
}

#menu_n2 .titulares_barra{

		display:block;
	float:left;
	width:20.5em;
	padding:.6em 1em;
	font:1em/1.4em Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#fff;
	background:#000;
	border-bottom:1px solid #005b87;
	margin-top:0;
}
.fb {
    background: url("../img/all/facebook.png") no-repeat scroll left top transparent;
    padding-left: 20px;
}

/*
	ESTILOS ADIMEDIA
*/
/*
.adiStrong {
	padding: 0 0.2em;
	background-color: #0079B3;
}
*/

.adiStrong a {
	padding: 0 0.2em;
	background-color: #0079B3;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.adiStrong a:hover {
	background-color: #FFFFFF;
	color: #0079B3;
}

.adiH2 {
	padding-top: 1.5em;
	font-size: 1.8em;
}

h2.primero {
	padding-top: 0;
}

.adiH3 {
	font-size: 1.35em;
}

.presentacion img {
	margin: 0 0 1em 0;
}

p.adiBot {
	margin: 4em 0 5em;
}