    body {
    background-color: #EAEAEA;
    font-family: sans-serif;
    font-size: 0.9em;
    background: url("./bg.png") repeat-x top #fff;
}

a {
    color: inherit;
    text-decoration: none;
}

#container {
    width: 980px;
    margin: 10px auto;
}

.clear {
    clear: both;
}

/* ***************************** Header ***************************** */

#header {
    height: 91px;
    background: url("./header_bg.gif") no-repeat;
    padding: 15px;
}

#header h1 {
    float: left;
}

#header .partner {
    width: 184px;
    height: 90px;
    display: block;
/*    background: #fff;*/
    float: right;
}

#menu {
    font-size: 0.9em;
    background: url("./menu_border.png") no-repeat left top;
    padding: 1px 0px 9px 6px;
    margin-top: 10px;
    font-family: "Trebuchet MS";
}

#menu a {
    color: #fff;
    text-decoration: none;
    text-transform: lowercase;
}

#menu a.withoutTransform {
    text-transform: none;
}

#menu > ul > li {
    float: left;
    padding: 5px 7px;
    margin-right: 3px;
    height: 51px;
    background-repeat: repeat-x;
    background-image: url("./menu_bg_blue.jpg");
}

#menu > ul > li > * > a {
    border-bottom: 1px solid #fff;
    width: 100%;
    display: block;
    margin: 6px 0px;
    padding-bottom: 5px;
}

#menu > ul > li ul > li {
    float: left;
    margin-right: 8px;
    padding-right: 8px;
    border-right: 1px solid #000;
}

#menu > ul > li ul > li.last {
    margin-right: 0px;
    padding-right: 0px;
    border: 0px;
}

#menu > ul > li.blue ul > li a {
    color: #ABC3D6;
}

#menu > ul > li.cyan ul > li a {
    color: #9FC3C4;
}

#menu > ul > li > div {
    float: left;
}

#menu .inicial {
    display: block;
    height: 51px;
    width: 50px;
    float: left;
    background-color: #016999;
    line-height: 52px;
    font-size: 2.5em;
    color: #fff;
    font-family: "Trebuchet MS";
    text-align: center;
    vertical-align: middle;
    margin: 0px 5px 0px 0px;
    text-transform: lowercase;
}

#menu .blue { background-image: url("./menu_bg_blue.jpg"); }
#menu .cyan { background-image: url("./menu_bg_cyan.jpg"); }
#menu .green { background-image: url("./menu_bg_green.jpg"); }
#menu .orange { background-image: url("./menu_bg_orange.jpg"); }

#menu .blue .inicial { background-color: #016999; }
#menu .cyan .inicial { background-color: #106867; }
#menu .green .inicial { background-color: #79AD03; }
#menu .orange .inicial { background-color: #CB5B00; }

#menu .last { margin-right: 0px;}

#menu .elem1 { width: 100px; }
#menu .elem2 { width: 394px; }
#menu .elem3 { width: 290px; }
#menu .elem4 { width: 121px; }

#menu .seleccionado .inicial {
    background-color: #fff;
}

#menu .seleccionado.blue .inicial { color: #016999; }
#menu .seleccionado.cyan .inicial { color: #106867; }
#menu .seleccionado.green .inicial { color: #79AD03; }
#menu .seleccionado.orange .inicial { color: #CB5B00; }

#menu a.seleccionado { color: #fff!important; }

#menu a:hover {
    color: #fff!important;
}

/* ***************************** Body ***************************** */

#body {
    background: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}

#body #content {
    float: left;
    margin-left: 15px;
    width: 620px
}

#body #content.bp_subelem {
    margin-left: 20px;
    width: 611px;
}

#body #content > * {
    margin-bottom: 10px;
}

#body #content h1 {
    background: url("./title_blue.png") no-repeat right 0px;
    line-height: 21px;
    padding: 4px 20px 4px 15px;
    display: inline;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    margin-left: -15px;
}

    /* ***************************** Quienes Somos ***************************** */

#body .cita {
    width: 260px;
    margin: 0px 15px 15px 0px;
    float: left;
    font-size: 1.2em;
    text-align: center;
    color: #7EA91B;
    
    font-family: Georgia;

    line-height: 1.2em;
}

#body .quienes-somos .cuerpo, #body .quienes-somos .bigTitle {
    font-family: Georgia;
    color: #898989;
    line-height: 1.2em;
}

#body .busqueda h2 {
    font-family: Georgia;
    font-weight: normal;
}

#body .busqueda h2 .cantidad {
    background-color: #90C80F;
    color: #fff;
}

#body .busqueda h2 .palabra {
    color: #90C80F;
    font-size: 1.2em;
}

#body .cita span {
    font-size: 2em;
    line-height: 0;
    vertical-align: bottom;
}

#body .auspicio {
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    color: #898989;
    font-size: 0.9em;
    padding: 15px 0px;
    line-height: 1.4em
}

#body .auspicio ul {
    padding-top: 10px;
}

#body .auspicio li {
    float: left;
    border-right: 1px solid #ccc;
    padding: 0px 25px;
}

#body .auspicio li.last {
    border-right: 0px solid #000;
}

    /* ***************************** Sidebar ***************************** */

