

/***********************************************

ESTRUCTURA

***********************************************/

#contenedor {
    position: relative;
    width: 950px;
    margin: 0 auto;
    padding: 0 19px;
    background: url("../images/ed/bg_contenedor.png") top center repeat-y;
    overflow: hidden;
}

#col_izquierda {
    width: 231px;
    float:left;
    margin: 0 9px 10px 0;
}

body.col2 #col_izquierda {
    display: none;
}

#main_content {
    margin: 0 10px 10px 0;
    padding: 0;
    width: 461px;
    float:left;
}

body.col2 #main_content {
    width: 701px;
}

#col_derecha {
    margin: 0;
    padding: 0;
    width: 231px;
    float:right;
}

#header {
    height: 150px;
    position: relative;
}

h1 {
    font-size: 110%;
    margin: 0;
}

h1,
h1 a,
h1 a span {
    display: block;
    width: 320px;
    height: 90px;
    position: relative;
}

h1 a span {
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/ed/logo_sccalp.png") top left no-repeat;
}

#header #tagline {
    position: absolute;
    margin: 0;
    right: 10px;
    top: 5px;
    width: 250px;
    height: 90px;
}

#header #tagline span {
    display: block;
    width: 250px;
    height: 90px;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/ed/bg_tagline.png") top left no-repeat;
}

#header p#login_block {
    margin: 0;
    position: absolute;
    bottom: 20px;
    right: 10px;
    text-align: right;
    font-size: 80%;
    font-weight: bold;
    .bottom: 40px
}

#footer {
    border-top: 2px solid #A64F17;
    background: #eee;
    padding: 10px;
    clear: both;
    font-size: 70%;
    overflow: hidden;
}

/***********************************************

ELEMENTOS COMUNES

***********************************************/

body{
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    margin: 0;
    padding: 0;
    background: #A64F17 url("../images/ed/bg_body.png") top left repeat-x;
}

#cuerpo {
    font-size: 80%;
    position: relative;
}

a{
    color: #963;
    text-decoration: none;
}

a:link, a:visited{
    color: #963;
    text-decoration: none;
}

a:hover{
    color: #633;
    text-decoration: underline;
}

h2{
    font-size: 150%;
    color: #633;
    margin: 14px 0;
    text-align: left;
}

h3{
    font-size: 110%;
    color: #633;
}

h4{
    font-size: 100%;
    color: #333;
    margin: 0;
}

h5{
    font: normal 60% Verdana, Arial, sans-serif;
}

h6{
    font: normal 70% Verdana, Arial, sans-serif;
    text-align: right;
    color: #633;
    margin-bottom: 1em;
}

li{
    text-align: left;
    margin-bottom: 10px;
}

ol{
    list-style-type: lower-alpha;
    list-style-position: outside;
}

ol ol{
    margin-top: 1em;
    font-size: 100%;
}

ol ol ol{
    font-size: 110%;
}

ul{
    list-style-type: disc;
    list-style-position: outside;
}

ul ul{
    list-style-type: disc;
}

ul ul ul{
    list-style-type: none;
}

label{
    font-weight: bold;
}

textarea {
    vertical-align: top;
}

table{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 85%;
    text-align: left;
    line-height: normal;
}

caption{
    font: bold 140% Arial, Helvetica, sans-serif;
    color: #633;
    padding: 1.5em 0 0.5em 0;
    text-align: left;
}

img {
    border: 0;
}

p.pdf {
    padding: 2px 0 2px 20px;
    background: url("../images/ed/ico_pdf.png") left no-repeat;
}

p.msword {
    padding: 2px 0 2px 20px;
    background: url("../images/ed/ico_word.png") left no-repeat;
}

.getadobe {
    float:right;
    margin-top:-2em;
}

.listanumeros{
	list-style-type: decimal;
}

p.ver_mas {
    margin: 0 0 20px 0;
    text-align: right;
    font-size: 85%;
}

p.tag_view_heading {
    background: #ffe6bf;
    padding: 5px;
}

span.size {
    font-size: 93%;
    color: #555;
}

/***********************************************

NAVEGACIÓN PRINCIPAL

***********************************************/

