/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.11.3
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul,li {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}

/* ^^^^^^^^^^^^^^^^^^^^^^^ reset.css ^^^^^^^^^^^^^^^^^^^^^^^ */

/*
--- body ----------------------------------------------------------------------------------	body
*/

body {
font-size: 13px;
font-family:  "Trebuchet MS", Trebuchet, Tahoma, Verdana, Lucida, Helvetica, Arial, sans-serif;
color: #343434;
margin: 0px;
padding: 0px;
background-color: #D0D0D0;
background-image: url(../img/fondos/body.gif);
background-repeat: repeat-y;
background-position: center;
text-align: center;
}

/*
--- Elementos comunes --------------------------------------------------------------------	Elementos comunes
*/

strong {
font-weight: bold;
}

em {
font-style: italic;
}

ol {
list-style: decimal;
}

abbr,
acronym {
cursor: help;
}

.fin {
clear: both;
}

a {
color: #1571AB;
font-weight: bold;
text-decoration: none;
}

a:hover {
color: #1571AB;
font-weight: bold;
text-decoration: underline;
}

a:visited {
font-weight: bold;
color: #1571AB;
}

h3 {
font-size: 19px;
letter-spacing: 1px;
color: #315565;
}

h4 {
font-size: 16px;
letter-spacing: 1px;
color: #315565;
}


input.text,
textarea {
padding: 1px 2px;
}

input.text,
textarea,
select {
border: 1px solid #7F9DB9;
}

textarea {
overflow: auto;
}

/* 
--- layout -------------------------------------------------------------------------------	div layout
*/

div#layout {
width: 980px;
margin: 0 auto;
background-color: #1C333F;
text-align: left;
position: relative;
padding-top: 45px;
border-left: 1px solid #4E6674;
border-right: 1px solid #4E6674;
}

/* 
--- cabecera ------------------------------------------------------------------------------	div cabecera
*/

#cabecera {
background-color: #8d8e92;
z-index: 1;
}


h1 {
position: absolute;
z-index: 3;
}



h1 span {
display: none;
}

#inscripcion {
z-index: 97;
position: absolute;
top: 22px;
left: 506px;
width: 160px;
height: 44px;
background-image: url(../img/fondos/boton_inscribete.png);
background-repeat: no-repeat;
text-align: center;
}



/* 13/08/09 Rafa: extiendo así los estilos de los enlaces "inscríbete" al texto "gracias" que ponemos durante un festival y otro
#inscripcion p.inscribete a { */


#inscripcion p.inscribete {
z-index: 99;
display: block;
height: 44px;
line-height: 38px;
color: #fff;
font-size: 18px;
text-decoration: none;
letter-spacing: 2px;
padding-left: 5px;
}

#inscripcion p.inscribete a:hover {
display: block;
background-image: url(../img/fondos/boton_inscribete_hover.png);
}

#flypi {
position: absolute;
top: 15px;
left: 379px;
z-index: 3;
}

#menu-apoyo {
position: absolute;
top: 20px;
left: 0;
background-color: #1C333F;
z-index: 2;
}

#menu-apoyo ul li {
display: inline;
}

#menu-apoyo ul li a {
font-size: 12px;
color: #657D8A;
border-right: 1px solid #657D8A;
padding-right: 1em;
padding-left: 1em;
font-weight: normal;
}

#menu-apoyo ul li.ultimo a {
border: none;
}


#menu-apoyo ul li a:hover {
text-decoration: none;
font-weight: normal;
color: #FE8205;
}

#menu-idiomas {
position: absolute;
top: 20px;
right: 0;
background-color: #1C333F;
z-index: 2;
}

#menu-idiomas ul li {
display: inline;
}

#menu-idiomas ul li a {
font-size: 12px;
color: #657D8A;
border-right: 1px solid #657D8A;
padding-right: 1em;
padding-left: 1em;
font-weight: normal;
}

#menu-idiomas ul li.ultimo a {
border: none;
}


#menu-idiomas ul li a:hover {
text-decoration: none;
font-weight: normal;
color: #FE8205;
}


/* 
--- navegación ------------------------------------------------------------------------------	div navegacion
*/


#navegacion {
background-color: #2D4454;
}

#menu {
background-image: url(../img/fondos/menu.gif);
background-repeat: repeat-x;
border-top: 1px solid #4E6674;
border-bottom: 1px solid #2B3E47;
height: 33px;
text-align: center;
}

#menu ul {
float: right;
}

#menu ul li {
position: relative;
float: left;
/*
display: inline;
*/
}

#menu ul li.seleccionado {
background-color: #FE8205;
background-image: url(../img/fondos/menu_hover.gif);
}

#menu ul li#apartado-id-1 {
background-color: transparent;
background-image: url(../img/fondos/menu_home.png);
width: 40px;
}

#menu ul li#apartado-id-1 a {
background-image: url(../img/fondos/menu_home.png);
width: 40px;
height: 33px;

}

#menu ul li#apartado-id-1 span a span {
display: none;
}


#menu ul li a {
display: block;
width: 160px;
/*
float: left;
*/
color: #F4EEFA;
font-size: 14px;
font-weight: bold;
letter-spacing: 2px;
padding: 0;
border-left: 1px solid #4E6674;
line-height: 33px;
text-decoration: none;
}

#menu ul li a:hover {
text-decoration: none;
background-color: #FE8205;
background-image: url(../img/fondos/menu_hover.gif);
}

#n0_11 {
display: none;
}


/* 
--- general ------------------------------------------------------------------------------
*/




/*
--- pie ------------------------------------------------------------------------------	div pie
*/

#pie {
clear: both;
}

#pie ul {
background-color: #2D4454;
height: 25px;
line-height: 25px;
text-align: right;
}

#pie ul li {
display: inline;
}

#pie ul li a {
color: #657D8A;
font-size: 10px;
letter-spacing: 1px;
padding: 0 1em;
border-right: 1px solid #67818E;
line-height: 25px;
font-weight: normal;
}

#pie ul li.ultimo a {
border-right: none;
}

#pie ul li a:hover {
color: #FE8205;
text-decoration: none;
font-weight: normal;
}

