/*------------------------------------------------------------------------
# JA Kyanite - Version 1.0 - Licence Owner JA49652
# ------------------------------------------------------------------------
# JA Joomla! Template Framework  - Version: 1.0
# ------------------------------------------------------------------------
# Copyright (C) 2004-2008 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: J.O.O.M Solutions Co., Ltd
# Websites:  http://www.joomlart.com -  http://www.joomlancers.com
# This file may not be redistributed in whole or significant part.
-------------------------------------------------------------------------*/
/* COMMON STYLE
--------------------------------------------------------- */
body {
    background: #fff;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6
    }
body#bd {
    background: url(../images/bg-body.png) repeat center top #0B0C06;
    color: #000
    }
#ja-body-aux-1 {
    background: url(../images/bg-body-center.png) repeat-y center top;
    margin: 10px auto;
    width: 1222px;
    overflow: hidden;
    clear: both
    }
#ja-body-aux-2 {
    background: url(../images/bg-body-top.png) no-repeat center top;
    overflow: hidden;
    clear: both
    }
#ja-body-aux-3 {
    background: url(../images/bg-body-bottom.png) no-repeat center bottom;
    margin: 0 auto;
    width: 1222px;
    overflow: hidden;
    clear: both;
    min-height: 752px
    }
body.fs1 {
    font-size: 10px
    }
body.fs2 {
    font-size: 11px
    }
body.fs3 {
    font-size: 12px
    }
body.fs4 {
    font-size: 13px
    }
body.fs5 {
    font-size: 14px
    }
body.fs6 {
    font-size: 15px
    }
/* Normal links ---*/
a {
    color: #bf0000;
    text-decoration: none
    }
a:hover, a:active, a:focus {
    color: #bf0000;
    text-decoration: underline
    }
/* Readon links ---*/
a.readon {
    font-weight: bold;
    padding-left: 18px;
    background: url(../images/arrow-readon.gif) no-repeat left center
    }
/* Content spacing ---*/
.column p, .column pre, .column blockquote, .column h1, .column h2, .column h3, .column h4, .column h5, .column h6, .column ol, .column ul {
    margin: 15px 0;
    padding: 0
    }
/* Headings & Titles ---*/
h1 {
    font-size: 180%
    }
h2 {
    font-size: 150%
    }
h3 {
    font-size: 125%
    }
h4 {
    font-size: 100%;
    text-transform: UPPERCASE
    }
h5 {
    font-size: 100%
    }
.contentheading, .componentheading, h1, h2, h3, h4, h5 {
    /*font-family: 'Segoe UI', Segoe, 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
    font-family: Tahoma;
    font-weight: bold;
    line-height: 1.1;
    margin-top: 0 !important
    }
h1.componentheading, .componentheading {
    margin: 0;
    padding: 0 0 7px
    }
.componentheading {
    border-bottom: 2px solid #333;
    font-size: 180%
    }
h2.contentheading, .contentheading {
    margin: 0;
    padding: 0 0 7px
    }
.contentheading {
    font-size: 200%
    }
.blog .contentheading {
    font-size: 150%
    }
a.contentpagetitle, a.contentpagetitle:hover, a.contentpagetitle:active, a.contentpagetitle:focus {
    font-weight: bold
    }
.category {
    font-size: 110%;
    font-weight: bold
    }
/* Small text ---*/
small, .small, .smalldark, .createby, .createdate, .modifydate, .img_caption, .contenttoc, p.site-slogan, .ja-navhelper, #ja-footer {
    font-size: 92%
    }
small, .small {
    color: #999
    }
.smalldark {
    text-align: left
    }
/* List ---*/
.column ul li {
    background: url(../images/bullet.gif) no-repeat 20px 7px;
    line-height: 160%;
    margin-bottom: 5px;
    overflow: hidden;
    padding-left: 30px
    }
.column ol li {
    line-height: 180%;
    margin-left: 30px
    }
/* Others ---*/
th {
    font-weight: bold;
    padding: 5px;
    text-align: left
    }
td {
    font-size: 100%;
    padding: 5px
    }
fieldset {
    border: none;
    padding: 10px 5px
    }
fieldset a {
    font-weight: bold
    }
fieldset.input {
    padding: 0
    }
hr {
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #ccc;
    height: 1px
    }
/* FORM
--------------------------------------------------------- */
form label {
    cursor: pointer
    }
input, select, textarea, .inputbox {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    padding: 2px 5px
    }
.inputbox {
    background: #fff;
    border: 1px solid #ccc
    }
.inputbox:hover, .inputbox:focus {
    background: #ffc
    }
.button {
    background: #333;
    border: 1px solid #999;
    color: #fff;
    font-weight: bold;
    padding: 2px 5px;
    line-height: normal
    }
.radio {
    margin: 0 5px
    }
/* Login ---*/
.login_form fieldset {
    padding: 15px 0 0
    }
.login_form fieldset p {
    margin: 0 0 5px
    }
.login_form label {
    font-weight: bold;
    text-align: right;
    display: block;
    float: left;
    width: 130px
    }
.login_form .inputbox {
    margin-left: 10px;
    width: 150px
    }
.login_form .remember .inputbox {
    width: 20px
    }
.login_form .button {
    margin-left: 140px
    }
/* Register ---*/
.form-register fieldset {
    padding: 0 0 10px
    }
.form-register p {
    margin: 0 0 5px
    }
.form-register p.form-des {
    margin: 15px 0
    }
.form-register label {
    font-weight: bold;
    text-align: right;
    display: block;
    float: left;
    width: 130px
    }
.form-register .inputbox {
    margin-left: 10px;
    width: 200px
    }
.form-register .button {
    margin-left: 140px
    }
/* User ---*/
.user-details {
    padding: 10px 0
    }
.user-details p {
    margin: 0 0 5px
    }
.user-details label {
    font-weight: bold;
    text-align: right;
    display: block;
    float: left;
    width: 130px
    }
.user-details .inputbox {
    margin-left: 10px;
    width: 200px
    }
.user-details .button {
    margin-left: 140px
    }
.user-details .paramlist .paramlist_key {
    width: 130px !important;
    padding: 0 0 5px !important
    }
.user-details .paramlist .paramlist_value {
    padding: 0 0 5px !important
    }
.user-details .user_name span {
    padding-left: 10px;
    font-weight: bold
    }
/* Search ---*/
form#searchForm {
    border-top: 1px solid #ccc;
    padding: 15px 0
    }
.searchintro {
    border-bottom: 1px solid #ccc
    }
.results h4 {
    text-transform: none;
    font-size: 110%;
    margin: 15px 0 0
    }
.results p {
    margin: 0 0 10px
    }
/* JOOMLA STYLE
--------------------------------------------------------- */
/* Layout Deco ---*/
.article_separator, .leading_separator, .row_separator, .column_separator {
    display: none
    }