ul#nav {
    margin: 20px 0 10px 0;
    padding: 0;
    height: 25px;
    border-bottom: 5px solid #0473B3;
    font-size: 80%;
}

ul#nav li {
    display: block;
    margin: 0;
    position: relative;
    float: left;
    background: #FFE6BF;
    margin: 0 1px 0 0;
}

ul#nav li a {
    display: block;
    height: 25px;
    line-height: 25px;
    padding: 0 15px;
    float: left;
}

ul#nav li a:hover {
    background: #0473b3;
    color: #fff;
}

ul#nav li ul{
    width: 350px;
    margin: 0;
    padding: 5px;
    position: absolute;
    z-index: 300;
    display: none;
    top: 25px;
    left: 0;
    border-top: 5px solid #ee7d1b;
    background-color: #FFE6BF;
}

ul#nav li ul li{
    display: block;
    float: none;
}

ul#nav li ul li a {
    float: none;
    font-weight: normal;
    height: 18px;
    line-height: 18px;
}

ul#nav li ul li a:hover{
    background-color: #A64F17;
}

ul#nav li:hover ul,
#menuPrincipal li.over ul {
    display: block;
    clear: left;
}


/*****************************************
                                          BLOQUES
                                          *****************************************/

#col_derecha .block {
    margin: 0 0 30px 0;
}

#col_derecha .block h3 {
    font-size: 100%;
    border-bottom: 3px solid #a64f17;
    padding: 0 0 4px 0;
}

#col_derecha #bulletin_menu h3 {
    margin-bottom: 0;
}

#col_derecha #bulletin_menu p#creative_commons {
    text-align: center;
    background: #eee;
    padding: 5px 0;
}

#col_derecha .block ul {
    margin: 0;
    padding: 0;
}

#col_derecha #bulletin_menu ul {
    padding-top: 12px;
}

#col_derecha .block ul li {
    list-style-type: none;
    margin: 1px 0;
}

#col_derecha .block ul li a {
    display: block;
    height: 20px;
    line-height: 20px;
    padding: 2px 0 2px 10px;
    border-left: 5px solid #eee;
}

#col_derecha #bulletin_menu ul li a {
    border-left: 5px solid #a64f17;
    background: #eee;
    color: #222;
}

#col_derecha .block ul li a:hover {
    border-left: 5px solid #a64f17;
    background: #eee;
}

.nocss{
    display: none;
}

/*****************************************
                                          FOOTER
                                          *****************************************/

#footer ul {
    margin: 0 0 7px 0;
    padding: 0;
}

#footer p {
    margin: 0 0 7px 0;
}

#footer ul li {
    display: inline;
}

#footer ul li a {
    padding: 3px 0;
}

#footer ul li#rss a {
    padding-left: 20px;
    background: url("../images/ed/ico_feed.png") left no-repeat;
}

#footer ul#footer_nav {
    float: right;
}

#footer #gsk {
    margin: -30px 0 0 0;
    float: right;
    width: 340px;
    text-align: center;
}

#footer #gsk h4 {
    margin: 5px 0;
    font-size: 93%;
    text-align: left;
}

#footer #gsk p.note {
    font-size: 85%;
}

/*****************************************
                                          SECCIONES
                                          *****************************************/

.intro,
.excerpt {
    font-size: 120%;
    line-height: 150%;
    color: #666;
    margin: 10px 0;
}

div#adjuntos {
    border-top: 3px solid #ccc;
    margin: 10px;
    padding: 10px;
    background: #eee;
}

div#adjuntos h3 {
    margin: 0;
}

div#adjuntos ul {
    margin: 10px 0;
    padding: 0;
    font-size: 93%;
}

div#adjuntos ul li {
    list-style-type: none;
    padding: 3px 0 3px 20px;
    background: url("../images/ed/ico_file.png") left no-repeat;
}

div#adjuntos ul li.pdf {
    background-image: url("../images/ed/ico_pdf.png");
}

div#adjuntos ul li.msword {
    background-image: url("../images/ed/ico_word.png");
}

div#adjuntos ul li.zip {
    background-image: url("../images/ed/ico_zip.png");
}

