/* UI RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, font, img,
ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
center, u, b, i {
     margin: 0;
     padding: 0;
     border: 0;
     outline: 0;
     font-weight: normal;
     font-style: normal;
     font-size: 100%;
     font-family: inherit;
     vertical-align: baseline
}

body {
     line-height: 1
}

:focus {
     outline: 0
}

ol, ul {
     list-style: none
}

table {
     border-collapse: collapse;
     border-spacing: 0
}

blockquote:before, blockquote:after, q:before, q:after {
     content: ""
}

blockquote, q {
     quotes: "" ""
}

input, textarea {
     margin: 0;
     padding: 0
}

hr {
     margin: 0;
     padding: 0;
     border: 0;
     color: #000;
     background-color: #000;
     height: 1px
}
/* LAYOUT */

body{
font:12px Arial, Helvetica, sans-serif;
color:#000;
background:#FFF;
}
#contenedor{
width: 100%;
height: 100%;
float: left;
}
#contenedor #cabecera{
float: left;
width: 100%;
background-color: #81a22e;
height: 40px;
text-indent: 10px;
}
#contenedor #cabecera .raya{
float: left;
width: 100%;
background-color: black;
height: 20px;
margin-bottom: 2px;
}
#contenedor #content{
width: 1024px;
min-width: 1024px;
margin: 0 auto 0;
}
#contenedor #content .modulo_izq{
width: 50%;
float: left;
}
#contenedor #content .modulo_der{
width: 50%;
float: left;
}
#contenedor #content .menu{
float: right;
text-indent: -9999px;
margin-top: 20px;
margin-bottom: 30px;
height: 470px;
}
#contenedor #content .menu li{
background: url(../img/menu/menu.gif) no-repeat 0 0;
width: 57px;
height: 58px;
}
#contenedor #content .menu a{
display: block;
width: 100%;
height: 100%;
}
#contenedor #content .menu #menu_1{
background-position: -57px 0;
}
#contenedor #content .menu #menu_2{
background-position: -57px -58px;
}
#contenedor #content .menu #menu_3{
background-position: -57px -116px;
}
#contenedor #content .menu #menu_4{
background-position: -57px -174px;
}
#contenedor #content .menu #menu_5{
background-position: -57px -232px;
}
#contenedor #content .menu #menu_6{
background-position: -57px -290px;
}
#contenedor #content .menu #menu_7{
background-position: -57px -348px;
}
#contenedor #content .menu #menu_8{
background-position: -57px -406px;
}
#contenedor #content .menu #menu_9{
background-position: -57px -464px;
}
#contenedor #content .menu #menu_1:hover{
background-position: 0 0;
}
#contenedor #content .menu #menu_2:hover{
background-position: 0 -58px;
}
#contenedor #content .menu #menu_3:hover{
background-position: 0 -116px;
}
#contenedor #content .menu #menu_4:hover{
background-position: 0 -174px;
}
#contenedor #content .menu #menu_5:hover{
background-position: 0 -232px;
}
#contenedor #content .menu #menu_6:hover{
background-position: 0 -290px;
}
#contenedor #content .menu #menu_7:hover{
background-position: 0 -348px;
}
#contenedor #content .menu #menu_8:hover{
background-position: 0 -406px;
}
#contenedor #content .menu #menu_9:hover{
background-position: 0px -464px;
}
#contenedor #content .pie_img{
margin: 0 auto 0;
clear: both;
width: 330px;
}
#contenedor #content .pie_img_2{
width: 100px;
float: left;
margin-left: 220px;
}
#contenedor #content .pie_img_2 a{
display: block;
}
#contenedor #content .btn_volver{
float: left;
clear: both;
width: 56px;
height: 17px;
margin-left: 1%;
background: url(../img/menu/volver.gif) no-repeat 0 -18px;
}
#contenedor #content .btn_volver:hover{
background: url(../img/menu/volver.gif) no-repeat 0 0px;

}

#contenedor #content .btn_volver a{
display: block;
cursor: pointer;
}


/*Seciones*/