.leading {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
    padding-top: 10px
    }
.article_row {
    border-bottom: 0 solid #e6e6e6;
    margin-bottom: 0;
    padding-bottom: 0
    }
.column_separator {
    padding: 0 25px
    }
/* Meta ---*/
.article-tools {
    clear: both;
    color: #999;
    display: block;
    line-height: normal;
    margin: 0 0 10px;
    padding: 5px;
    position: relative
    }
.article-meta {
    float: left;
    padding: 0;
    width: 70%
    }
.article-section, .article-category {
    color: #999
    }
.createby {
    background: url(../images/icon-user.gif) no-repeat 0 2px;
    padding: 3px 3px 3px 20px
    }
.createdate {
    background: url(../images/icon-date.gif) no-repeat 0 2px;
    padding: 3px 3px 3px 20px
    }
.modifydate {
    color: #999;
    display: block;
    margin: 10px 0
    }
.contentdescription {
    border-bottom: 1px solid #e6e6e6;
    display: block;
    margin: 0;
    padding: 10px 15px
    }
.contentdescription p {
    margin: 0
    }
.article-content p {
    line-height: 1.2;
    font-family: Tahoma, Geneva, sans-serif;
    color: #333
    }
.buttonheading {
    float: right
    }
.buttonheading img {
    border: 0;
    float: right;
    margin: 0 5px 0 0
    }
/*Inline images ---*/
img.caption {
    margin-top: 5px
    }
.img_caption {
    color: #999;
    margin-bottom: 10px
    }
.article-content img {
    border-right: 2px solid #000;
    margin-right: 15px;
    padding: 5px 15px 5px 0
    }
.img_caption img {
    margin: 5px 0 0
    }
.img_caption p {
    color: #999;
    margin: 0;
    padding: 1px 0;
    text-align: center
    }
/* Tables ---*/
.sectiontableheader {
    background: #333;
    border: 1px solid #ccc;
    color: #fff;
    padding: 5px
    }
.sectiontableheader a, .sectiontableheader a:hover, .sectiontableheader a:focus, .sectiontableheader a:active {
    color: #fff
    }
.sectiontableentry, .sectiontableentry0, .sectiontableentry1, .sectiontableentry2 {
    background: url(../images/dot2.gif) repeat-x bottom;
    padding: 5px 5px 6px
    }
.sectiontableentry:hover, .sectiontableentry0:hover, .sectiontableentry1:hover, .sectiontableentry2:hover {
    background-color: #FAFAD2
    }
.sectiontableentry2 {
    background-color: #FAFAD2
    }
table.contentpane, table.tablelist {
    width: 100%
    }
table.contentpaneopen {
    border: none;
    border-collapse: collapse;
    border-spacing: 0
    }
/* Content Toc */
table.contenttoc {
    border: 1px solid #ccc;
    float: right;
    margin: 0 0 10px 12px;
    padding: 0;
    width: 30%
    }
table.contenttoc a {
    color: #000
    }
table.contenttoc td {
    border-bottom: 1px dotted #ccc;
    padding: 5px 10px
    }
table.contenttoc th {
    background: #f6f6f6;
    border-bottom: 1px solid #ccc;
    padding: 5px 10px;
    text-transform: uppercase
    }
/* Poll */
div.poll {
    padding: 15px 0
    }
form#poll {
    border-bottom: 1px dotted #ccc;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 10px
    }
dl.poll {
    border-bottom: 1px dotted #ccc;
    font-size: 92%;
    margin-bottom: 10px;
    padding-bottom: 10px
    }
dl.poll dt, dl.poll dd {
    float: left
    }
dl.poll dt {
    clear: left;
    width: 100px
    }
dl.poll dd {
    clear: right
    }
table.pollstableborder {
    border: none;
    padding: 0;
    text-align: left;
    width: 100%
    }
table.pollstableborder img {
    vertical-align: baseline
    }
table.pollstableborder td {
    background: #f6f6f6;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    padding: 5px !important
    }
table.pollstableborder tr.sectiontableentry0 td, table.pollstableborder tr.sectiontableentry1 td {
    background: #fff;
    font-weight: normal
    }
/* Search */
table.searchintro {
    padding: 10px 0;
    width: 100%
    }
table.searchintro td {
    padding: 5px !important
    }
/* Misc. */
table.contentpaneopen, table.contentpane, table.blog {
    width: 100%
    }
/* Pagination ---*/
ul.pagination {
    float: left;
    margin: 5px 0 5px 0;
    width: 75%
    }
ul.pagination li {
    background: none;
    display: inline;
    margin: 0;
    padding: 0;
    overflow: hidden
    }
ul.pagination li span {
    background: #444;
    border: 1px solid #444;
    color: #F1F1F1;
    font-size: 11px;
    line-height: 20px;
    padding: 0 5px
    }
ul.pagination a {
    background: #ACA789;
    border: 1px solid #000;
    color: #F1F1F1;
    font-size: 11px;
    line-height: 20px;
    padding: 0 5px;
    text-decoration: none
    }
ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
    background: #bf0000;
    border: 1px solid #bf0000;
    color: #fff;
    text-decoration: none
    }
.sortby {
    font-size: 92%;
    margin: 10px 0 5px
    }
.sortby .filter, .sortby .display {
    float: left;
    width: 40%
    }
.sortby .display {
    float: right;
    text-align: right
    }
.pagenavbar {
    font-weight: bold
    }
.pagenavcounter {
    margin: 15px 0 !important;
    text-align: center
    }
.counter {
    float: right;
    line-height: 1;
    margin: 15px 0 !important;
    text-align: right;
    width: 24%;
    display: none
    }
.counter span {
    background: #bf0000;
    border: 1px solid #bf0000;
    color: #fff;
    padding: 1px 5px
    }
.blog_more {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 15px 0 5px
    }
.blog_more h2 {
    font-size: 115%;
    margin: 0 0 5px;
    text-transform: uppercase
    }
.blog_more ul li {
    background: url(../images/bullet.gif) no-repeat 5px 6px;
    padding-left: 15px
    }
div.back_button a, div.back_button a:hover, div.back_button a:active {
    display: block;
    margin: 10px 0
    }
/* Messages ---*/
#system-message dd.message ul, #system-message dd.error ul, #system-message dd.notice ul {
    margin: 0;
    padding: 0
    }
#system-message dd.message ul li, #system-message dd.error ul li, #system-message dd.notice ul li {
    background: none;
    color: #FFF;
    margin: 0;
    padding: 5px
    }
/* System Standard Messages */
#system-message dd.message ul {
    background: #bf0000;
    border: 0
    }
/* System Error Messages */
#system-message dd.error ul {
    background: #bf0000;
    border: 0
    }
/* System Notice Messages */
#system-message dd.notice ul {
    background: #333;
    border: 0
    }