#body .sidebar {
    float: right;
    width: 308px;
    padding: 0px 2px 0px 7px;
    margin-right: 10px;
    border-left: 1px solid #DEDEDE;
}

#body .sidebar {
    text-align: center;
    margin-bottom: 10px;
}

#body .sidebar .twitter {
    margin-top: 10px;
    background: url("./header_twitter.png") no-repeat;
    padding-top: 38px;
}

#body .sidebar .twitter .twtr-doc {
    -moz-border-radius: 0px 0px 5px 5px!important;
    border-radius: 0px!important;
}

#body .sidebar .facebook {
    margin-top: 10px;
    background: url("./header_facebook.png") no-repeat;
    padding-top: 38px;
}

#body .sidebar .facebook > iframe {
    background-color: #F4F4F4;
}

#body .sidebar .banner {
    margin-top: 10px;
}

#body .sidebar .portal_sida {
	vertical-align: bottom;
	height: 37px;
	text-align: left;
	font-weight: bold;
	margin: 10px 0px;
}

#body .sidebar .psnews {
	border-bottom:1px solid #AAAAAA;
	margin-top:15px;
	padding-bottom:10px;
	text-align: left;
	font-size: 12px;
	color: #898989;
}

    /* ***************************** CC del mes ***************************** */

.ccDelMes {
    background: url("./cc_del_mes_top.png") no-repeat scroll -3px 0 transparent;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 70px;
    font-size: 0.9em;
}

.ccDelMes .detail {
    background: url("./cc_del_mes_bottom.png") no-repeat scroll -3px bottom transparent;
    padding: 10px 25px 35px 30px;
    overflow: hidden;
    text-align: left;
    font-family: Georgia;
    font-size: 0.95em;
    color: #7C9351;
    font-style: italic;
    min-height: 120px;
}

.ccDelMes .detail ul li {
    text-align: left;
}

.ccDelMes h2 {
    font-style: italic;
    font-weight: bold;
    color: #3F5D0A;
    text-align: center;
    margin-bottom: 5px;
    font-family: "Trebuchet MS";
    font-size: 1.1em;
}

.ccDelMes h3 {
    padding-top: 15px;
    text-align: center;
    font-family: "Trebuchet MS";
}

.ccDelMes h2 a, .ccDelMes h2 a:link, .ccDelMes h2 a:active, .ccDelMes h2 a:visited {
    color: #3F5D0A;
    text-decoration: none;
}

.ccDelMes h2 a:hover {
    color: #3D3D3D;
}

.ccDelMes .detail p {
    line-height: 1.2em;
}

.ccDelMes .fotoWrapping, .detalle_miembro.bp_subelem .fotoWrapping {
    margin-right: 5px;
    float: left;
    position: relative;
    background: url("./photo_shadow.png") no-repeat scroll -3px bottom transparent;
    padding-bottom: 5px;
    margin-bottom: -5px;
}

.ccDelMes .foto, .detalle_miembro.bp_subelem .foto {
    border: 3px solid #fff;
    line-height: 0px;
}

.ccDelMes .foto .clip , .detalle_miembro.bp_subelem .foto .clip {
    display: block;
    position: absolute;
    background: url("./clip.png") no-repeat;
    height: 43px; width: 28px;
    top: -12px;
}

.ccDelMes ul {
    clear: both;
    padding: 15px 0px 0px 20px;
    list-style-image: url("./bullet_green.png");
    font-weight: bold;
    margin-bottom: -5px;
}

.ccDelMes ul li {
    margin-bottom: 5px;
}

    /* ***************************** Listado notas ***************************** */

.listadoNotas {
    margin: 15px 0px;
}

.listadoNotas h2 {
    text-align: left;
    text-transform: uppercase;
    color: #3D3D3D;
    background: url("./gradient_gray.png") right;
    line-height: 25px;
    padding-left: 10px;
    cursor: pointer;
    font-size: 1em;
    margin: 0px;
}

.listadoNotas h2.toggled, .listadoNotas h2.hideNext {
    color: #8a8a8a;
}

.listadoNotas h2.hideNext.toggled {
    color: #3D3D3D;
}

.listadoNotas h2:hover {
    background-image: url("./gradient_dark_gray.png");
    color: #fff!important;
}

.listadoNotas .toggleNext { background-image: url("./gradient_gray_opened.png"); }
.listadoNotas .toggleNext:hover { background-image: url("./gradient_dark_gray_opened.png"); }

.listadoNotas .toggleNext.toggled { background-image: url("./gradient_gray_closed.png"); }
.listadoNotas .toggleNext.toggled:hover { background-image: url("./gradient_dark_gray_closed.png"); }

.listadoNotas .toggleNext.hideNext { background-image: url("./gradient_gray_closed.png"); }
.listadoNotas .toggleNext.hideNext:hover { background-image: url("./gradient_dark_gray_closed.png"); }

.listadoNotas .toggleNext.hideNext.toggled { background-image: url("./gradient_gray_opened.png"); }
.listadoNotas .toggleNext.hideNext.toggled:hover { background-image: url("./gradient_dark_gray_opened.png"); }

