div#producto {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: left;
}

div#producto .nombre h1,
div.destacados-home .nombre h1 {
    font: bold 17px verdana, arial, helvetica;
    color: #883295;
    padding-bottom: 5px;
    border-bottom: 1px solid #e0e0e0;
    text-align: left;
}

div#producto .prod_info {
   /* width: 96%;          */
    padding: 0;
    margin: 0 auto; 
    margin-top: 5px;
}
div#producto .prod_info h3{
    border-bottom: 1px solid #E0E0E0;
    color: #883295;
    font: bold 15px verdana,arial,helvetica;
    padding-bottom: 5px;
    margin: 10px 0;
}
div#producto .prod_info .piramide {
overflow:hidden;
padding:0 0 0 18px;
position:relative;
}
div#producto .prod_info .piramide .arrow {
background:url("images/arrow.png") no-repeat scroll left top transparent;
height:24px;
left:-5px;
top: -5px;
position:absolute;
width:24px;
}

div#producto .prod_info .prod_foto {
    border-right:1px solid #e0e0e0;
    display:inline;
    float:left;
    margin-right:10px;
    width:320px;   
}

div#producto .prod_info .prod_foto .img {
    float:left;
    min-height:210px;
    text-align:center;
    width:310px;
    margin-top: 10px;
}

div#producto .prod_info .prod_opciones {
    display:inline;
    float:right;
    width: 310px;   
}

div#producto .prod_info .prod_opciones .mini_info {
    width: 100%;
    padding: 2px 0 2px 0;
}

div#producto .prod_info .prod_opciones .precio {
    color:green;      
    font-family:Arial,Helvetica,sans-serif;
    font-size:18px;
    font-weight:bold;
    margin-bottom:8px;
    margin-top:1px;          
}

div#producto .prod_info .prod_opciones .precio span.precio-lista {
    color:#000000;      
    font-family:Arial,Helvetica,sans-serif;
    font-size:11px!important;
    font-weight:normal; 
    /*text-decoration: line-through;*/
}

div#producto .prod_info .prod_opciones .line {
    border-bottom: 1px solid #e0e0e0;
    height: 2px;   
}

div#producto div.mas-especificaciones {
    width: 100%;
    padding: 0;
    margin:0;
}

div#producto div.mas-especificaciones table {
    border: 1px solid #d0d0d0;
    border-bottom: none;  
    font: normal 11px arial;
}

div#producto div.mas-especificaciones td {
    background: #FFF;   
    border-bottom: 1px solid #e0e0e0; 
    padding: 3px;   
}

div#producto div.mas-especificaciones td.me_top {
    background: #d0d0d0;
    font: bold 12px verdana, arial, helvetica;
}

div#producto div.mas-especificaciones td.me_1ro {
    background: #e0e0e0;    
}


/*Productos Relacionados*/
div.relacionados {
    position: relative;
    display: block;
    float: left;
    width: 69%;
    min-height: 100px; 
    border-right: 1px solid #e0e0e0
}

div.relacionados h3 {
    border-bottom:1px solid #E0E0E0;
    color:#883295;
    font: bold 15px arial,verdana,helvetica;
    margin-right:6px;
    padding-bottom:5px;
}

div.relacionados div.prod_rel
{
    position: relative;
    display: block;
    float: left;
    width: 148px;
    margin-right: 5px;   
    margin-top: 5px;
    min-height: 251px;
}

div.relacionados div.prod_rel div.img {
    margin: 0 auto;
    width: 127px;
    height: 120px;  
}

div.relacionados div.prod_rel div.tit {
    height: 28px;
    margin: 0 auto;
    width: 135px;
    
    text-align: center; 
}

div.relacionados div.prod_rel div.tit a {
    color: #883295;
    font: normal 11px verdana, arial, helvetica;
    text-decoration: none;   
}

div.relacionados div.prod_rel div.tit a:hover {
    text-decoration: underline;
}

div.relacionados div.prod_rel div.tex {
    color: #000;
    font: normal 9px verdana, arial, helvetica;
    height: 65px;
    text-align: center;
    margin: 0 auto;
    width: 135px;  
}

div.relacionados div.prod_rel div.mar {
    color: #883295;
    font: normal 11px verdana, arial, helvetica;
    height: 14px;
    text-align: center;
    margin: 0 auto;
    width: 135px; 
}

div.relacionados div.prod_rel div.pre {
    color: #FF0000;
    font: normal 11px verdana, arial, helvetica;
    height: 14px;
    text-align: center;
    margin: 0 auto;
    width: 135px;   
}





/*Productos Destacados Rubros*/
div.destacados-rubro {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    min-height: 100px; 
    /*border-right: 1px solid #e0e0e0*/
}

div.destacados-rubro h3 {
    border-bottom:1px solid #E0E0E0;
    color:#883295;
    font: bold 15px arial,verdana,helvetica;
    margin-right:6px;
    padding-bottom:5px;
    text-align: left;
}