/* Tooltips --- */
.tool-tip {
    background: #ffc;
    border: 1px solid #D4D5AA;
    float: left;
    max-width: 300px;
    padding: 5px;
    z-index: 1000
    }
.tool-title {
    background: url(../../system/images/selector-arrow.png) no-repeat;
    font-size: 100%;
    font-weight: bold;
    margin: 0;
    margin-top: -15px;
    padding: 0;
    padding-bottom: 5px;
    padding-top: 15px
    }
.tool-text {
    font-size: 100%;
    margin: 0
    }
.hasTip img {
    border: none;
    margin: 0 5px 0 0
    }
.contentpaneopen_edit img {
    vertical-align: middle
    }
/* MODULE STYLES
--------------------------------------------------------- */
div.ja-moduletable h3, div.moduletable h3 {
    background: url(../images/h3-bg2.gif) no-repeat left center;
    color: #fff;
    display: block;
    font-size: 100%;
    margin: 0;
    padding-left: 10px;
    text-shadow: 0 1px 0 #222;
    text-transform: uppercase
    }
div.ja-moduletable h3 span, div.moduletable h3 span {
    background: url(../images/h3-bg2.gif) no-repeat right center;
    display: block;
    line-height: 30px;
    padding-right: 10px
    }
div.ja-moduletable, div.moduletable {
    padding: 0 0 10px;
    position: relative
    }
div.ja-moduletable .ja-box-ct, div.moduletable .ja-box-ct {
    padding: 10px 0
    }
div.moduletable-contenidos {
    border-left: 2px solid #000;
    padding-left: 17px;
    height: 420px
    }
div.moduletable-contenidos .nsp_art h4.nsp_header {
    text-transform: none;
    width: 165px;
    margin: 15px 0 5px !important
    }
div.moduletable-contenidos .nsp_art h4.nsp_header a {
    color: #000;
    text-decoration: none
    }
div.moduletable-contenidos .nsp_art h4.nsp_header a:hover {
    text-decoration: underline
    }
div.moduletable-contenidos .nsp_bottom_interface .pagination, div.moduletable-contenidos .nsp_top_interface .pagination {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline;
    width: auto
    }
div.moduletable-contenidos .nsp_bottom_interface .pagination li, div.moduletable-contenidos .nsp_top_interface .pagination li {
    background: none repeat scroll 0 0 transparent;
    border: 0 solid #666;
    border-radius: 2px 2px 2px 2px;
    cursor: pointer;
    float: left;
    font-size: 1em;
    height: 16px;
    margin-right: 2px;
    padding-left: 7px;
    text-indent: -7px;
    width: 0
    }
div.moduletable-contenidos .nsp_bottom_interface .pagination li:hover, div.moduletable-contenidos .nsp_bottom_interface .pagination li.active, div.moduletable-contenidos .nsp_top_interface .pagination li:hover, div.moduletable-contenidos .nsp_top_interface .pagination li.active {
    background: none;
    border: 0;
    font-weight: bold
    }
div.moduletable-contenidos .nsp_bottom_interface div, div.moduletable-contenidos .nsp_top_interface div {
    float: right;
    width: 100%
    }
div.moduletable-contenidos .nsp_bottom_interface .prev, div.moduletable-contenidos .nsp_top_interface .prev {
    background: url(../images/arrow-left-nsp.png) no-repeat scroll 0 5px transparent;
    height: 12px;
    overflow: hidden;
    padding-left: 12px;
    text-indent: -999em;
    margin: 0 0 0 0
    }
div.moduletable-contenidos .nsp_bottom_interface .next, div.moduletable-contenidos .nsp_top_interface .next {
    background: url(../images/arrow-right-nsp.png) no-repeat scroll 0 5px transparent;
    height: 12px;
    overflow: hidden;
    padding-left: 12px;
    text-indent: -999em;
    margin: 0 0 0 2px
    }
div.moduletable-contenidos .nsp_top_interface {
    padding-top: 4px;
    border-top: 1px solid #000;
    margin-top: 10px
    }
div.mod-pubs .nsp_art h4.nsp_header {
    font-size: 11px;
    margin: 0 !important;
    text-align: center;
    text-transform: none;
    width: 80px
    }
div.mod-pubs .ja-box-ct {
    padding-top: 0
    }
/* Rounded Module --- */
div.ja-module h3, div.module h3 {
    font-size: 100%;
    font-weight: bold;
    margin: 0;
    padding: 0 0 0 15px;
    height: 30px;
    line-height: 30px;
    background: url(../images/h3-bg.gif) no-repeat left #ccc;
    text-shadow: 0 1px 1px #fff;
    text-transform: uppercase
    }
div.ja-module h3 span, div.module h3 span {
    height: 30px;
    line-height: 30px;
    display: block;
    background: url(../images/h3-bg.gif) no-repeat right;
    padding-right: 10px
    }
div.ja-module, div.module {
    margin-bottom: 10px;
    position: relative;
    overflow: hidden
    }
.ja-box-br {
    background: url(../images/box-br.gif) no-repeat bottom right #fff
    }
.ja-box-bl {
    background: url(../images/box-bl.gif) no-repeat bottom left
    }
.ja-box-tr {
    background: url(../images/box-tr.gif) no-repeat top right
    }
.ja-box-tl {
    background: url(../images/box-tl.gif) no-repeat top left
    }
div.ja-module .ja-box-ct, div.module .ja-box-ct {
    padding: 10px 15px
    }
/* Highlight Module --- */
div.module_hilite h3 {
    background: url(../images/h3-hilite.gif) no-repeat left;
    color: #fff;
    text-shadow: 1px 1px 0 #730900
    }
div.module_hilite h3 span {
    background: url(../images/h3-hilite.gif) no-repeat right
    }
/* Wood style Module --- */
div.module_wood h3 {
    background: url(../images/h3-wood.gif) no-repeat left;
    color: #fff;
    text-shadow: 1px 1px 0 #730900
    }
div.module_wood h3 span {
    background: url(../images/h3-wood.gif) no-repeat right
    }
/* Badge Module ---*/
.badge {
    height: 46px;
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    background-image: url(../images/icon-badge.png);
    background-repeat: no-repeat
    }
.badge-hot .badge {
    background-position: 0 0
    }
.badge-new .badge {
    background-position: 0 -46px
    }
.badge-pick .badge {
    background-position: 0 -92px
    }
.badge-top .badge {
    background-position: 0 -138px
    }
.ja-module .badge {
    right: 3px
    }
.ja-box-full .badge, .ja-box-right .badge {
    right: 3px
    }
/* Menu Module ---*/
div.module_menu .ja-box-ct {
    padding: 0 3px 8px
    }
/* Search Module ---*/
#ja-search {
    height: 22px;
    position: absolute;
    right: 10px;
    top: 6px;
    width: 212px
    }