div#adjuntos ul li span.size {
    font-size: 90%;
    color: #555;
}

ul#child_navigation {
    height: 20px;
    margin: 0;
    padding: 0;
}

a.msword {
    background: url("../images/ed/ico_word.png") no-repeat left;
    padding-left: 18px;
}

/*----------------------------------------
  MEETINGS
  ----------------------------------------*/

body.meetings_section #meeting_cols .col {
    width: 350px;
    float: left;
}

body.meetings_section #meeting_cols .col_right {
    float: right;
}

body.meetings_section #meeting_cols .col h3 {
    padding: 0 0 3px 0;
    border-bottom: 3px solid #a64f17;
}

body.meetings_section #meeting_cols .col .meeting {
    margin: 10px 0 20px 0;
    border-bottom: 1px solid #a64f17;
}

body.meetings_section #meeting_cols .col .meeting p.year {
    font-size: 150%;
    font-weight: bold;
}

ul.pages {
    font-size: 93%;
    margin: 0 0 10px 0;
    padding: 5px;
    background: #efefef;
    border-bottom: 1px solid #ccc;
}

ul.pages li {
    display: inline;
    padding: 0 5px;
    border-right: 2px solid #ccc;
    font-weight: bold;
}

ul.pages li a {
    font-weight: normal;
}

ul.pages li.last {
    border: none;
}

.meeting #photo_gallery {
    height: 400px;
    width: 701px;
}

.meeting img {
    float: right;
    margin-left: 1em;
}


/*----------------------------------------
  NOTICIAS
  ----------------------------------------*/

body#portada_noticias .post {
   
    margin: 0 0 1em 235px;
    padding: 0 0 1em 0;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    width: 456px;
}


body#noticia_page .post .excerpt {
    border-left: 10px solid #e6e6e6;
    padding: 0 0 0 10px;
}

#portada_noticias .categories_menu {
    float:left;
    width: 235px
}

#portada_noticias .categories_menu ul {
    margin: 0;
    padding: 0;
}

#portada_noticias .categories_menu ul li {
    list-style-type: none;
}

#portada_noticias .tagcloud {
    width: 150px
}



.nube1 {font-size: 1.0em;}
.nube2 {font-size: 1.2em;}
.nube3 {font-size: 1.4em;}
.nube4 {font-size: 1.6em;}
.nube5 {font-size: 1.8em;}
.nube6 {font-size: 2.0em;}



.post h2 {
    margin-bottom: 5px;
}

.post p.date {
    font-size: 85%;
    margin: 0 0 10px 0;
}

.meeting .body,
.post .body {
    line-height: 170%;
}

body#noticia_page .post .body {
    border-left: 10px solid #efefef;
    padding: 0 0 0 10px;
}

.post .body p.ultima_actualizacion {
    font-size: 85%;
}

.post .body p.ultima_actualizacion span {
    font-weight: bold;
}

.categories ul {
    font-size: 93%;
    margin: 0 0 10px 0;
    padding: 5px;
    background: #efefef;
    border-bottom: 1px solid #ccc;
}

.categories ul li {
    display: inline;
    padding: 0 5px;
    border-right: 2px solid #ccc;
}

.categories ul li.last {
    border: none;
}

.post #comentarios {
    margin: 20px 0 0 0;
    border-top: 1px solid #ccc;
    padding: 10px 0;
}

#comentarios form p {
    margin-left: 20px;
}

#comentarios textarea {
    border: 1px solid #ccc;
    width: 630px;
    height: 200px;
}

.post #comentarios h3 {
    font-size: 100%;
}

.post #comentarios .comentario {
    margin: 10px;
    border-left: 4px solid #eee;
}

.post #comentarios .par {
    border-left-color: #ccc;
    background: #eee;
}

.post #comentarios .comentario p.autor {
    margin: 0 0 10px 0;
    padding: 5px;
    background: #ffe6bf;
}

.post #comentarios .comentario .inner_content {
    padding: 0 10px 10px 10px;
    font-size: 92%;
}

.post #comentarios .nuevo {
    margin: 30px 10px 0 10px;
}

.post #comentarios .nuevo h4 {
    margin: 0;
    padding: 5px;
    background: #efefef;
    border-top: 1px solid #a64f17;
}