.listadoNotas ol {
    list-style: decimal outside;
    font-size: 1.3em;
    color: #90C80F;
    padding-left: 40px;
    border: 1px solid #DEDEDE;
    border-top: 0px solid #000;
    padding: 10px 10px 10px 45px;
}

.listadoNotas ol li {
    margin: 0px;
    padding-left: 1%px;
}

.listadoNotas ol li span {
    font-size: 0.65em;
    color: #AEAEAE;
    display: block;
    text-align: left;
    padding: 10px 0px;
    border-bottom: 2px solid #DEDEDE;
    font-family: Arial;
    font-weight: bold;
}

.listadoNotas ol li span a:hover {
    color: #90C80F;
}

.listadoNotas ol li.first {
    font-size: 1.1em;
    font-weight: bold;
}

.listadoNotas ol li.last span {
    border-bottom: 0px solid;
    padding-bottom: 0px;
}


    /* ***************************** Follow pane ***************************** */

.followPane {
	border: 2px dotted #CCC;
	text-align: left!important;
    background: url("./follow_us.jpg") no-repeat 30px 20px;
    padding: 10px 0px 10px 195px;
}

    /* ***************************** Titulo grande ***************************** */

.bigTitle {
    background: url("./title_bg_1.jpg");
    display: block;
    height: 200px;
    width: 620px;
    color: #606060;
    padding: 30px 0px 0px;
    text-align: center;
}

.bigTitle p {
    text-align: justify;
    display: block;
    margin: 0px auto;
}

    /* ***************************** Box alerta ***************************** */

.alertBox {
    background: url("./alert_bg.png") -4px top;
    padding: 10px;
    height: 21px;
    font-size: 11px;
    font-family: Arial;
}

    /* ***************************** Listado de noticias ***************************** */

.news {
    font-family: Arial, sans-serif;
    font-size: 0.88em;
    line-height: 1.2em;
    color: #898989;
}

.news .article {
    margin-top: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #aaa;
}