#ja-search label {
    display: none
    }
#ja-search .inputbox {
    background: none repeat scroll 0 0 #FFF6DC;
    border: 0 none;
    color: #261C02;
    float: left;
    font-size: 13px;
    height: 20px;
    margin-right: 0;
    padding: 2px 0 0 5px;
    width: 212px
    }
#ja-search .button {
    background: url(../images/bt-search.gif) no-repeat left top;
    border: none;
    height: 25px;
    padding: 0;
    text-align: center;
    width: 67px
    }
/* Login Module ---*/
#form-login-username .inputbox, #form-login-password .inputbox {
    background-position: 5px center;
    background-repeat: no-repeat;
    font-size: 100%
    }
#form-login-username .inputbox, #form-login-password .inputbox {
    width: 90%
    }
#form-login ul {
    margin: 0 !important;
    padding: 0
    }
#form-login p {
    margin: 0 0 5px
    }
#form-login .button {
    margin: 5px 0
    }
#form-login ul li {
    font-size: 92%;
    margin-bottom: 3px
    }
/* Poll Module ---*/
h4.poll-title {
    margin: 0;
    padding: 0
    }
a.poll-result {
    font-size: 92%;
    text-transform: uppercase
    }
form.poll .button {
    margin-right: 5px
    }
/* Advertisement ---*/
div.bannergroup_text div.banneritem_text {
    border-bottom: 1px dotted #ccc;
    padding: 5px 0
    }
div.bannergroup_text div.banneritem_text a {
    font-weight: bold
    }
div.bannergroup_text div.bannerheader, div.bannergroup_text div.bannerfooter_text a {
    color: #999;
    font-size: 92%
    }
div.bannergroup_text div.bannerfooter_text {
    padding: 5px 0 0;
    text-align: right
    }
div.bannergroup {
    margin-bottom: 10px
    }
/* text */
/* Blank */
div.module_noborder, div.module_noborder .ja-box-bl, div.module_noborder .ja-box-tr, div.module_noborder .ja-box-tl {
    background: none;
    padding: 0
    }
/* text color for high contrast module */
div.module_black *, div.module_green *, div.module_blue *, div.module_red * {
    color: #fff
    }
/* Module list ---*/
div.ja-moduletable ul, div.ja-module ul {
    margin: 15px 0 0
    }
div.ja-moduletable ul li, div.ja-module ul li {
    padding-left: 12px;
    background-position: 2px 6px
    }
/* Collapsible h3 ---*/
h3.show {
    background: url(../images/icon-show.png) no-repeat 100% 60%;
    cursor: pointer
    }
h3.hide {
    background: url(../images/icon-hide.png) no-repeat 100% 60%;
    cursor: pointer
    }
/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
.ja-box {
    padding-bottom: 10px;
    padding-top: 10px
    }
#ja-wrapper {
    float: left;
    margin-left: 35px
    }
#ja-container {
    position: relative;
    z-index: 5;
    padding: 0
    }
#ja-container .main {
    background: url(../images/container-center.gif) repeat-y center top;
    width: 1010px
    }
#ja-container .ja-wrap1 {
    background: url(../images/container-top.gif) no-repeat center top
    }
#ja-container .ja-wrap2 {
    background: url(../images/container-bot.gif) no-repeat center bottom;
    padding: 15px;
    min-height: 438px
    }
/* 3 Columns - Classic Layout ---*/
/* Full */
/* Full left */
/* Full right */
/* Mass ---*/
.ja-mass-top .ja-moduletable, .ja-mass-top .ja-module {
    margin-left: 0;
    margin-right: 0
    }
.ja-mass-bottom .ja-moduletable, .ja-mass-bottom .ja-module {
    margin-left: 0;
    margin-right: 0
    }
/* MAIN COLUMN
--------------------------------------------------------- */
#ja-main .ja-box-tl {
    padding-bottom: 10px
    }
/* Content Top ---*/
.ja-content-top .ja-moduletable, .ja-content-top .ja-module {
    margin-left: 0;
    margin-right: 0
    }
/* Content Main ---*/
.ja-content-main {
    padding: 0
    }
/* Content Bottom ---*/
.ja-content-bottom .ja-moduletable, .ja-content-bottom .ja-module {
    margin-left: 0;
    margin-right: 0
    }
/* @end */
/* SIDE COLUMNS
--------------------------------------------------------- */
/* Left Columns ---*/
/* Right Columns ---*/
#ja-right .moduletable h3 {
    background: #434343;
    color: #fff;
    padding: 6px 10px
    }
#ja-right .moduletable h3 span {
    background: none;
    line-height: normal
    }
#ja-right .moduletable, #ja-right .moduletable_hilite {
    background: url(../images/module-bg.gif) repeat-x left bottom #fff;
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
    padding: 10px
    }
#ja-right .moduletable_hilite h3 {
    background: #bf0000;
    padding: 6px 10px
    }
#ja-right .moduletable_hilite h3 span {
    background: none;
    line-height: normal
    }
#ja-right .moduletable_hilite {
    background: #f3f2de;
    border: none
    }
/* LATERAL
--------------------------------------------------------- */
#ja-lateral {
    height: auto;
    float: left;
    width: 137px;
    margin-left: 20px
    }
#ja-lateral p {
    margin: 0;
    padding: 0
    }
#ja-radio {
    height: 126px;
    margin: 20px auto;
    width: 86px;
    z-index: 1
    }
#ja-advertising {
    background: url(../images/bg-publicidad.png) no-repeat scroll center top transparent;
    height: 533px;
    margin: 0 auto;
    width: 135px;
    z-index: 1
    }
#ja-social-networks {
    height: 22px;
    width: 86px;
    z-index: 1;
    margin: 15px 0 0 0
    }
#ja-social-networks img {
    margin: 0 10px 0 0
    }
#ja-advertising .nsp_art div {
    border-top: 3px solid #0B0C06;
    margin: 3px 9px;
    padding: 0
    }
#ja-advertising .nsp_bottom_interface, .nsp_top_interface {
    margin: 0;
    overflow: hidden
    }
#ja-advertising .nsp_bottom_interface div, #ja-advertising .nsp_top_interface div {
    float: right
    }
#ja-advertising .nsp_bottom_interface .pagination, #ja-advertising .nsp_top_interface .pagination {
    float: left;
    list-style-type: none;
    margin: 0 10px;
    padding: 0;
    display: inline;
    width: 100%
    }
#ja-advertising .nsp_bottom_interface .pagination li, #ja-advertising .nsp_top_interface .pagination li {
    -moz-border-radius: 2px 2px 2px 2px;
    background: none repeat scroll 0 0 #ACA789;
    cursor: pointer;
    float: left;
    height: 10px;
    margin-right: 2px;
    text-indent: -999em;
    width: 10px;
    border: 1px solid #666
    }