/*----------------------------------------
  TAGS
  ----------------------------------------*/
#tag_elements {
    
}

/*----------------------------------------
  HOME
  ----------------------------------------*/

body#home_page #col_izquierda #noticias .post {
    font-size: 90%;
    border-bottom: 1px solid #ccc;
    padding: 5px;
    margin: 0 0 10px 0;
}

body#home_page #col_izquierda #noticias .post h3 {
    margin: 0 0 10px 0;
}

body#home_page #col_izquierda #noticias .post p {
    margin: 10px 0 0 0;
}

body#home_page #col_izquierda #noticias .post p.ver_mas {
    margin: 0 0 10px 0;
}

body#home_page #col_izquierda #noticias .post p.category {
    margin: 0;
    font-weight: bold;
}

body#home_page #main_content .post {
    margin: 0 0 30px 0;
    line-height: 130%;
    border-left: 10px solid #e6e6e6;
    padding: 0 0 0 10px;
}


.post img {
    padding: 3px;
    float: left;
    margin: 0 10px 10px 0;
}

body#home_page #main_content .post img{
    padding: 0;
    float: right;
    margin: 0 0 10px 1em;
}

/*----------------------------------------
  BOLETÍN
  ----------------------------------------*/

body.bulletin_section #archivo_boletin ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

body.bulletin_section #archivo_boletin ul li {
    padding: 0 0 0 30px;
    background: url("../images/ed/book.png") 10px center no-repeat;
}

body#bulletin_page #col_izquierda p#bulletin_nav {
    color: #666;
}

body.bulletin_section #col_izquierda #ultimo img,
#col_izquierda p#bulletin_frontpage img {
    border: 1px solid #ccc;
    padding: 4px;
}

body#bulletin_page #col_izquierda ul#bulletin_sections,
body#bulletin_home_page #col_izquierda #bulletin_sections ul {
    margin: 10px 0;
    padding: 0;
}

body#bulletin_page #col_izquierda ul#bulletin_sections li,
body#bulletin_home_page #col_izquierda #bulletin_sections li {
    list-style-type: none;
    padding: 0 0 0 22px;
    background: url("../images/ed/report.png") left top no-repeat;
}

body#bulletin_page #main_content ul#bulletin_articles {
    margin: 10px 0;
    padding: 0;
}

body#bulletin_page #main_content ul#bulletin_articles li {
    list-style-type: none;
}

body#bulletin_page #main_content ul#bulletin_articles li h3 {
    background: #ffe6bf;
    border-bottom: 1px solid #a64f17;
    padding: 2px;
}

body#bulletin_page #main_content ul#bulletin_articles li h4 {
    font-weight: bold;
}

body#bulletin_page #main_content ul#bulletin_articles li ul {
    margin: 0;
    padding: 0;
}

body#bulletin_page #main_content ul#bulletin_articles li ul li {
    margin: 10px 0;
    padding: 5px 0 5px 10px;
    border-left: 3px solid #eee;
    overflow: hidden;
}

body#bulletin_page #main_content ul#bulletin_articles li ul li p.edit {
    font-size: 90%;
}

body#bulletin_page #main_content p.autor {
    color: #555;
    font-style: italic;
    margin: 0 0 5px 0;
    font-size: 93%;
}

body#bulletin_page #main_content p.ref_biblio {
    font-size: 93%;
    margin: 0 0 20px 0;
}

body#bulletin_page #main_content ul#bulletin_articles li p.resume,
body#bulletin_page #main_content ul#bulletin_articles li p.pdf {
    float: left;
    margin: 0 20px 0 0;
    padding: 2px 0 2px 20px;
}

body#bulletin_page #main_content p.resume {
    background: url("../images/ed/report_magnify.png") left no-repeat;
}

body#bulletin_page #article_content {
    margin: 10px 0;
    padding: 5px 0 5px 10px;
    border-left: 3px solid #eee;
    overflow: hidden;
}

body#bulletin_page #article_content .description {
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
    padding: 10px;
    color: #555;
}