.news .article > p:after, .news .article.noticia .body > p:after  {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.news .article > p, .news .article.noticia .body > p  {
    zoom: 1;
    text-align: justify;
}

.news .article.evento .header .datepriv {
    background: url("./calendar_2p.png") no-repeat;
    height: 55px; width: 55px;
    padding-right: 10px;
}

.news .article.evento .header .datedraft {
    background: url("./calendar_2d.png") no-repeat;
    height: 55px; width: 55px;
    padding-right: 10px;
}

.news .article.evento .header .date {
    background: url("./calendar_2.png") no-repeat;
    height: 55px; width: 55px;
    padding-right: 10px;
}

.news .article.noticia .header .datepriv {
    background: url("./calendar_1p.png") no-repeat;
    height: 65px; width: 55px;
    padding-right: 10px;
}

.news .article.noticia .header .datedraft {
    background: url("./calendar_1d.png") no-repeat;
    height: 65px; width: 55px;
    padding-right: 10px;
}

.news .article.noticia .header .date {
    background: url("./calendar_1.png") no-repeat;
    height: 65px; width: 55px;
    padding-right: 10px;
}

.news .article.noticia .body, .news .article.evento .body {
    padding-left: 65px;
}

.news .article.evento .header .date .month, .news .article.evento .header .date .day, .news .article.noticia .header .date .month, .news .article.noticia .header .date .day {
    top: 1px;
    color: #fff;
    text-transform: uppercase; 
    position: relative; 
    display: block; 
    font-weight: bold; 
    font-size: 0.8em; 
    text-align: center;

}

.news .article.evento .header .date .day, .news .article.noticia .header .date .day {
    font-size: 1.4em;
    left: 17px;
    top: 9px;
    width: 36px;
    color: #3D3D3D;
}

.news .article.noticia .header .date .day {
    color: #002337;
    top: 20px;
    font-size: 2em;
    left: 0px; width: 100%;
}

.news .article.noticia .header .date .month {
    color: #002337;
    top: 19px;
    font-size: 0.8em;
}

.news .article.evento .header, .news .article.evento h2, .news .article.noticia .header, .news .article.noticia h2 {
    display: inline;
}

.news .article.evento h2, .news .article.noticia h2 {
    font-size: 2em;
}

.news .article h2 {
    font-family: Georgia, sans-serif;
    font-size: 2em;
    line-height: 1.1em;
    font-weight: normal;
    color: #00517D;
}

.news a, .news a:link, .news a:visited, .news a:active, .fullArticle a, .fullArticle a:link, .fullArticle a:visited, .fullArticle a:active {
    color: #00517D;
    text-decoration: none;
}

.news .article.evento h2 a, .news .article.evento h2 a:visited, .news .article.evento h2 a:active, .news .article.evento h2 a:link {
    color: #3D3D3D;
}

.news a:hover, .fullArticle a:hover {
    background-color: #00517D;
    color: #fff;
}

.news .article.evento h2 a:hover {
    background-color: #3D3D3D;
    color: #fff;
}

.news .footerMenu {
    border-top: 1px solid #aaa;
    text-align: right;
}

.news .article .excerpt {
    text-align: justify;
    margin-bottom: 10px;
}

.news .article > h2 {
    clear: both;
}

.news .article.evento .footer {
    clear: both;
}

.news .article .header .date, .news .article .footer .tags {
    float: left;
}

.news .article .header .shareButtons, .news .article .footer .comments {
    float: right;
}

.news .article .footer .tags {
    font-size: 0.9em;
}

.news .article .footer .tags a {
    font-style: italic;
    font-family: Georgia;
}

.news .article a.readMore, .news .article a.readMore:link, .news .article a.readMore:visited, .news .article a.readMore:active, .news .article a.readMore:hover {
    background: url("./read_more_active.jpg");
    padding: 0px 15px 0px 0px;
    line-height: 15px;
}

.news .article a.readMore:hover {
    background: url("./read_more_hover.jpg");
}
.news .article .author {
    margin-top:10px;
}

.busqueda .news .article h2 {
    font-size: 1.5em;
}

.busqueda .news a, .busqueda .news a:link, .busqueda .news a:visited, .busqueda .news a:active, .busqueda .fullArticle a, .busqueda .fullArticle a:link, .busqueda .fullArticle a:visited, .busqueda .fullArticle a:active {
    color: #000;
    text-decoration: none;
}

.busqueda .news a:hover, .busqueda .fullArticle a:hover {
    color: #90C80F;
    background-color: transparent;
}

.busqueda .news .link a, .busqueda .news .link a:link, .busqueda .news .link a:visited, .busqueda .news .link a:active {
    color: #666;
    text-decoration: none;
    font-size: 0.9em;
}

.busqueda .news .link a:hover {
    color: #666;
    text-decoration: underline;
}




    /* ***************************** Paginado ***************************** */

.news .footerMenu .wp-paginate {
    text-align: center;
}

.comments .wp-paginate-comments {
    text-align: right;
    margin-top: 5px;
}

.news .footerMenu .wp-paginate li, .comments .wp-paginate-comments li {
    display: inline;
    padding-right: 5px;
}

.comments .wp-paginate-comments .title {
    display: none;
}

.comments .wp-paginate-comments li > * {
    padding: 2px 6px;
}

.comments .wp-paginate-comments li > *.current {
    border: 1px solid #DEDEDE;
    background-color: #D6B3D7;
    color: #00517D;
}

    /* ***************************** Novedades ***************************** */

.newsBox {
    background: url("./novedades_header.png") no-repeat top left #F1F4E9;
    padding-top: 35px;
    padding-bottom: 10px;
}

.newsBox.gray {
    background: #efefef;
    padding-top: 10px;
}

.newsBox .section {
    width: 40%;
    float: left;
    margin: 0px 5%;
}

.newsBox .list {
    margin: 0px 3%;
}

.newsBox .list li {
    float: left;
}

.newsBox h2 {
    color: #63880D;
    font-size: 0.9em;
}

.newsBox .article h2 {
    color: #8a8a8a;
}

.newsBox p.date {
    color: #63880D;
}

.newsBox.gray h2 {
    color: #666;
}

.newsBox.gray p.date {
    color: #666;
}

.newsBox .article {
    font-size: 0.8em;
    margin: 5px;
    padding: 5px;
}
.newsBox .article h2 {
    font-weight: normal;
}

.newsBox .article {
    width: 100%;
    background-color: #f8faf4;
    margin-left: -5px;
}

.newsBox .list .article {
    width: 29%;
    margin-left: 1%;
}

.newsBox .verTodas {
    color: #63880D;
    font-size: 0.8em;
    font-weight: bold;
}

    /* ***************************** Bottom box ***************************** */

.bottomBox {
    border: 1px solid #E8E8E8;
    border-left: 0px; border-right: 0px;
    padding: 1px 0px;
    display: block;
    width: 1px;
    float: left;
    font-size: 0.8em;
}

.bottomBox > div {
    background: url("./bottom_box_gray.png") repeat-x bottom #EFEFEF;
    padding: 10px;
    height: 51px;
    display: block;
}

.bottomBox.long > div {
    height: 100px;
}

.bottomBox h2 {
    font-weight: bold;

    text-transform: uppercase;
    margin-bottom: 7px;
}

.bottomBox.orange > div { background-image: url("./bottom_box_orange.png"); background-color: #FFE4CC; color: #B73300; }
.bottomBox.gray > div { background-image: url("./bottom_box_gray.png"); background-color: #EFEFEF; color: #3D3D3D; }

.bottomBox .wpcf7 p { /* Newsletter */
    width: 186px;
    float: left;
    padding: 5px 10px;
    text-transform: lowercase;
}

.bottomBox .wpcf7 p input, .bottomBox .wpcf7 p select {
    width: 100%;
}

.bottomBox .wpcf7 p.botonera .enviar, .bottomBox .wpcf7 p.botonera .borrar, .botonera.comments .borrar, .botonera.comments .enviar, .contacto .borrar, .contacto .enviar {
    background: url("./button_orange.png") repeat scroll 0 0 transparent;
    width: 91px; height: 24px;
    color: #fff;
    border: 0px;
    text-transform: lowercase;
}

.bottomBox .wpcf7 p.botonera .borrar, .botonera.comments .borrar, .contacto .borrar {
    background-image: url("./button_gray.png");
    margin: 10px 0px;
}

.wpcf7-mail-sent-ok {
    border: 0px solid!important;
}

.wpcf7-mail-sent-ok .titulo {
    font-size: 2.2em;
    color: #B93503;
    display: block;
}

.wpcf7-mail-sent-ok .mensaje {
    font-size: 1.1em;
    color: #747163;
    display: block;
}

    /* ***************************** Full article ***************************** */

.fullArticle {
    font-family: Arial, sans-serif;
    font-size: 0.92em;
    color: #898989;
}

.fullArticle .head .date {
    background: url("./calendar_big_1.png") no-repeat top left;
    display: block;
    height: 92px;
    width: 81px;
    float: left;
    margin-right: 10px;
}

.fullArticle.evento .head .date {
    background-image: url("./calendar_big_2.png");
}

.fullArticle.biblioteca .head .date {
    height: 38px;
    width: 38px;
}

.fullArticle.biblioteca .head h2 {
    color: #000000;
}

.fullArticle .head .date .month, .fullArticle .head .date .day { 
    text-transform: uppercase; 
    position: relative; 
    top: 35px; 
    display: block; 
    font-weight: bold; 
    color: #002337; 
    font-size: 1.1em; 
    text-align: center;
}
.fullArticle .head .date .day { top: 32px; font-size: 2.4em; }

.fullArticle.evento .head .date .month {
    top: 11px;
    color: #fff;
}

.fullArticle.evento .head .date .day {
    font-size: 2em;
    left: 35px;
    top: 26px;
    width: 36px;
    color: #3D3D3D;
}

.fullArticle .head h2 {
    font-family: Georgia, sans-serif;
    font-size: 2.3em;
    line-height: 1em;
    font-weight: 400;
    color: #00517D;
    padding: 8px 0px; 
}

.fullArticle.evento .head h2 {
    color: #3D3D3D;
}

.fullArticle .excerpt {
    clear: both;
    font-family: Georgia, sans-serif;
    font-size: 1.3em;
    text-align: justify;
    padding: 15px 10px;
    
}

.fullArticle .excerpt > p:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.fullArticle .excerpt > p  {
    zoom: 1;
}



.fullArticle .extraInfo {
    padding: 10px;
}

.fullArticle .extraInfo .author {
    float: left;
    font-size: 0.9em;
}
.fullArticle .extraInfo .tags {
    float: right;
    font-size: 0.9em;
}

.fullArticle .extraInfo .tags a {
    font-style: italic;
    font-family: Georgia;
}

.fullArticle .menu {
    clear: both;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    padding: 10px;
    margin-left: 0px;
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.fullArticle .menu .textSize {
    float: left;
    vertical-align: middle;
    line-height: 5px;
}
.fullArticle .menu .buttons {
    float: right;
}

.fullArticle .menu .textSize a span {
    vertical-align: super;
}

.fullArticle .articleBody {
    clear: both;
    margin-bottom: 10px;
    padding: 10px;
    text-align: justify;
    line-height: 1.4em;
    font-size: 1.1em;
}

.fullArticle .articleBody p {
    padding-bottom: 6px;
	margin-bottom: 20px;
}

.fullArticle .articleBody strong {
	margin-bottom: 0;
}

.fullArticle .comments h2 {
    font-family: Georgia, sans-serif;
    color: #3D3D3D;
    font-size: 1.6em;
}
.fullArticle .comments h2 span.qty {
    color: #00517D;
}

.fullArticle .commentlist > li {
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}

.fullArticle .commentlist > li .when {
    text-align: center;
    float: left;
    width: 60px;
}

.fullArticle .commentlist > li .what {
    padding: 5px;
    float: left;
    width: 549px;
    border-left: 1px solid #ccc;
}

.fullArticle .commentlist > li .when .date {
    color: #00517D;
    font-size: 0.85em;
    margin: 5px 0px;
    display: block;
}
.fullArticle .commentlist > li .when .time {
    margin-bottom: 10px;
    display: block;
    font-size: 1.3em;
}

.fullArticle .commentlist > li .avatar {
    float: right;
}

.fullArticle .comments .commentmetadata a {
    display: none;
}



.fullArticle .tags a:hover, .article .tags a:hover {
    background-color: transparent;
    color: #00517D;
    text-decoration: underline;
}


/* ***************************** Search ***************************** */

.search .searchInput {
    float: left;
    background: url("./search_box.jpg");
    padding: 15px 0px 12px 45px;
    border: 0px;
    width: 215px;
    margin: 0px;
    font-family: Georgia;
    color: #678B13;
    font-style: italic;
    font-size: 0.9em;
}

.search .submitButton {
    float: left;
    background: url("./search_button.jpg");
    height: 41px;
    width: 48px;
    display: block;
}

/* ***************************** Footer ***************************** */

#footer {
    background: #fff;
    border-top: 3px solid #aaa;
    font: normal normal normal 11px "Arial";
    color: #8a8a8a;
}

#footer a:hover, .newsBox a:hover, .tagCloud a:hover {
    color: #FF7900!important;
}

#footer a:link, #footer a:active, #footer a:visited, .newsBox a:link, .tagCloud a:link, .newsBox a:active, .tagCloud a:active, .newsBox a:visited, .tagCloud a:visited {
    color: inherit;
}


#footer .top {
    margin: 20px 0px;
}