#ja-advertising .nsp_bottom_interface .pagination li:hover, #ja-advertising .nsp_bottom_interface .pagination li.active, #ja-advertising .nsp_top_interface .pagination li:hover, #ja-advertising .nsp_top_interface .pagination li.active {
    background: none repeat scroll 0 0 #444
    }
#ja-advertising .nsp_art_page {
    background: url(../images/bg-publicidad.png) no-repeat scroll center top transparent
    }
/* HEADER
--------------------------------------------------------- */
#ja-header {
    position: relative;
    z-index: 10
    }
#ja-header .main {
    height: 165px;
    width: 1010px
    }
h1.logo, div.logo-text h1 {
    font-size: 250%;
    line-height: 1;
    margin: 15px 0 0
    }
h1.logo, div.logo-text {
    float: left
    }
/* Logo Image ---*/
h1.logo {
    height: 118px;
    width: 490px;
    margin-top: 20px !important
    }
h1.logo a {
    background: url(../images/logo.png) no-repeat left transparent;
    display: block;
    height: 118px;
    width: 490px
    }
h1.logo a span {
    position: absolute;
    top: -1000px
    }
/* Logo Text ---*/
div.logo-text h1 a {
    color: #ccc;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none
    }
p.site-slogan {
    background: #444;
    color: #999;
    display: block;
    font-size: 85%;
    letter-spacing: 1px;
    margin: 8px 0 0;
    padding: 0 5px;
    text-align: center;
    text-transform: uppercase
    }
/* NAVIGATION
--------------------------------------------------------- */
/* Main Nav ---*/
#ja-mainnav {
    position: relative;
    z-index: 9;
    padding-bottom: 0
    }
#ja-mainnav .main {
    height: 34px;
    font-size: 13px;
    width: 1010px
    }
#ja-mainnav .inner {
    background: url(../images/mainnav-bg.jpg) repeat-x scroll center top transparent;
    height: 34px
    }
span.has-image {
    padding-left: 25px;
    padding-top: 5px;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: left 7px
    }
span.menu-title {
    display: block;
    font-size: 100%;
    letter-spacing: 0.001em;
    padding-top: 1px;
    text-shadow: 0 1px 0 #F1F1F1
    }
span.has-image span.menu-title {
    padding-top: 0
    }
span.menu-desc {
    display: block;
    font-weight: normal;
    line-height: normal;
    font-size: 92%
    }
/* Sub Nav ---*/
#ja-subnav {
    position: relative;
    z-index: 9
    }
#ja-subnav .main {
    line-height: 1;
    z-index: 10;
    padding-bottom: 0;
    width: 1010px
    }
#ja-subnav span.menu-title {
    font-size: 100%;
    padding-top: 0
    }
#ja-subnav ul {
    border-top: 0 solid #ddd;
    border-bottom: 0 solid #ddd;
    overflow: hidden;
    padding: 5px 0;
    margin: 0
    }
#ja-subnav li {
    background: none;
    border-left: 1px solid #ddd;
    display: block;
    float: left;
    padding: 0 10px 0 11px;
    text-transform: uppercase;
    font-size: 12px
    }
#ja-subnav li.first-item {
    border-left: 0
    }
#ja-subnav ul li a {
    color: #FFF6DC;
    padding: 2px 0;
    display: block;
    text-decoration: none
    }
#ja-subnav ul li a:hover, #ja-subnav ul li.hover a {
    color: #FFF6DC;
    font-weight: normal
    }
#ja-subnav ul.active li a {
    color: #FFF6DC
    }
#ja-subnav ul.active li a:hover {
    color: #FFF6DC;
    font-weight: bold
    }
#ja-subnav ul li.active a, #ja-subnav ul li.active a:hover, #ja-subnav ul li.active a:active, #ja-subnav ul li.active a:focus {
    font-weight: bold
    }
#ja-subnav ul li.empty {
    visibility: hidden
    }
/* Sub Nav (lv2) ---*/
#ja-subnav ul li ul {
    background: #e6e6e6;
    border: 1px solid #ddd;
    display: block;
    height: auto;
    left: -999em;
    padding: 0;
    position: absolute
    }
#ja-subnav ul li.hover ul {
    display: block;
    height: auto;
    left: auto;
    position: absolute;
    margin-left: 5px
    }
#ja-subnav ul li.haschild a {
    background: url(../images/arrow.png) no-repeat right center;
    padding-right: 12px;
    height: auto
    }
#ja-subnav ul li.haschild a:hover {
    background: url(../images/arrow3.png) no-repeat right center
    }
#ja-subnav ul li.haschild li a, #ja-subnav ul li.hover li a {
    background: none;
    padding-right: 0
    }
#ja-subnav ul li ul li {
    border-bottom: 1px solid #ddd;
    border-left: 0;
    display: block;
    float: none;
    overflow: hidden;
    text-align: left;
    padding: 0 5px
    }
#ja-subnav ul li ul li a {
    background-image: none !important;
    border: 0 !important;
    color: #333 !important;
    font-weight: normal !important;
    text-decoration: none !important
    }
#ja-subnav ul li ul li a span.menu-title {
    padding-top: 3px;
    padding-bottom: 3px
    }
#ja-subnav ul li ul li a:hover {
    background-image: none !important;
    color: #bf0000 !important;
    text-decoration: underline !important
    }
#ja-subnav ul li ul li a.active {
    color: #bf0000;
    font-weight: bold !important
    }
/* Breadcrumbs ---*/
#ja-breadcrums {
    /*height: 30px;
    	line-height: 30px;*/
    margin: 0;
    padding: 0;
    font-size: 110%
    }
#ja-breadcrums .main {
    background: none;
    /*url(../images/container-center.gif) repeat-y center top;*/
    width: 100%
    }
#ja-breadcrums .ja-wrap1 {
    background: none;
    /*url(../images/container-top.gif) no-repeat center top;*/
    }
#ja-breadcrums .ja-wrap2 {
    background: none;
    /*url(../images/container-bot.gif) no-repeat center bottom;*/
    padding: 0;
    margin: 0;
    /*height: 30px;
    	line-height: 30px;*/
    }
#ja-breadcrums strong {
    margin-right: 5px
    }
#ja-breadcrums img {
    margin: 1px 5px
    }
/* Default Joomla! Menu ---*/
#ja-container ul.menu {
    margin: 0;
    padding: 0
    }
#ja-container ul.menu li {
    background: none;
    border-top: 1px dotted #ccc;
    margin: 0;
    overflow: hidden;
    padding: 0
    }
#ja-container ul.menu li a {
    color: #333;
    display: block;
    outline: none;
    padding: 6px 0;
    text-decoration: none
    }
#ja-container ul.menu li a:hover, #ja-container ul.menu li a:active, #ja-container ul.menu li a:focus {
    color: #bf0000;
    background: #f6f6f6
    }
