﻿/**
* @style       General - Semana de Cine Fantástico y de Terror
* @media       screen
* @version     1.0
* @author      Entrewebs, info@entrewebs.com, www.entrewebs.com
* @copyright   © Donostia Kultura
*/

/* -------------------->>> 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;
}

/* ---------->>> Texto <<<----------*/
h1{
	margin-top:1.2em;
	font:3.2em/1em Trebuchet MS, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#9bab09;
}

h2{
	margin-top:1em;
	font:bold 2em/1.4em Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#facb00;
}

h3{
	margin-top:1em;
	font:1.6em/1em Tahoma, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#098bd5;
}

p{
	line-height:1.6em;
	margin-top:1.5em;
}

acronym, abbr{
	border-bottom:1px dotted #facb00;
	cursor:help;
}

ul li{
	list-style:inside url(../img/all/bullet_siguiente.gif);
}

ol li{
	list-style:decimal;
}

/* ---------->>> Enlace <<<----------*/
::-moz-selection {
	background:#efe6be;
	color:#333;
}

::selection {
	background:#efe6be;
	color:#333;
}

a{
	text-decoration:underline;
	color:#facb00;
}

a::-moz-selection {
	background:#efe6be;
	color:#333;
}
a::selection {
	background:#efe6be;
	color:#333;
}

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:100%;
	margin:0;
}

/* ---------->>> Cabecera <<<----------*/
#cabecera{
	float:left;
	width:100%;
	background:url(../img/all/bg_cabecera.gif) repeat-x;
}

/* ----- Logotipo -----*/
#cabecera #logotipo{
	float:left;
}

#cabecera #logotipo_donostia2016{
	float:left;
	margin-left:2.5em;
}

/* ---------->>> Contenido <<<----------*/
.contenido{
	clear:both;
	width:88em;
	margin:.5em auto;
}

/* ---------->>> Contenido Centro <<<----------*/
#contenido_centro{
	float:left;
	width:55em;
	margin:1.5em 0 0 5em;
}

#contenido_centro p{
	font-size:1.2em;
}

/* ---------->>> Contenido Izquierda <<<----------*/
#contenido_izquierda{
	float:left;
	width:26em;
	margin-top:1.5em;
}

/* ---------->>> Pie <<<----------*/
#pie{
	float:left;
	width:100%;
	margin-top:3em;
	padding:2em 0 1em 0;
	font:.9em/1.2em Tahoma, Arial, Helvetica, sans-serif;
	color:#95987e;
	background:#121309 url(../img/all/bg_pie.jpg) repeat-x;	
}

#pie p{
	text-align:center;
	margin:0 0 .6em 0;
}

#pie a{
	text-decoration:none;
}

#pie .familia{
	margin-top:-14em;
}

/* -------------------->>> NAVEGACIÓN <<<---------------------*/
/* ----- Menu Herramientas -----*/
#menu_herramientas{
	float:right;
	width:30em;
	margin:.6em 0 0 1.5em;
	text-align:right;
}

#menu_herramientas li{
	display:inline;
	padding:0 .5em 0 .7em;
	list-style:none;
	border-left:1px solid #000;
}

#menu_herramientas .no_border{
	padding:0 .5em 0 0;
	border-left:none;
}

#menu_herramientas a{
	text-decoration:none;
	color:#000;	
}

#menu_herramientas .activo{
	font-weight:bold;
}

/* ---------- Menu nº1 ----------*/
#menu_n1{
	clear:both;
	float:left;
	width:88.1em;
	margin-top:2em;
	background:#0156a3 url(../img/all/bg_menu_n1.gif) repeat-x;
}

#menu_n1 li{
	display:inline;
	list-style:none;
}

#menu_n1 a{
	display:block;
	float:left;
	padding:.7em 1.2em;
	font:1.6em/1em Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#fff;
	background:url(../img/all/bg_a_menu_n1.gif) no-repeat right;
}

#menu_n1 .activo{
	color:#098bd5;
}

/* ---------- Menu nº2 ----------*/
#menu_n2{
	clear:both;
	float:left;
}

#menu_n2 li{
	display:inline;
	list-style:none;
}

#menu_n2 a{
	display:block;
	clear:both;
	float:left;
	width:16em;
	padding:.5em 1em;
	font-size:1.4em;
	text-decoration:none;
	text-transform:uppercase;
	color:#fff;
	background:#af8e00;
	border-bottom:1px solid #000;
}

#menu_n2 a:hover{
	background:#ccad27;
}

#menu_n2 .activo{
	font-weight:bold;
	color:#000;
	background:#facb00;
}

/* ---------- Menu nº3 ----------*/
#menu_n3{
	clear:both;
	float:left;
	width:52.6em;
	margin-bottom:2em;
	text-transform:uppercase;
}

#menu_n3 ul{
	float:left;
	width:16.2em;
	margin-right:1em;
}

#menu_n3 ul li{
	line-height:1.8em;
}

#menu_n3 a{
	text-decoration:none;
}

#menu_n3 .activo{
	padding:0 .5em;
	font-weight:bold;
	text-decoration:none;
	color:#000;
	background:#facb00;
}

/* ---------- Ruta ----------*/
#ruta{
	clear:both;
}

#ruta li{
	display:block;
	float:left;
	padding:0 0 0 1.2em;
	margin:0 .6em 0 0;
	background:url(../img/all/bullet_siguiente.gif) no-repeat left .7em;
}

#ruta .no_background{
	background:none;
	padding:0;
}

/* -------------------->>> FORMULARIO <<<---------------------*/
form{
	float:left;
	width:42em;
	margin:1em 2em 0 2em;
	font-size:1.2em;
}

form li{
	margin-bottom:.6em;
	list-style:none;
}

legend{
	display:none;
}

fieldset{
	border:none;
}

label{
	display:block;
	clear:both;
	width:41em;
	padding:.4em 0;
}

input, textarea, select{
	width:40em;
	padding:.4em .6em;
	font:1em/1em Tahoma, Arial, Helvetica;
	color:#cecece;
	background:#011A2A url(../img/all/bg_input.gif) repeat-x;
	border:1px solid #032C47;
}

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:#fff;
	background:#031d2e;
}

.obligatorio{
	margin-left:3em;
}

.checkbox{
	width:2em;
	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:.5em 1em;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	color:#fff;
	background:#022341;
	border:none;
	cursor:pointer;
}

.color_rojo{
	color:#6b0e0e;
}

.oculto{
	display:none;
}

/* ---------- Validación ----------*/
.error{
	width:39.8em;
	padding:.5em 1em .5em .5em;
	background:#190000 url(../img/all/bullet_error.gif) no-repeat 39em;
}

input.error, textarea.error, option.error{
	clear:both;
	width:40em;
	padding:.4em .6em;
	font:1em/1em Tahoma, Arial, Helvetica;
	color:#cecece;
	background:#011A2A url(../img/all/bg_input.gif) repeat-x;
	border:1px solid #032C47;
}

input.error:focus, textarea.error:focus{
	color:#fff;
	background:#031d2e;
}

.checkbox.error{
	width:2em;
	background:none;
}

.privacidad label.error{
	margin-bottom:.8em;
	font:1.4em/1em Tahoma, Arial, Helvetica;
}

/* -------------------->>> EXTRAS <<<---------------------*/
.caja{
	padding:1.2em;
}

.fondo_logotipo{
	background:#1a1a1a url(../img/all/bg_caja_logotipo.gif) no-repeat right bottom;
}