div.destacados-rubro h3 span {
    font: normal 11px arial;
    color: #333;
}

div.destacados-rubro h3 span ul{
    margin: 0;
    padding: 0;
    display:block;
    list-style:none outside none;
}

div.destacados-rubro h3 span ul li {
    border:1px solid #FFDFEC;
    display:block;
    float:left;
    height:10px;
    margin-right:2px;
    padding:3px 5px 7px;
    position:relative;
    width:10px; 
}
div.destacados-rubro h3 span ul li.active, div.destacados-rubro h3 span ul li:hover {
    background: #FFDFEC;
}

div.destacados-rubro h3 a { 
    color: #883295;
    text-decoration: none;
}

div.destacados-rubro h3 a:hover { 
    color: #883295;
    text-decoration: underline;
}

div.destacados-rubro h3 span select {
    font: normal 11px arial;
    color: #333;
}



div.destacados-rubro div.prod_rel
{
    position: relative;
    display: block;
    float: left;
    width: 148px;
    margin-right:18px;   
    margin-top: 18px;
    min-height: 251px;
}

div.destacados-rubro div.prod_rel div.img {
    margin: 0 auto;
    width: 127px;
    height: 120px;  
}

div.destacados-rubro div.prod_rel div.tit {
    height: 28px;
    margin: 0 auto;
    width: 135px;
    
    text-align: center; 
}

div.destacados-rubro div.prod_rel div.tit a {
    color: #883295;
    font: normal 11px verdana, arial, helvetica;
    text-decoration: none;   
}

div.destacados-rubro div.prod_rel div.tit a:hover {
    text-decoration: underline;
}

div.destacados-rubro div.prod_rel div.tex {
    color: #000;
    font: normal 9px verdana, arial, helvetica;
    height: 65px;
    text-align: center;
    margin: 0 auto;
    width: 135px;  
}

div.destacados-rubro div.prod_rel div.mar {
    color: #883295;
    font: normal 11px verdana, arial, helvetica;
    height: 14px;
    text-align: center;
    margin: 0 auto;
    width: 135px; 
}

div.destacados-rubro div.prod_rel div.pre {
    color: #FF0000;
    font: normal 11px verdana, arial, helvetica;
    height: 14px;
    text-align: center;
    margin: 0 auto;
    width: 135px;   
}


/*Productos Destacados Home*/
div.destacados-home {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    min-height: 100px; 
    /*border-right: 1px solid #e0e0e0*/
}

div.destacados-home h3 {
    border-bottom:1px solid #E0E0E0;
    color:#883295;
    font: bold 15px arial,verdana,helvetica;
    margin-right:6px;
    padding-bottom:5px;
}

div.destacados-home h3 span {
    font: normal 11px arial;
    color: #333;
}

div.destacados-home h3 a { 
    color: #883295;
    text-decoration: none;
}

div.destacados-home h3 a:hover { 
    color: #883295;
    text-decoration: underline;
}

div.destacados-home h3 span select {
    font: normal 11px arial;
    color: #333;
}



div.destacados-home div.prod_rel
{
    position: relative;
    display: block;
    float: left;
    width: 148px;
    margin-right:2px;   
    margin-top: 10px;
    min-height: 251px;
}

div.destacados-home div.prod_rel div.img {
    margin: 0 auto;
    width: 127px;
    height: 120px;  
}

div.destacados-home div.prod_rel div.tit {
    height: 28px;
    margin: 0 auto;
    width: 135px;
    
    text-align: center; 
}

div.destacados-home div.prod_rel div.tit a {
    color: #883295;
    font: normal 11px verdana, arial, helvetica;
    text-decoration: none;   
}

div.destacados-home div.prod_rel div.tit a:hover {
    text-decoration: underline;
}

div.destacados-home div.prod_rel div.tex {
    color: #000;
    font: normal 9px verdana, arial, helvetica;
    height: 65px;
    text-align: center;
    margin: 0 auto;
    width: 135px;  
}

div.destacados-home div.prod_rel div.mar {
    color: #883295;
    font: normal 11px verdana, arial, helvetica;
    height: 14px;
    text-align: center;
    margin: 0 auto;
    width: 135px; 
}

div.destacados-home div.prod_rel div.pre {
    color: #FF0000;
    font: normal 11px verdana, arial, helvetica;
    height: 14px;
    text-align: center;
    margin: 0 auto;
    width: 135px;   
}



/*Productos Visitados*/

div.visitados {
    position: relative;
    display: block;
    float: right;
    width: 30%;
    min-height: 100px;
    font: normal 10px verdana, arial, helvetica;
}

div.visitados h3 {
    border-bottom:1px solid #E0E0E0;
    color:#333;
    font: bold 13px verdana,arial, helvetica;
    padding-bottom:5px;
}

div.visitados div.prod_vis {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    padding: 2px; 
    margin-top: 5px;
    min-height: 45px;
}