#ja-container ul.menu li.active a {
    color: #bf0000;
    font-weight: bold
    }
#ja-container ul.menu li ul {
    padding-left: 10px;
    margin: 0
    }
#ja-container ul.menu li li {
    background: url(../images/arrow.png) no-repeat left 11px;
    border-bottom: 0;
    border-top: 0
    }
#ja-container ul.menu li li a {
    color: #333 !important;
    font-weight: normal !important;
    text-indent: 10px
    }
#ja-container ul.menu li li a:hover, #ja-container ul.menu li li a:active, #ja-container ul.menu li li a:focus {
    color: #bf0000 !important;
    background: none
    }
#ja-container ul.menu li.active > a {
    color: #bf0000 !important;
    font-weight: bold !important
    }
#ja-container ul.menu span.separator {
    display: none
    }
#ja-container ul#mainlevel li {
    padding-left: 20px;
    background-position: 10px 5px
    }
/* SPOTLIGHT
--------------------------------------------------------- */
#ja-topsl .ja-box, #ja-botsl .ja-box {
    padding: 0
    }
#ja-topsl .ja-box-right, #ja-botsl .ja-box-right, #ja-topsl .ja-box-full, #ja-botsl .ja-box-full {
    background: none !important
    }
#ja-topsl .ja-moduletable, #ja-botsl .ja-moduletable {
    border-bottom: 0;
    margin: 0;
    padding: 15px 10px
    }
#ja-topsl li, #ja-botsl li {
    background-position: 1px 7px;
    padding-left: 10px
    }
#ja-topsl ol li, #ja-botsl ol li {
    margin-left: 25px;
    padding: 0 !important
    }
#ja-topsl ul, #ja-topsl p, #ja-topsl ol, #ja-botsl ul, #ja-botsl p, #ja-botsl ol {
    padding: 0;
    margin: 0 !important
    }
/* Top ---*/
#ja-top {
    position: relative;
    z-index: 2;
    margin: 0
    }
#ja-top .main {
    padding: 0 0 10px 0;
    color: #fff;
    width: 1010px
    }
#ja-top a {
    border-bottom: 0 dotted #fff;
    color: #fff
    }
#ja-top a:hover, #ja-top a:active, #ja-top a:focus {
    border-bottom: 0 solid #fff;
    color: #fff;
    text-decoration: none
    }
#ja-top a.readon, #ja-top a.readon:hover, #ja-top a.readon:active, #ja-top a.readon:focus {
    border-bottom: 0
    }
/* Top spotlight ---*/
#ja-topsl {
    margin: 10px 0
    }
#ja-topsl .main {
    background: url(../images/container-center.gif) repeat-y center top;
    padding: 0
    }
#ja-topsl .ja-wrap1 {
    background: url(../images/container-top.gif) no-repeat center top
    }
#ja-topsl .ja-wrap2 {
    background: url(../images/container-bot.gif) no-repeat center bottom;
    padding-bottom: 2px
    }
#ja-topsl .ja-box-tl {
    padding-bottom: 3px
    }
#ja-topsl .ja-box {
    background: url(../images/dot1.gif) repeat-y right
    }
/* Bot spotlight ---*/
#ja-botsl {
    margin-bottom: 15px
    }
#ja-botsl .main {
    padding: 10px 0;
    position: relative;
    color: #ccc
    }
#ja-botsl .inner {
    background: #434343;
    position: relative;
    margin: 0 5px
    }
#ja-botsl .ja-box-tl, #ja-botsl .ja-box-tr, #ja-botsl .ja-box-bl, #ja-botsl .ja-box-br {
    background-image: url(../images/botsl-bg.gif);
    position: absolute;
    width: 10px;
    height: 10px
    }
#ja-botsl .ja-box-tl {
    background-position: left top;
    left: 0;
    top: 0
    }
#ja-botsl .ja-box-tr {
    background-position: right top;
    right: 0;
    top: 0
    }
#ja-botsl .ja-box-bl {
    background-position: left bottom;
    left: 0;
    bottom: 0
    }
#ja-botsl .ja-box-br {
    background-position: right bottom;
    right: 0;
    bottom: 0
    }
#ja-botsl .ja-moduletable h3 {
    background: none;
    color: #ccc;
    text-shadow: 1px 1px 0 #111;
    padding-left: 0
    }
#ja-botsl .ja-moduletable h3 span {
    background: none
    }
.ja-box-right .ja-moduletable, .ja-box-right .moduletable, .ja-box-full .ja-moduletable, .ja-box-full .moduletable {
    border: 0 !important;
    background: 0 !important
    }
#ja-botsl li {
    background-image: url(../images/bullet4.gif);
    border-bottom: 1px dotted #666;
    padding-bottom: 3px
    }
#ja-botsl a {
    color: #999
    }
#ja-botsl a:hover, #ja-botsl a:focus, #ja-botsl:active {
    color: #ccc
    }
/* CONTENT TOP
--------------------------------------------------------- */
#content-top {
    float: left
    }
#content-top .ice-slideshow-candy .ice-main-wapper .ice-main-item .ice-description {
    padding: 0;
    text-shadow: none
    }
#content-top .ice-slideshow-candy .ice-main-wapper .ice-main-item h3.ice-title {
    display: none
    }
#content-top .ice-slideshow-candy .ice-main-wapper .ice-main-item a.ice-readmore {
    display: none
    }
#content-top .ice-slideshow-white {
    background: none;
    border: none
    }
#content-top .ice-slideshow-white .ice-main-wapper .ice-main-item {
    background: none;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 100%
    }
#content-top .ice-slideshow-white .ice-main-wapper .ice-main-item .ice-description {
    padding: 1em 1.5em 1em 0;
    clear: both;
    overflow: hidden
    }
#content-top .ice-slideshow-white .ice-main-wapper .ice-main-item h3.ice-title {
    display: none
    }
#content-top .ice-slideshow-white .ice-main-wapper .ice-main-item a.ice-readmore {
    display: none
    }
#content-top .ice-slideshow-white .ice-buttons-control {
    background: none repeat scroll 0 0 transparent;
    height: 19px;
    padding: 3px 20px !important;
    position: absolute;
    right: 0;
    top: 47px;
    width: 620px
    }
#content-top .ice-slideshow-white .ice-main-wapper .ice-main-item .ice-description img {
    float: left;
    margin: 0 0 0.8em 0
    }
#content-top .ice-slideshow-white .ice-main-wapper .ice-main-item .ice-description p {
    float: none;
    color: #333;
    font-family: Tahoma, Geneva, sans-serif;
    line-height: 1.2
    }
#content-top .ice-slideshow-white ul.ice-navigator li div {
    padding: 1em 0.5em
    }
#content-top .ice-slideshow-white .ice-navigator li .ice-title {
    font-size: 1em;
    font-weight: bold;
    margin: 0 !important;
    text-transform: none
    }