#footer .container1 {
    display: block;
    height: 71px;
    width: 460px;
    background: url("./footer_bg_1.jpg") no-repeat;
    float: left;
    margin-left: 10px;
    padding: 15px;
    
    color: #3d3d3d;
}

#footer .container1 ul {
    margin-left: -5px;
    margin-right: -10px;
    text-align: center;
}

#footer .container1 li {
    display: inline;
}

#footer .container2 {
    display: block;
    height: 71px;
    width: 428px;
    background: url("./footer_bg_2.jpg") no-repeat;
    float: left;
    margin-left: 10px;
    padding: 15px;
    color: #3d3d3d;
}

#footer .container2 .contenedor {
    width: 10000px;
}

#footer .container2 .slider > a {
    display: block;
    height: 73px;
}


#footer .container2 .slider {
    display: block;
}

#footer .container2 .slider > * {
    float: left;
}

#footer .container2 li {
    float: left;
    display: block;
    width: 394px
}

#footer .container2 li a {
    width: 100%;
    height: 73px;
    text-align: center;
    display: block;
    line-height: 65px;
    
}

#footer .container2 .ventana {
    width: 394px;
    height: 73px;
    overflow: hidden;
}

#footer .container2 .slider .menos, #footer .container2 .slider .mas {
    display: block;
    overflow: hidden;
    height: 17px; width: 17px;
    background: url("./arrow_left.png") no-repeat left top;
    margin-top: 18px;
}

