﻿.contenido
{
    width: 100% - 15px;
    padding: 15px 0px 0px 15px;
    margin: 0px auto 0px auto;
    float: left;
    min-height: 550px; /*float: left; */
    background: url("../img/backgrounds/transp.png") repeat;
}

.contenido .banner
{
    width: 468px;
    padding: 0px 10px 15px 0px;
    float: left;
}

.contenido .column-left
{
    width: 226px;
    padding: 0px 15px 15px 0px;
    float: left;
    display: block;
}
.contenido .column-left table
{
    width: 100%; /*border: 1px solid white;*/
    border-spacing: 0px;
    border-collapse: collapse;
    margin: 0px 0px 15px 0px;
}
.contenido .column-left td, .contenido .column-left th
{
    /*border: 1px solid white;*/
    padding: 0px 0px 10px 0px;
    cursor: pointer;
}
.contenido .column-left table a, .contenido .column-left table a:visited
{
    color: White;
    text-decoration: none;
    cursor: pointer;
}
.contenido .column-left table a:hover
{
 
}
.contenido .column-right
{
    width: 705px;
    padding: 0px 15px 15px 0px;
    float: left;
    display: block;
    min-height: 550px;
}
.contenido .column
{
    padding: 0px;
    width: 976px;
}
/* Areas publicitarias */
.linkArea
{
    color: White;
    text-decoration: none;
    cursor: pointer;      
    font-family: Arial;
    font-size: 12px;    
    float:left;
    font-weight:normal;
}

.linkArea:hover
{
    color: #faba16;
}

.colorCarne
{
    color: #faba16;
}

.areaMenu
{
    float: left;
    margin-left:175px;
    margin-top:30px;
}

#contArea
{
    float:left;        
}

.contIzquierdaAreas
{
    width:175px;
    float:left;
    margin-left:8px;
    margin-top:24px;
}

.contDerechaAreas
{
    width:472px;
    float:left;
    margin-top:40px;
}

.barraBlanca
{
    width:64px;
    height:1px;
    background-image: url(../images/barraBlanca.jpg)
}

.seccionesTomas
{
    margin-bottom:12px;
    float:left;
    display:none;
    width:175px;
}

.seccionToma
{
    margin-left:10px;
}

.linkToma
{
    margin-top:4px;
    margin-bottom:6px;
    margin-left:4px;
}

.descripcionArea
{
    color: White;
    text-decoration: none;     
    font-family: Arial;
    font-size: 12px;    
    float:left;
    font-weight:normal;
    margin-top:30px;
}

.linkPdf
{
    width:150px;
    float:left;
    margin-top:12px;
}


/* root element for tabs  */
ul.tabs
{
    list-style: none;
    margin: 0 !important;
    padding: 0;
    border-bottom: 1px solid #000;
    height: 30px;
    width: 243px;
    background-color: #878787;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

/* single tab */
ul.tabs li
{
    float: left;
    text-indent: 0;
    padding: 0;
    margin: 0 !important;
    list-style-image: none !important;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

/* link inside the tab. uses a background image */
ul.tabs a
{
    font-size: 12px;
    display: block;
    height: 30px;
    line-height: 30px;
    width: 135px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    padding: 0px;
    margin: 0px;
    position: relative;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

ul.tabs a:active
{
    outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover
{
    color: #fff;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a
{
    cursor: default !important;
    color: #fff !important;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
ul.tabs a.s
{
    width: 81px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
ul.tabs a.s:hover
{
    height: 30px;
    background-color: Silver;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
ul.tabs a.s.current
{
    background-color: #000;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

/* width 2 */
ul.tabs a.l
{
    background-position: -248px -0px;
    width: 174px;
}
ul.tabs a.l:hover
{
    background-position: -248px -31px;
}
ul.tabs a.l.current
{
    background-position: -248px -62px;
}


/* width 3 */
ul.tabs a.xl
{
    background-position: 0 -0px;
    width: 248px;
}
ul.tabs a.xl:hover
{
    background-position: 0 -31px;
}
ul.tabs a.xl.current
{
    background-position: 0 -62px;
}


/* initially all panes are hidden */
.panes
{
    /*background-color: #212121;*/
    background-color: #000;
    height: 571px;
    width: 242px;
    background: #202020 url(../images/h30.png);
}

.panes .jscroll
{
    height: 571px;
    padding: 0;
    outline: none;
}


.showroom
{
    float: left;
    background-color: #000;
    height: 551px;
    width: 435px;
    padding: 10px;
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
    overflow: hidden;
    position: relative;
}

.jspPane
{
    position: absolute;
}

.jspVerticalBar
{
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 100%;
    background: red;
}

.jspHorizontalBar
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: red;
}

.jspVerticalBar *, .jspHorizontalBar *
{
    margin: 0;
    padding: 0;
}

.jspCap
{
    display: none;
}

.jspHorizontalBar .jspCap
{
    float: left;
}

.jspTrack
{
    background: #dde;
    position: relative;
}

.jspDrag
{
    background: #bbd;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}

.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag
{
    float: left;
    height: 100%;
}

.jspArrow
{
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
}

.jspArrow.jspDisabled
{
    cursor: default;
    background: #80808d;
}

.jspVerticalBar .jspArrow
{
    height: 16px;
}

.jspHorizontalBar .jspArrow
{
    width: 16px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
    outline: none;
}

.jspCorner
{
    background: #eeeef4;
    float: left;
    height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
    margin: 0 -3px 0 0;
}

.jspHorizontalBar, .jspVerticalBar, .jspTrack
{
    background: #eee;
}

.jspDrag
{
    background: #807c7c;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.jspTrack .jspActive, .jspTrack .jspHover, .jspDrag:hover
{
    background: #545454;
}


.jspArrow
{
    background: url(../images/ui-icons_222222_256x240.png) no-repeat;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.jspVerticalBar > .jspActive, .jspArrow:hover
{
    background-image: url('../images/ui-icons_cd0a0a_256x240.png');
}

.jspVerticalBar > .jspDisabled, .jspVerticalBar > .jspDisabled:hover, .jspHorizontalBar > .jspDisabled, .jspHorizontalBar > .jspDisabled:hover
{
    background-color: transparent;
    background-image: url('../images/ui-icons_888888_256x240.png');
}

.jspVerticalBar .jspArrow
{
    height: 15px;
}

.jspHorizontalBar .jspArrow
{
    width: 15px;
}

.jspArrowUp
{
    background-position: 0 0;
}

.jspArrowDown
{
    background-position: -64px 0 !important;
}

.jspArrowLeft
{
    background-position: -96px 0 !important;
}

.jspArrowRight
{
    background-position: -32px 0 !important;
}

/* root element for accordion. decorated with rounded borders and gradient background image */
.accordion
{
    background: #333;
    width: 242px;
    -background: #666;
}

/* accordion header */
.accordion h5
{
    background: #202020 url(../images/h30.png);
    margin: 0;
    padding: 5px 15px;
    font-size: 12px;
    font-weight: normal;
    cursor: pointer;
    height: 20px;
}

/* currently active header */
.accordion h5.current
{
    cursor: default;
    background-color: #5c5c5c;
}

/* accordion pane */
.accordion .pane
{
    display: none;
    padding: 15px;
    color: #fff;
    font-size: 11px;
}

.accordion .pane /* a title inside pane */ .accordion .pane h5
{
    font-weight: normal;
    margin: 0 0 -5px 0;
    font-size: 16px;
    color: #999;
}

.linkplash
{
    cursor: pointer;
}