#contenedor #content .seccion{
float: right;
text-indent: -9999px;
height: 408px;
width: 95px;
margin-top: 30px;
clear: both;
}
#contenedor #content h2{
float: right;
text-indent: -9999px;
width: 105px;
height: 30px;
}
#contenedor #content #tit_1999{
background: url(../img/sitges_1999.gif) no-repeat 0 0;
}
#contenedor #content #tit_2002{
background: url(../img/sitges_2002.gif) no-repeat 0 0;
}
#contenedor #content #tit_2003{
background: url(../img/sitges_2003.gif) no-repeat 0 0;
}
#contenedor #content #tit_2004{
background: url(../img/sitges_2004.gif) no-repeat 0 0;
}
#contenedor #content #tit_2005{
background: url(../img/sitges_2005.gif) no-repeat 0 0;
}
#contenedor #content #tit_2006{
background: url(../img/sitges_2006.gif) no-repeat 0 0;
}
#contenedor #content #tit_2007{
background: url(../img/sitges_2007.gif) no-repeat 0 0;
}
#contenedor #content #tit_2008{
background: url(../img/sitges_2008.gif) no-repeat 0 0;
}
#contenedor #content #tit_2009{
background: url(../img/sitges_2009.gif) no-repeat 0 0;
}
#contenedor #content .seccion li{
background: url(../img/menu_secc.gif) no-repeat 0 0;
width: 95px;
height: 99px;
}
#contenedor #content .seccion a{
display: block;
width: 100%;
height: 100%;
}
#contenedor #content .seccion #menu_1{
background-position: -100px 0;
}
#contenedor #content .seccion #menu_2{
background-position: -100px -100px;
}
#contenedor #content .seccion #menu_3{
background-position: -100px -200px;
}
#contenedor #content .seccion #menu_4{
background-position: -100px -290px;
}
#contenedor #content .seccion #menu_1:hover{
background-position: -197px 0;
}
#contenedor #content .seccion #menu_2:hover{
background-position: -197px -100px;
}
#contenedor #content .seccion #menu_3:hover{
background-position: -197px -200px;
}
#contenedor #content .seccion #menu_4:hover{
background-position: -197px -290px;
}
#contenedor #content .seccion .menu_1_selec{
background-position: -197px 0 !important;
}
#contenedor #content .seccion .menu_2_selec{
background-position: -197px -100px !important;
}
#contenedor #content .seccion .menu_3_selec{
background-position: -197px -200px !important;
}
#contenedor #content .seccion .menu_4_selec{
background-position: -197px -290px !important;
}
#contenedor #content .seccion #menu_1_desac{
background-position: 0 0;
}
#contenedor #content .seccion #menu_2_desac{
background-position: 0 -100px;
}
#contenedor #content .seccion #menu_3_desac{
background-position: 0 -200px;
}
#contenedor #content .seccion #menu_4_desac{
background-position: 0 -290px;
}
#contenedor #content .modulo_izq_secc{
width: 400px;
float: left;
margin-top: 50px;
margin-bottom: 50px;
}
#contenedor #content .modulo_der_secc{
width: 500px;
float: left;
padding-top: 105px;
margin-top: 55px;
margin-bottom: 20px;
min-height: 390px;
border-left: solid 2px black;

}
#contenedor #content .modulo_der_secc .pieza{
float: left;
width: 200px;
margin-left: 20px;
margin-bottom: 20px;
height: 130px;
}
#contenedor #content .modulo_der_secc .pieza_v{
height: 180px !important;
}
#contenedor #content .modulo_der_secc .pieza_ac{
float: left;
width: 450px;

margin-left: 20px;
margin-bottom: 10px;
}
#contenedor #content .modulo_der_secc .pieza_ac h3{
float: left;
font-size: 14px;
font-weight: bold;
margin-bottom: 5px;
margin-left: 20px;
width: 150px;
}
#contenedor #content .modulo_der_secc .pieza_ac img{
float: left;
border: solid black 1px;
float: left;
clear: both;
}
#contenedor #content .modulo_der_secc .pieza_ac p{
float: left;
font-size: 12px;
font-weight: normal;
margin-left: 20px;
width: 260px;
text-align: justify;

}
#contenedor #content .modulo_der_secc .pieza p{
float: left;
font-size: 12px;
font-weight: bold;
margin-bottom: 10px;
clear: both;
text-align: justify;
}
#contenedor #content .modulo_der_secc .pieza img{
float: left;
border: solid black 1px;
float: left;
clear: both;
}
#contenedor #content .modulo_der_secc .pieza:hover{
color: #89a83c !important;
}



/**Videos**/
#module_video{
float: left;
clear: both;
margin-left: 20px;
margin-right: 20px;
}

#contenedor .tit_video{
float:left;
font-size:14px;
font-weight:bold;
margin:10px;
}

#module_img{
float: left;
margin-left: 20px;
margin-right: 20px;
clear: both;
}

#contenedor .tit_img{
float:left;
font-size:14px;
font-weight:bold;
margin:10px;
}

/**Acciones especiales**/

#module_acc{
float: left;
margin-left: 20px;
margin-right: 20px;
text-align: center;
}

#module_acc p{
float: left;
clear: both;
margin-bottom: 10px;
text-align: justify !important;
}
#contenedor .tit_acc{
float:left;
font-size:14px;
font-weight:bold;
margin-left:20px;
margin-bottom: 5px;
margin-top: 10px;
}
#module_acc .reel_img{
float: left;
width: 100%;
position: absolute;
bottom: 0px;
}
#module_acc .reel_pieza{
float: left;
width: 162px;
margin: 5px;
}
#module_acc .reel_pieza a{
display: block;
}
#module_acc .reel_pieza #acc_menu_1{
border: 1px solid white;
}
#module_acc .reel_pieza #acc_menu_1:hover{
border: 1px solid black !important;
}
#module_acc .reel_pieza .acc_menu_1_selec{
border: 1px solid black !important;
}
#module_acc .reel_pieza #acc_menu_2{
border: 1px solid white;
}
#module_acc .reel_pieza #acc_menu_2:hover{
border: 1px solid black !important;
}
#module_acc .reel_pieza .acc_menu_2_selec{
border: 1px solid black !important;
}
#module_acc .reel_pieza #acc_menu_3{
border: 1px solid white;
}
#module_acc .reel_pieza #acc_menu_3:hover{
border: 1px solid black !important;
}
#module_acc .reel_pieza .acc_menu_3_selec{
border: 1px solid black !important;
}
#module_acc .reel_pieza #acc_menu_4{
border: 1px solid white;
}
#module_acc .reel_pieza #acc_menu_4:hover{
border: 1px solid black !important;
}
#module_acc .reel_pieza .acc_menu_4_selec{
border: 1px solid black !important;
}
#module_acc .reel_pieza #acc_menu_5{
border: 1px solid white;
}
#module_acc .reel_pieza #acc_menu_5:hover{
border: 1px solid black !important;
}
#module_acc .reel_pieza .acc_menu_5_selec{
border: 1px solid black !important;
}






































