div.visitados div.prod_vis div.img {
    position: relative;
    display: block;
    float: left;
    margin: 0 auto;
    width: 37px;
    min-height: 45px; 
}

div.visitados div.prod_vis div.info {
    position: relative;
    display: block;
    float: right;
    margin: 0 auto;
    width: 160px;
    min-height: 45px;  
}

div.visitados div.prod_vis div.info  div.tit {
    min-height: 16px;
    text-transform: uppercase;
}

div.visitados div.prod_vis div.info  div.tit a   {
    color: #333;
    font: normal 10px verdana, arial, helvetica;
    text-decoration: none; 
    line-height: 1.1em;  
}

div.visitados div.prod_vis div.info  div.tit a:hover   {
    text-decoration: underline;
}

div.visitados div.prod_vis div.info  div.mar {
    position: relative;
    display: block;
    float: left;
    width: 60%;
}

div.visitados div.prod_vis div.info  div.mar a{
    color: red;
    font: normal 10px verdana, arial, helvetica;
    text-decoration: none;       
}

div.visitados div.prod_vis div.info  div.mar a:hover{
    text-decoration: underline;
} 

div.visitados div.prod_vis div.info div.pre {
    position: relative;
    display: block;
    float: right;
    width: 39%;
    
    color: #FF0000;
    font: normal 11px verdana, arial, helvetica;
    text-decoration: none;
    text-align: right;   
}


div.bg_agr {
    width: 274px;
    height: 45px;
    background: #f0f0f0 url(images/bg_agregar_carrito.png) no-repeat top left;
}

div.bg_agr div{
    position: relative;
    display: block;
    float: left;
}

div.bg_agr div.lbl_cant {
    width: 50px;
    height: 15px;
    padding: 15px 0 15px 5px;
    font: bold 11px arial;
    color: #000;
}

div.bg_agr div.cant {
    width: 40px;
    height: 39px;
    padding-top: 6px;
}

div.bg_agr div.btn_agr {
    width: 179px;
    height: 45px;
    background: url(images/agregar.png) no-repeat center center;
}

div.bg_agr div.btn_agr a {
    padding: 20px 90px;
}

div.bg_agr div.btn_agr a span {
    display: none;
}


.qty_selector {
    border-right:1px solid #6A899D;
    border-top:1px solid #6A899D;
    display:inline;
    float:left;
    height:20px;
    margin-right:5px;
    margin-top:5px;
    width:32px;
}

.qty_input {
border-color:-moz-use-text-color -moz-use-text-color #6A899D #6A899D;
border-style:none none solid solid;
border-width:0 0 1px 1px;
float:left;
font-family:Arial,Helvetica,sans-serif;
font-size:10px;
height:16px;
margin:0;
padding:3px 0 0 2px;
text-align:center;
width:14px;
}

.qty_selector a {
color:#CC0000;
}

.qty_selector a {
color:#CC0000;
}

.qty_add_btn {
background-color:#FFFFFF;
border-bottom:1px solid #6A899D;
border-left:1px solid #6A899D;
color:#CC0000;
float:left;
font-family:Arial,Helvetica,sans-serif;
font-size:9px;
height:9px;
line-height:9px;
margin:0;
overflow:hidden;
padding:0;
text-align:center;
width:14px;
}

.qty_add_btn {
background-color:#FFFFFF;
border-bottom:1px solid #6A899D;
border-left:1px solid #6A899D;
color:#CC0000;
float:left;
font-family:Arial,Helvetica,sans-serif;
font-size:9px;
height:9px;
line-height:9px;
margin:0;
overflow:hidden;
padding:0;
text-align:center;
width:14px;
}

.prod_tecnica td{
    padding: 3px;
}



/*Granel*/

div#producto .prod_info .granel {
       
}

div#producto .prod_info .granel ul{
    margin: 0;
    padding: 0;       
}

div#producto .prod_info .granel ul li {
    background: none repeat scroll 0 0 white;
    border: 1px solid #FFDFEC;
    display: block;
    float: left;
    font: 11px verdana,arial,helvetica;
    margin: 5px;
    min-height: 20px;
    padding: 10px;
    position: relative;
    width: 45%;
}

div#producto .prod_info .granel ul li:hover {
    background: #FFFCFD;   
}

div#producto .prod_info .granel ul li.activo {
    
    background: #FFDFEC;
}

div#producto .prod_info .granel ul li span.rep-precio {
    color: red;
}

div#producto .prod_info .granel ul li span.cant-rep {
    color: black;
}

div#producto .prod_info .granel ul li a.cart {
    float: right;
}

div#producto .prod_info .filtro-repuestos {
    width: 97%;
    height: 40px;
    background: transparent;
    padding: 5px;
    
}

div#producto .prod_info .filtro-repuestos input {
    height: 30px;
    width: 150px;
    color: #333;
    background: transparent;
    font: normal 14px verdana,arial;
}