#content-top .ice-slideshow-white .ice-navigator li h4.ice-title {
    display: none
    }
#content-top .ice-slideshow-white .ice-navigator-wrapper {
    border-right: 2px #000 solid;
    clear: both;
    overflow: hidden;
    position: relative;
    margin-top: 0;
    width: 645px;
    padding-top: 10px
    }
#content-top .ice-top-sl-white .ice-navigator-outer, .ice-bottom-sl-white .ice-navigator-outer {
    float: left;
    left: 40px;
    position: relative
    }
#content-top .ice-slideshow-white .ice-next, #content-top .ice-slideshow-white .ice-previous {
    background: url(../images/ice-arrows.png) no-repeat scroll 0 -10px transparent;
    cursor: pointer;
    height: 10px;
    margin: 0;
    position: relative;
    text-indent: -9999em;
    width: 15px;
    z-index: 10
    }
#content-top .ice-slideshow-white .ice-previous {
    background-position: 0 -30px;
    float: left
    }
#content-top .ice-slideshow-white .ice-next:hover {
    background-position: 0 0
    }
#content-top .ice-slideshow-white .ice-previous:hover {
    background-position: 0 -20px
    }
#content-top .ice-slideshow-white ul.ice-navigator li {
    background: none;
    border-right: 0 solid #000;
    cursor: pointer;
    list-style: none outside none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%
    }
#content-top .ice-bottom-sl-white .ice-navigator li.active {
    background: url(../images/ice-current_tab_b.png) no-repeat center top
    }
#content-top .ice-slideshow-white ul.ice-navigator li:hover {
    background: url(../images/ice-current_tab_b.png) no-repeat center top
    }
.article-content-pedido {
    left: 0;
    margin-top: 0;
    position: absolute;
    top: 0
    }
.article-content-pedido p {
    margin: 0
    }
.complet .ice-slideshow-white .ice-buttons-control {
    padding: 3px 0 3px 20px !important
    }
.complet .ice-slideshow-white .ice-main-wapper .ice-main-item .ice-description img {
    border-right: 2px solid #000 !important;
    margin-right: 15px !important;
    padding: 5px 15px 5px 0 !important
    }
.complet .ice-slideshow-white h2 {
    margin: 0 0 15px 0 !important
    }
.complet .ice-slideshow-white .ice-main-wapper .ice-main-item .ice-description p {
    margin: 0 0 15px 0 !important
    }
.complet .ice-top-sl-white .ice-navigator-outer, .complet .ice-bottom-sl-white .ice-navigator-outer {
    left: 40px !important
    }
#content-top #icetabs49.ice-slideshow-white .ice-navigator-wrapper {
    border-right: 0 #000 solid;
    clear: both;
    overflow: hidden;
    position: relative;
    margin-top: 0;
    width: 685px;
    padding-top: 10px
    }
#content-top #icetabs49.ice-slideshow-white .ice-buttons-control {
    background: none repeat scroll 0 0 transparent;
    height: 19px;
    padding: 3px 20px !important;
    position: absolute;
    right: 0;
    top: 55px;
    width: 645px
    }
/* PUBS GALLERY

--------------------------------------------------------- */
#ja-pubsgallery {
    border-right: 2px solid #000;
    float: left;
    margin-right: 15px;
    width: 410px;
    height: 430px
    }
#ui0 {
    margin-top: 10px
    }
/* PREMIOS

--------------------------------------------------------- */
.nivoSlider {
    background: none;
    box-shadow: none;
    margin: 10px 0 0 0;
    position: relative
    }
.nivo-directionNav a {
    background: url(../images/ice-arrows.png) no-repeat scroll 0 -10px transparent;
    border: 0 none;
    display: block;
    height: 10px;
    text-indent: -9999px;
    width: 15px
    }
a.nivo-nextNav {
    background-position: 0 -10px;
    float: left
    }
a.nivo-prevNav {
    background-position: 0 -30px;
    float: left
    }
a.nivo-nextNav:hover {
    background-position: 0 0;
    float: left
    }
a.nivo-prevNav:hover {
    background-position: 0 -20px;
    float: left
    }
.ice-slideshow-white .ice-next {
    background-position: 0 0;
    float: right
    }
.nivo-controlNavHolder {
    display: none
    }
#content-top div.moduletable {
    float: left
    }
/*#content-top .ice-slideshow-white .ice-next, #content-top .ice-slideshow-white .ice-previous { background: url("../images/ice-arrows.png") no-repeat scroll 0 -10px transparent; cursor: pointer; height: 10px; margin: 0; position: relative; text-indent: -9999em; width: 15px; z-index: 10; }
#content-top .ice-slideshow-white .ice-previous { background-position: 0 -30px; float: left; }
#content-top .ice-slideshow-white .ice-next:hover { background-position:0 0;}			
#content-top .ice-slideshow-white .ice-previous:hover { background-position:0 -20px}*/
/* CERVECERÍA GALLERY

--------------------------------------------------------- */
#ja-cerveceriagallery {
    border-right: 2px solid #000;
    float: left;
    height: 430px;
    margin-right: 15px;
    width: 675px
    }
/* BOTONES

--------------------------------------------------------- */
#ja-botones {
    border-top: 2px solid #000;
    bottom: 20px;
    position: absolute;
    right: 320px;
    width: 245px
    }
#ja-botones img, #ja-botones-2 img {
    margin-left: 15px
    }
#ja-botones p {
    margin-top: 10px;
    text-align: center
    }
#ja-botones-2 {
    border-top: 0 solid #000;
    bottom: 10px;
    position: absolute;
    right: 325px;
    width: 245px
    }
#ja-botones-2 p {
    margin-top: 10px;
    text-align: center
    }
/* CARTA

--------------------------------------------------------- */
#ja-carta {
    float: left;
    width: 245px
    }
p.carta {
    font-weight: bold;
    margin-top: 0
    }
p.carta a {
    font-size: 11px;
    text-decoration: none;
    font-weight: normal
    }
p.carta a:hover {
    text-decoration: underline
    }
/* GALLERY

--------------------------------------------------------- */
#ja-galeria {
    clear: both;
    padding-top: 25px
    }
/* FOOTER
--------------------------------------------------------- */
#ja-footer {
    clear: both;
    margin-bottom: 10px
    }
#ja-footer .main {
    padding: 0;
    width: 1010px
    }
#ja-footer .inner {
    margin: 0 5px;
    padding: 7px 10px 15px 10px !important;
    position: relative
    }
#ja-footer .ja-box-tl, #ja-footer .ja-box-tr {
    background-image: url(../images/botsl-bg.gif);
    background-repeat: no-repeat;
    height: 10px;
    position: absolute;
    width: 10px
    }
#ja-footer .ja-box-tl {
    top: 0;
    left: 0;
    background-position: left top
    }