body#bulletin_page p.back_bulletin {
    font-size: 93%;
    padding: 2px 0 2px 18px;
    background: url("../images/ed/ico_back.png") left no-repeat;
}


/*              ARCHIVO BOLETÍN
                ----------------------------------------*/

body#bulletin_archive_page table {
    width: 450px;
}

body#bulletin_archive_page table {
    border: none;
}

body#bulletin_archive_page table th,
body#bulletin_archive_page table td {
    padding: 5px;
    border: none;
}

body#bulletin_archive_page table thead th {
    border-bottom: 2px solid #aaa;
    background: #FFE6BF;
}

body#bulletin_archive_page table tbody th {
    width: 150px;
    background: #eee;
}

body#bulletin_archive_page table tbody th,
body#bulletin_archive_page table tbody td {
    border-bottom: 1px solid #ccc;
}

/*----------------------------------------
  CONTENIDO EDITORIAL
  ----------------------------------------*/

#editorial_content {
    line-height: 150%;
    font-size: 103%;
}

#editorial_content ul {
    margin: 1em 0 1em 1em;
    padding: 0;
}

#editorial_content ul li {
    padding: 0 0 0 20px;
    list-style-type: none;
    background: url("../images/ed/bullet.png") left 1px no-repeat;
}

#editorial_content div.menu_contenidos {
    border-top: 1px solid #ccc;
    background: #efefef;
    margin: 10px 10px 0 0;
    padding: 10px;
    font-size: 93%;
}

#editorial_content div.menu_contenidos h3 {
    font-size: 100%;
    margin: 0;
}

#editorial_content div.menu_contenidos ul li {
    background-image: url("../images/ed/bullet_black.png");
    margin: 0;
}


#editorial_content img {
    padding: 3px;
}

#editorial_content img.izda {
    float: left;
    margin: 0 10px 10px 0;
}

#editorial_content img.derecha {
    float: right;
    margin: 0 0 10px 10px;
}

#editorial_content h2,
#editorial_content h3 {
    clear: both;
}

#editorial_content table {
    border: none;
    border-collapse: collapse;
}

#editorial_content table tr.par {
    background: #eee;
}

#editorial_content table tr {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

#editorial_content table th,
#editorial_content table td {
    padding: 5px;
}


/*----------------------------------------
  AGENDA
  ----------------------------------------*/

body#evento_page .meeting #event_data {
    font-size: 93%;
    background: #FFF5E4;
    padding: 10px;
    border-top: 1px solid #a64f17;
}

body#evento_page .meeting #event_data p {
    margin: 10px 0;
}

body#evento_page .meeting #event_data p.event_location,
body#evento_page .meeting #event_data p.event_date span,
body#evento_page .meeting #event_data p.event_organizer span {
    font-weight: bold;
    color: #663333;
}


body#evento_page .meeting .excerpt {
    border-left: 10px solid #e6e6e6;
    padding: 0 0 0 10px;
}

body#evento_page .meeting .body {
    border-left: 10px solid #efefef;
    padding: 0 0 0 10px;
}

#tabla_eventos {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

#tabla_eventos th {
    background: #efefef;
    text-align: left;
    padding: 3px;
}

#tabla_eventos td {
    border-bottom: 1px solid #ccc;
    padding: 3px;
}

#tabla_eventos tr.month td {
    border: none;
}

#tabla_eventos tr.sccalp td {
    background: #ffe6bf;
    border-bottom: 1px solid #a64f17;
}

#tabla_eventos td.fecha {
    font-weight: bold;
}

#tabla_eventos .info {
    width: 120px;
    text-align: center;
}

#tabla_eventos td h3 {
    margin: 20px 0 0 0;
}

#new_event label input {
   display: block;   
}

#new_event label textarea {
   display: block;  
}


/*----------------------------------------
  USUARIOS
  ----------------------------------------*/

#user_form p.leyenda {
    font-size: 85%;
    padding: 5px;
    background: #ffffcc;
}

#user_form fieldset {
    border: none;
    border-top: 5px solid #ba6f3c;
    padding: 10px 0;
    margin: 20px 0;
    overflow: hidden;
}

#user_form fieldset legend {
    font-weight: bold;
    font-size: 126%;
}