#footer .container2 .slider .mas {
    background-image: url("./arrow_right.png");
}

#footer .container2 .slider .mas:hover {
    background-image: url("./arrow_right_hover.png");
}

#footer .container2 .slider .menos:hover {
    background-image: url("./arrow_left_hover.png");
}

#footer .bottom {
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    margin: 0px 10px 20px;
    padding: 10px 0px;
    font-size: 1em;
    background: url("./smooky.jpg") no-repeat 480px 0px;
    background-position: 60%;
}

#footer .menu {
    margin-bottom: 30px;
}

#footer .menu li {
    float: left;
    padding-right: 7px;
    border-right: 1px solid #aaa;
    margin-right: 7px;
    text-transform: uppercase;
}

#footer .menu li.last {
    border-right: 0px solid #000;
}

#footer .left { float: left; }
#footer .right { float: right; text-align: right; }

#footer input { width: 120px;} 
#footer .submitButton { 
    background: url("./button_blue.jpg") no-repeat; 
    width: 76px; 
    height: 24px; 
    display: block;
    float: right;
    line-height: 24px;
    vertical-align: middle;
    text-align: center; 
    color: #fff!important; 
    text-decoration: none;
    margin-left: 5px;
}

#footer form input {
    background: url("./footer_input_bg.jpg") no-repeat;
    width: 76px;
    border: 0px solid;
    height: 22px;
    padding: 1px 10px;
    line-height: 22px;
    vertical-align: middle;
}

#footer form label {
    font-family: "Georgia";
    font-style: italic;
}


.attachment {
    border-bottom: 2px solid #B1B1B1;
    padding: 10px;
    font-family: Georgia;
}

.attachment img {
    display: inline;
}

.attachment h2 {
    font-size: 1.8em;
    font-weight: normal;
    line-height: 1.85em;
    display: inline;
    vertical-align: bottom;
/*    padding-left: 10px;*/
}

.attachment h2 a:link, .news .attachment h2 a:visited, .news .attachment h2 a:active {
    color: #000;
}

.attachment h2 a:hover {
    color: #90C80F!important;
    background: transparent;
}

.attachment p {
    font-family: "Arial",sans-serif;
}

.leftThemAll > * {
    float: left;
}

.suscribeButton { 
    background: url("./button_orange.png"); 
    padding: 6px 10px; 
    width: 71px; 
    height: 13px; 
    text-align: center; 
    color: #fff; 
    text-decoration: none;
}

.graybtn {
    padding-top: 3px;
}

/*.graybtn:hover > img {
    visibility: hidden;
}*/

.graybtn:hover {
    background-color: #fff!important;
}

.share_email { background: url("../images/share_email.jpg") no-repeat top left !important; }
.share_facebook { background: url("../images/share_facebook.jpg") no-repeat top left !important; }
.share_twitter { background: url("../images/share_twitter.jpg") no-repeat top left !important; }
.printer { background: url("../images/printer.jpg") no-repeat top left !important; }


.tagCloud h3 {
    background-color: #000;
    font-size: 0.8em;
    color: #fff;
    font-family: Arial, sans-serif;
    padding: 3px;
    font-weight: normal;
    margin-bottom: 5px;
}

.tagCloud .tags {
    text-align: center;
    line-height: 27px;
    font-family: Georgia;
}

.tagCloud.biblioteca {
    border-bottom: 1px solid #aeaeae;
	margin-top:12px;
}

.tagCloud.biblioteca h3 {
    background: transparent;
    font-size: 1em;
    color: #606060;
    font-family: Georgia;
    border-bottom: 1px solid #aeaeae;
}

.biblioteca.tagCloud a {
    padding-right: 10px;
    line-height: 1em;
}

.tagCloud.biblioteca .tags {
    color: #8FC70F;
}