#ja-footer .ja-box-tr {
    top: 0;
    right: 0;
    background-position: right top
    }
#ja-footer a {
    color: #FFF6DC
    }
#ja-footer a:hover, #ja-footer a:focus, #ja-footer a:active {
    color: #fff
    }
#ja-footer .inner {
    padding: 0 20px
    }
#ja-footer small {
    color: #53453C;
    font-size: 100%
    }
/* Foot Links ---*/
#ja-footer .ja-footnav {
    border-bottom: 0 solid #FFF6DC;
    font-size: 13px;
    margin: 0 10px 3px 0;
    overflow: hidden;
    padding: 0 0 3px;
    position: relative
    }
.ja-footnav ul {
    line-height: normal
    }
.ja-footnav li {
    border-right: 1px solid #FFF6DC;
    display: block;
    float: left;
    margin-right: 10px
    }
.ja-footnav li a {
    color: #FFF6DC;
    border: none !important;
    display: block;
    font-weight: normal;
    text-decoration: none;
    padding: 0 10px 0 0
    }
.ja-footnav li a:hover, .ja-footnav li a:active, .ja-footnav li a:focus {
    color: #FFF;
    text-decoration: underline
    }
.ja-footnav .ja-firstitem {
    border-left: 0
    }
/* Extras ---*/
.ja-links {
    float: right;
    margin-top: 2px
    }
.ja-links li {
    background: none;
    padding: 0;
    display: inline;
    border: 0
    }
.ja-links li.top a {
    background: url(../images/arrow2.png) no-repeat 5px center;
    padding: 2px 10px 2px 17px
    }
.ja-links li.layout-switcher {
    line-height: normal;
    margin: 0;
    padding: 0;
    height: 14px
    }
.ja-links li.layout-switcher a {
    background: #bf0000;
    color: #fff
    }
.ja-links li.layout-switcher a:hover {
    background: #666;
    color: #fff
    }
.ja-links li.user-reset a {
    background: #bf0000;
    color: #fff;
    text-decoration: none
    }
.ja-links li.user-reset a:hover {
    background: #666;
    color: #fff;
    text-decoration: none
    }
/* T3 Framework logo ---*/
#ja-poweredby {
    height: 32px;
    position: absolute;
    right: 15px;
    top: 17px;
    width: 80px
    }
#ja-poweredby a#t3-logo {
    background: url(../images/t3-logo.gif) no-repeat left top;
    display: block;
    height: 20px;
    text-indent: -999%;
    width: 160px;
    text-decoration: none
    }
#ja-poweredby a#t3-logo:hover, #ja-poweredby a#t3-logo:focus, #ja-poweredby a#t3-logo:active {
    background-position: left bottom
    }
/* Copyright Info. ---*/
.ja-copyright small {
    font-size: 13px;
    line-height: normal;
    color: #FFF6DC
    }
#ja-poweredby img {
    margin-right: 8px
    }
/* MISCELLANOUS
----------------------------------------------------------- */
/* Others ---*/
#ja-banner {
    border-top: 1px solid #ccc;
    margin: 0;
    overflow: hidden;
    padding-top: 15px;
    text-align: center;
    width: 100%
    }
div.ja-innerdiv {
    border-bottom: 1px dotted #ccc;
    clear: both;
    margin-bottom: 10px;
    padding-bottom: 12px
    }
div.ja-innerdiv h4 {
    font-family: Arial, sans-serif;
    font-size: 92%;
    font-weight: normal;
    margin: 5px 0;
    padding: 0;
    text-transform: uppercase
    }
.cufon-canvas {
    padding: 1px 0 3px
    }
/* Contact ---*/
#contact_us li {
    background: none !important;
    padding-left: 0
    }
#component-contact address {
    font-style: normal
    }
#component-contact #emailForm {
    border-top: 1px solid #ddd;
    padding-top: 15px
    }
.contact_email {
    margin: 0 0 10px
    }
.contact_email label {
    font-weight: bold;
    display: block
    }
.contact_email_checkbox {
    margin: 15px 0
    }
/*--- K2---*/
#k2Container .componentheading, #k2Container .catItemHeader, #k2Container .itemHeader, #k2Container .itemBackToTop {
    display: none
    }
.catItemBody img, .genericItemBody img, .itemFullText img {
    border-right: 2px solid #000;
    margin-right: 15px;
    padding: 5px 15px 5px 0
    }
.catItemBody p, .genericItemBody p, .itemFullText p {
    color: #333;
    font-family: Tahoma, Geneva, sans-serif;
    line-height: 1.2
    }
.genericItemList {
    height: 420px;
    overflow-y: auto;
    padding: 0 5px 10px 0;
    width: auto
    }
div.moduletable-lanzamientos, div.moduletable-eventos {
    border-left: 2px solid #000;
    height: 420px;
    padding-left: 17px
    }
div.moduletable-lanzamientos ul {
    margin-top: 0 !important
    }
.k2CalendarBlock {
    border: 2px #333 solid;
    padding: 2px;
    font-family: Tahoma, Geneva, sans-serif
    }
.calendar {
    text-align: center;
    border-collapse: separate;
    border-spacing: 2px;
    margin: 0 auto
    }
.calendarCurrentMonth, .calendarNavMonthPrev, .calendarNavMonthNext {
    font-weight: bold;
    font-size: 1em;
    text-align: center;
    text-transform: uppercase
    }
.calendarDayName {
    font-weight: bold;
    font-size: 1em;
    text-align: center;
    text-transform: uppercase;
    padding: 2px 1px
    }
.calendarDateEmpty {
    background: #72665A;
    border: 1px solid #72665A;
    padding: 3px 2px
    }
.calendarDate, .calendarToday {
    background: #FEF9DC;
    border: 1px solid #72665A;
    padding: 3px 2px
    }
.calendarDateLinked, .calendarTodayLinked {
    background: #ACA789;
    border: 1px solid #72665A;
    padding: 3px 2px
    }
.calendarDateLinked:hover, .calendarTodayLinked:hover {
    background: #FEF9DC;
    border: 1px solid #72665A;
    padding: 3px 2px
    }
.calendarDateLinked:hover a, .calendarTodayLinked:hover a {
    color: #333
    }
.calendarDateLinked a, .calendarTodayLinked a, .calendarDateLinked a:visited, .calendarTodayLinked a:visited {
    color: #FEF9DC;
    font-weight: bold;
    font-size: 0.85em
    }
.calendarDateLinked a:hover, .calendarTodayLinked a:hover {
    color: #333;
    font-weight: bold;
    font-size: 0.85em
    }
.moduletable-contenidos p {
    color: #333;
    float: none;
    font-family: Tahoma, Geneva, sans-serif;
    line-height: 1.2;
    font-size: 100%;
    margin-top: 0
    }