#user_form fieldset .col {
    width: 350px;
    float: left;
}

#user_form fieldset p {
    margin: 10px 0 0 0;
}

#user_form fieldset p input,
#user_form fieldset p select {
    display: block;
}

#user_form fieldset p.options span {
    display: block;
    font-weight: bold;
}

#user_form fieldset p.options input,
#user_form fieldset p.options select {
    display: inline;
}

label.autorizacion {
    font-size: 85%;
    font-weight: normal;
}


#flash_notice {
    position: absolute;
    width: 950px;
    top: 0;
    left: 0sc;
    margin: 10px 0;
    padding: 20px 0;
    text-align: center;
    background: #ffffcc;
    display: block;
}

/*              ERRORES
                ----------------------------------------*/


#user_form fieldset div.fieldWithErrors {
    margin: 0 20px 0 0;
    background: #FAD8CC url("../images/ed/exclamation.png") 10px center no-repeat;
    padding: 2px 2px 2px 40px;
}

#errorExplanation {
    margin: 10px 0;
    border: 2px solid #BA6F3C;
    background: #efefef;
    padding: 5px;
}

#errorExplanation h2 {
    float: none;
    width: auto;
    font-size: 110%;
    margin: 0 0 15px 0;
    text-align: left;
    padding: 0 0 0 30px;
    height: 25px;
    line-height: 25px;
    background: #FAD8CC url("../images/ed/exclamation.png") 10px center no-repeat;
}

#errorExplanation ul {
    margin: 10px 0 10px 10px;
    padding: 0;
}

#errorExplanation ul li {
    list-style-type: none;
    margin: 5px 0;
    padding: 0 0 0 20px;
    font-weight: bold;
    background: url("../images/app/bullet_red.png") left center no-repeat;
}


/*----------------------------------------
  PROTOCOLOS
  ----------------------------------------*/

ul.categories_list {
    margin: 10px 0;
    padding: 0;
}

ul.categories_list li {
    list-style-type: none;
    background: url("../images/ed/folder.png") left no-repeat;
    padding: 2px 0 0 20px;
}

body.protocols_section .article {
    margin: 10px 0;
}

body.protocols_section .article h3 {
    margin: 0 0 5px 0;
}

body.protocols_section .article_info {
    border-left: 3px solid #eee;
    padding: 5px 0 5px 10px;
}

body.protocols_section .article_info p {
    margin: 5px 0;
    font-size: 93%;
}

body.protocols_section .article_info p.autor {
    font-style: italic;
    color: #555;
}

body.protocols_section .article_info p.pdf {
    font-size: 100%;
    margin: 15px 0 0 0;
}

/*----------------------------------------
		CONTACTO
----------------------------------------*/

#contact {
    margin: 0;
}

#contact form {
    font-size: 100%;
}

#contact label {
    width: 100px;
    display: block;
}

#subject, #comment, #email, #name {
    width: 250px;
    clear: left;
   
}

#comment {
    height: 250px; 
}

#contact .submit {
    clear: right;
}

#contact h1 {
    height: 50px;
}


/*----------------------------------------
		BUSCADOR
----------------------------------------*/
#buscador {

}

#buscador h3 {
    border-bottom: 3px solid #A64F17;    
}

#buscador #category {
    margin-bottom: 1em;
}

/*----------------------------------------
		FLICKRSHOW
----------------------------------------*/
div.fs ol.fsImages li h2 {
    display: none;
}
div.fs ol.fsButtons { background: #E8E8E8; }

div.fs ol.fsButtons li {
	background: #E8E8E8 50% 50% no-repeat;
	overflow: hidden;
	text-indent: -999px;
	z-index: 300;
}

div.fs ol.fsButtons li.fsButtonA {
    background-image: url("../images/ed/play.png") !important;
 }

div.fs ol.fsButtons li.fsButtonB {
    background-image: url("../images/ed/prev.png") !important;
}

div.fs ol.fsButtons li.fsButtonC {
    background-image: url("../images/ed/next.png") !important;
}

div.fsPlaying ol.fsButtons li.fsButtonA {
    background-image: url("../images/ed/pause.png") !important;
}