.tagCloud.biblioteca .tags a:hover {
    color: #334804!important;
}

/* ********************** Members *********************************** */

.listado_miembros.bp_subelem ul.item-list > li {
    border-top: 2px solid #dfdfdf;
    background-color: #ebebeb;
    margin-bottom: 10px;
}

.listado_miembros.bp_subelem ul.item-list li .item-avatar {
    float: right;
}

.listado_miembros.bp_subelem ul.item-list li .item-avatar img {
    border: 3px solid #fff;
}

.listado_miembros.bp_subelem ul.item-list li .item {
    background-color: #fff;
    padding: 10px 10px 10px 10px;
    float: left;
    width: 500px;
    margin-left: 15px;
}

.listado_miembros.bp_subelem ul.item-list li div.item-head {
    border-bottom: 2px solid #b1b1b1;
}

.listado_miembros.bp_subelem ul.item-list li div.item-title {
    float: left;
    font-size: 1.3em;
}

.listado_miembros.bp_subelem ul.item-list li div.action {
    float: right;
    position: static;
    font-size: 0.8em;
}

.listado_miembros.bp_subelem ul.item-list li a {
    color: #616161;
}

.listado_miembros.bp_subelem ul.item-list li a:hover {
    color: #FF7A00;
}

.listado_miembros.bp_subelem ul.item-list li .item-body {
    padding: 5px 0px;
    margin: 0px;
}

.listado_miembros.bp_subelem ul.item-list li .item-body a {
    color: #FF7A00;
}

.listado_miembros.bp_subelem ul.item-list li .item-body a:hover {
    color: #fff;
    background-color: #FF7A00;
}

.listado_miembros.bp_subelem ul.item-list li .item-footer {
    margin-top: 10px;
}

.listado_miembros.bp_subelem ul.item-list li .item-footer hr {
    margin: 3px 0px;
}

.listado_miembros.bp_subelem ul.item-list li .item-footer div.item-title {
    font-size: 0.8em;
}

.listado_miembros.bp_subelem ul.item-list li .item-footer div.action {
    font-size: 0.8em;
}

.listado_miembros.bp_subelem ul.item-list li .item-footer ul {
    list-style-image: url("./bullet_gray.png");
}

.listado_miembros.bp_subelem ul.item-list li .item-footer li {
    width: 43%;
    margin-right: 2%;
    margin-left: 5%;
    float: left;
    border: 0px solid;
    color: #aaa;
    padding: 5px 0px;
    font-size: 0.9em;
}

.listado_miembros.bp_subelem ul.item-list li .item-footer li a {
    color: #aaa;
}

.listado_miembros.bp_subelem ul.item-list li .item-footer li a:hover {
    color: #6a6a6a;
}

/* *** */

.detalle_miembro.bp_subelem #item-header {
    border-top: 2px solid #dfdfdf;
    background-color: #ebebeb;
    margin-bottom: 10px;
}

.detalle_miembro.bp_subelem #item-header h2 {
    font-family: Georgia;
    font-weight: normal;
}

.detalle_miembro.bp_subelem #item-header-avatar {
    float: right;
}

.detalle_miembro.bp_subelem div#item-header div#item-header-content {
    margin-left: 0px;
    line-height: 1.3em;
}

.detalle_miembro .clear {
    clear: both;
}

.detalle_miembro div#item-header img.avatar {
    margin: 0px;
}

.detalle_miembro #item-header {
    padding: 15px;
}

.detalle_miembro #item-header .item-header-header {
    margin-left: 10px;
    margin-bottom: 5px;
    position: relative;
}

.detalle_miembro #item-header .item-header-header {
    font-weight: normal;
}

.detalle_miembro #item-header .item-header-header a {
    color: #000;
}

.detalle_miembro #item-header .item-header-header p {
    color: #8a8a8a;
    margin: 5px 0px;
    font-size: 0.9em;
}


.detalle_miembro #item-header #item-header-content {
    padding: 10px;
    background-color: #fff;
    font-size: 0.8em;
}

.detalle_miembro #item-header #item-header-content h3 {
    font-size: 1.3em;
}

.detalle_miembro div#item-header ul li {
    width: 43%;
    margin-right: 7%;
    margin-bottom: 3px;
    float: left;
    padding: 3px 0px;
    color: #ff7a00;
    font-size: 1.1em;
}

.detalle_miembro div#item-header ul li strong {
    color: #8a8a8a;
    font-weight: normal;
}


.detalle_miembro div#item-header ul li a {
    color: inherit;
}


.detalle_miembro.cc_del_mes_big.bp_subelem #item-header {
    background: url("./cc_del_mes_big_top.png") no-repeat scroll 0 0 transparent;
    margin-left: -6px;
    padding: 62px 1px 0px 12px;
    border: 0px solid;
}

.detalle_miembro.cc_del_mes_big.bp_subelem #item-header .contenido {
    background: url("./cc_del_mes_big_bottom.png") no-repeat scroll -12px bottom transparent;
    padding: 20px;
    padding-bottom: 35px;
}

.detalle_miembro.cc_del_mes_big.bp_subelem #item-header #item-header-content, .detalle_miembro.cc_del_mes_big.bp_subelem #item-header #item-header-content ul li strong {
    background-color: #f1fadb;
    color: #8ea467;
}

