#separator 
{
height:8px;
background:url(../Default/images/pattern_divisor.gif);
background-repeat:repeat-x;
margin: 10px 0 10px 0;
}
#left 
{
float:left;
text-align:left;
width:520px;
}
#right 
{
/*float:left;*/
text-align:center;
margin-left:523px;
}
#right-content
{
text-align:left;
width:155px;
margin:auto;
}

#tabs-nav
{
width:520px;
height:25px;
top:1px;
position:relative;
z-index:1;
}

#tabs-nav div
{
float:left;
}

.tab-nav-text
{
padding-top: 2px;
width: 100px;
text-align: center;
}

.tabs-nav-activado
{
background:transparent url(../Default/images/but_activProd.gif) no-repeat scroll 0%;
width:100px;
height:20px;
text-align:center;
font-style:normal; 
/*font-family:Arial, Helvetica, sans-serif; */
font-size:12px; 
font-weight:bold;
margin-top:5px;
color:#3C8DCE;
}
.tabs-nav-desactivado
{
background:transparent url(../Default/images/but_desactivProd.gif) no-repeat scroll 0%;
width:100px;
height:20px;
text-align:center;
font-style:normal; 
font-size:12px; 
font-weight:bold;
margin-top:5px;
color:#3C8DCE;
cursor: pointer;
}

#tabs-content
{
width:520px;
height:365px;
border-color:#C7D9EC;
border-style:solid;
border-width:1px;
overflow:hidden;
position:relative;
/*	scrollbar-face-color: #EAF1F8;
scrollbar-highlight-color: #FFFFFF; 
scrollbar-3dlight-color: #EAF1F8; 
scrollbar-shadow-color: #EAF1F8;
scrollbar-darkshadow-color: #FFFFFF; 
scrollbar-track-color: #FFFFFF; 
scrollbar-arrow-color: #FFFFFF;*/
}

.tab-content { position:relative; }

#desc { margin-top:30px; padding-right:30px; }
#desc_content { width:80%; }
#desc_image {
width:100px;
float:left;
height: 100%;
}
.desc_title { font-weight:bold; margin-bottom:5px; }
.desc_text { line-height:20px; }
.desc_row { width:400px; padding-bottom: 7px; }