.detalle_miembro.cc_del_mes_big.bp_subelem #item-header #item-header-content  h3 {
    color: #3f5e0a;
}

.detalle_miembro.cc_del_mes_big #item-header .item-header-header p {
    color: #8ea467;
}

.detalle_miembro.cc_del_mes_big.bp_subelem #item-header-header h2, .detalle_miembro.cc_del_mes_big #item-header .item-header-header p strong {
    color: #3f5e0a;
}


.detalle_miembro.bp_subelem.bp_subelem div#item-header img.avatar {
    border: 0px;
    float: none;
}

.detalle_miembro.cc_del_mes_big.bp_subelem #item-header-avatar {
position: absolute;
right: 0;
top: -74px;
}

.detalle_miembro.bp_subelem #item-header-avatar .clip {
    display: none;
}

.detalle_miembro.cc_del_mes_big.bp_subelem #item-header-avatar .clip {
    display: block;
}

.detalle_miembro.cc_del_mes_big #item-header .item-header-header {
    margin-bottom: 15px;
}

.detalle_miembro.bp_subelem h1 {
    font-size: 1em;
}

.notaDelMes {
    border: 2px solid #e9e9e9;
    padding: 10px;
    margin: 30px 0px!important;
    line-height: 1.2em;
}





.commentsForm input.cajaTexto, .contacto .fila p input {
    background: url("./textbox_short.png") no-repeat;
    border: 0px none;
    height: 28px;
    padding: 0px 15px;
    width: 182px;
}

.commentsForm textarea, .contacto p.consulta textarea {
    background: url("./textbox_multi_long.png") no-repeat;
    padding: 12px;
    width: 472px;
    border: 0px;
    margin-left: 57px;
    margin-bottom: 15px;
}

.editarNoticia {
    background: url("edit_bg.png") no-repeat;
    text-align: right;
    display: block;
    height: 43px; line-height: 43px;
    width: 585px;
    padding-right: 35px;
    vertical-align: middle;
    font-family: Georgia;
    font-size: 1.3em;
}

.editarNoticia a.extra {
    padding-right: 20px;
    margin-right: 20px;
    background: url("./mas.png") no-repeat right 5px;
}

.contacto .fila {
    clear: both;
}

.contacto .fila p, .contacto p.asunto, .contacto p.consulta, .contacto .newsletter {
    color: #8a8a8a;
    text-transform: lowercase;
    font-size: 0.8em;
    margin-left: 30px;;
}

.contacto .fila p {
    float: left;
    display: block;
    width: 250px;
    height: 50px;
}

.contacto p.asunto {
    display: block;
    clear: both
}

.contacto p.asunto input {
    background: url("./textbox_long.png") no-repeat;
    border: 0px none;
    height: 28px;
    padding: 0px 15px;
    width: 462px;
}

.contacto p.consulta textarea {
    margin-left: 0px;
}

.contacto .newsletter {
    margin-left: 10px;
    font-size: 0.9em;
    text-transform: none;
}

.contacto hr {
    border: 0px;
    border-top: 1px #ccc solid;
}

.contacto .botonera {
    text-align: center;
}


.logoExt {
    float: left;
    padding-right: 10px;
}



/* Images
-------------------------------------------------------------- */

.entry-content img {
	margin: 0 0 1.5em 0;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
  margin-right: 1.5em;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
  margin-left: 1.5em;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 1.5em;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	margin: 0;
}
.wp-smiley { 
	max-height: 1em;
	margin:0 !important;
}
.gallery dl {
	margin: 0;
}
.gallery-caption {
	margin:-1.5em 0 0 0;
}


/* Pullquotes
-------------------------------------------------------------- */

blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left: 20px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}


/* added by Zanni - Dking

.menu_item a{
	background:url("./title_blue.png") no-repeat scroll right 0 transparent;
	color:#FFFFFF;
	display:inline;
	font-weight:normal;
	line-height:21px;
	margin-left:-15px;
	padding:4px 20px 4px 15px;
	text-transform:uppercase;
}

*/

h2.menu_item {
	font-size:15px;
	color:#34c5e5;
	display:inline;
	margin:3px 14px 0 0;
    background: url("./title_lowgray.png") no-repeat right 1px;
    line-height: 21px;
    padding: 4px 20px 4px 15px;
    text-transform: uppercase;
}

h2.menu_item_sel {
    background: url("./title_lowgrayblue.png") no-repeat right 1px;
	margin:3px 14px 0 0;
}

h2.menu_item_sel2 {
    background: url("./title_lowgrayblue.png") no-repeat right 1px;
	margin:3px 11px 0 0;
}

.news .agenda {
margin:15px 10px;
}

.news .agenda .body h2 {
color:#0550ab;
}

.news .agenda .body p {
margin:4px 0;
color:#030303;
}

.news .agenda .body a {
color:#0550ab;
}

.news .agenda .body a:hover {
color:#0550ab;
background-color:#fff;
}

#body #content h1.ccor {
    background: url("./title_bluegray.png") no-repeat right 0px;
    line-height: 21px;
    padding: 4px 20px 4px 15px;
    display: inline;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    margin-left: -15px;
}
