.fleft {display: block;	float: left; }
.fleft2{display:block; float:left; margin-left:30px}
.fright {display: block; float: right}
.auto_ov {overflow: auto}

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

#contenido {
	padding: 0;
	/*overflow: auto;*/
}
	#contenido p {
		margin: 10px 0;
	}

        h2{
            font-size:24px;
            color: black; 
            margin-left: 30px;
            margin-top: 10px;
        }
        h3{
            font-size: 12px;
            margin-left: 30px;
            margin-bottom:10px;
        }
#product_selector {
	border-bottom: 4px solid #98d81a;
}
	#product_selector ul {
		display: block;
		margin-left: 10px;
		overflow: auto;
                
	}
	
	#product_selector li {
		display: block;
		float: left;
		margin: 0 2px;
                width: 65px;
	}
        #li-logo{
            float:right;
            color:red;
        }
	
	.product_name {
                color:gray;
                font-weight:bold;
		display: block;
		margin: 10px 0 0 2px;
		/*border-bottom: 1px silver solid;*/
		text-align: left;
		padding-left: 30px;
	}

#product_info {
	float: left;
	width: 670px;
        margin-left:254px;
	margin-top: 20px;
}

#tab_names {
	display: block;
	height: 32px;
	/*margin-left: 250px;*/
}

	#tab_names li {
		display: block;
		float: left;
		height: 100%;
		line-height: 32px;
		width: 114px;
		text-align: center;
		background: url(/static/img/productos/menuNormal.png);
	}
	
	#tab_names li.active {
		background: url(/static/img/productos/menuHover.png);
	}
	
	#tab_names li a {
		display: block;
		text-decoration: none;
	}


 
.product_tab {
        min-width:670px;
        min-height:430px;
        float:left;
        border-left:1px solid #dddbdc;
        border-top:1px solid #dddbdc;
        border-bottom:1px solid #dddbdc;
        border-right:1px solid #dddbdc;
       /* margin-left:250px;*/
        overflow:hidden; height:auto;

}

        .product_tab .img{
            height:200px;
            width:200px;
            float:left;
            margin-left:30px;
        }

        .product_tab .wrapper{
            margin-top:16px;
            margin-right:30px;
            margin-left:30px;
        }
	.product_tab .wrapper-intro {
                float:left;
                margin-left:50px;
                width:280px;
	}

        .wrapper-intro {
            float:left;
            margin-left:50px;
            width:280px;
        }

        .product_tab .all{
            width:600px;
            margin-left:30px;
            margin-right:50px;
        }

        
        .product_tab .details {
                float:left;
                margin-left:36px;
                width:450px;
        }
        .product_tab .details .cuadro{
            background:url(/static/img/mancha3.png) no-repeat;
            color:white;
            text-align:center;
            font-size:15px;
            font-weight:bold;
            margin-right:10px;
            float:left;
            width:90px;
	    height:68px;
        }
	.details .name{
	margin-top:5px;	
	}
        .details .cuadro-desc{
            font-weight:normal;
            color:black;
            font-size:13px;
            margin-top:-10px;
        }

        .product_tab .price{
            background-image:url(/static/img/productos/oferta_vacia.png);
            float:left;
            height:129px;
            width:128px;
            margin-top:10px;
        }
        .product_tab .price .price-num{
            text-align:center;
            font-weight:bold;
            font-size:24px;
            color:black;
            margin-top:42px;
            width:129px;
        }

        .product_tab .price .price-num2{
            text-align:center;
            /*font-weight:bold;*/
            font-size:12px;
            color:black;
            text-decoration:line-through;
            width:129px;
            margin-top:-6px;
        }
	
	.product_tab strong {color: #000;}
	
	.product_tab.details .wrapper { width: 500px; position: relative }
	.product_tab.descarga .wrapper { width: 500px; position: relative }
	.product_tab.pago .wrapper { width: 500px; position: relative }
	.product_tab.precio .wrapper { width: 500px; position: relative }
	.product_tab.pedido .wrapper {width:500px; position:relative}

	.product_tab #product_download {
		border: 1px solid #000;
		padding: 10px;
	}
	
	.product_tab #oferta {
		position: absolute;
		bottom: 10px;
		right: 10px;
	}

        .divped{
            float:left;
        }

        .divped #titulo{
            color:#85bf18;
            font-size:26px;
            font-weight:bold;
            text-align:left;
            margin-top:30px;
            padding-left:30px;
            float:left;
        }

        .divped #titulopeq{
            color:#85bf18;
            font-size:26px;
            font-weight:bold;
            text-align:left;
            margin-left:30px;
            float:left;
            padding-top:5px;
        }

        /* Google Chrome hack */
    body:nth-of-type(1) .divped #titulopeq {
    /* properties go here */
            color:#85bf18;
            font-size:26px;
            font-weight:bold;
            text-align:left;
            margin-left:30px;
            float:left;
            padding-top:5px;
    }



        .divped #foto{
            text-align:center;
            padding-top:65px;
        }
        /*.titped{
            color:black;
            float:left;
            font-size:14px;
            margin-top:17px;
            width:78%;
        }*/
        .titped{
            color:black;
            font-size:14px;
            padding-top:17px;
            width:78%;
            float:left;
        }


        body:nth-of-type(1) .titped {
    /* properties go here */
            color:black;
            font-size:14px;
            padding-top:17px;
            width:78%;
            float:none;
            margin-left:75px;
    }

        .titped2{
            width:78%;
            font-size:14px;
        }

        .textoped{
            float:left;
        }

        .imgped{
            float:left;
            height:85px;
        }
        .imgped2{
            height:120px;
            text-align:center;
        }



#product_bar {
        float:left;
        width:240px;
        background:url(/static/img/productos/menu-izq.png) no-repeat;
        background-position:bottom;
        min-height: 430px;
        float:left;
        border-left:1px solid #dddbdc;
        border-right:1px solid #dddbdc;
        border-top:1px solid #dddbdc;

        height:auto; overflow:auto;
        position:absolute;
        top:362px;
}

	#product_bar p.title {
		margin-left: 15px;
		font-size:22px;
                color:#addd49;
		font-weight:bold;
	}
	
	#product_templates {
		margin-left: 50px;
		line-height: 1.5em;
	}

        .selected {
            margin-left: 50px;
            line-height:1.5em;
        }
        .notselected {
            color:black;
            margin-left: 50px;
            line-height:1.5em;
        }

	
	#product_templates li a {
		text-decoration: none;
	}

#cuadros-productos{
	margin-left:30px;
        margin-top:20px;
}
.cuadro-producto{
    width:170px;
    float:left;
    margin-right:28px;
    margin-bottom:7px;
    margin-left:9px;
}

.cuadro-producto #imagen{
    float:left;
    width:150px;
}

.cuadro-producto #table-price{
    color:black;
    height:70px;
    background:url(/static/img/Etiqueta.png) no-repeat;
}

.cuadro-producto #table-price-discount{
    color:black;
    height:70px;
    background:url(/static/img/EtiquetaMancha.png) no-repeat;
}
 #promocion{
    float:left;
    margin-top:-15px;
    margin-left:-20px;
    position:absolute;
}

#promocion-number{
    float:left;
    color:white;
    font-weight:bold;
    padding-top:20px;
}

.cuadro-producto #texto{
    font-weight:bold;
    text-align:center;
    padding-top:5px;
    color:black;
    width:136px;
}

.cuadro-producto #texto-promocion{
    font-weight:bold;
    text-align:center;
    padding-top:5px;
    color:black;
    width:116px;
}

#preciooriginal{
   text-decoration:line-through;
   color:#808080;
   width:55px;
   text-align:center;
   margin-top:-7px;
   margin-left:60px;

}
.cuadro-producto #descuento{
   font-size:24px;
   color:#9D761B;
   width:130px;
   text-align:right;
   font-weight:bold;
}

.cuadro-producto #descuento-promocion{
   font-size:24px;
   color:#9D761B;
   width:108px;
   text-align:right;
   font-weight:bold;
}


.cuadro-producto #texto #title{
    color:gray;
    font-weight:bold;
}

.img-notselected{
    vertical-align:middle;
}

.img-selected{
    vertical-align:middle;
}

#icon{
    width:160px;
    margin-left:25px;

}

#barra{
    width:170px;
    margin-top:5px;
    margin-left:15px;
    border-bottom:1px solid #95c705;
}

#categoria_banner{
    margin-top:10px;
    margin-left:5px;
    font-weight:bold;
    font-size:17px;
    color:#95c705;
    margin-bottom:10px;
    text-decoration:underline;
}

#subcat_banner{
    margin-left:7px;
    border-bottom:1px solid #C0C0C0;
}

#info-imagen{
    width:60%;
    float:left;
}

#info-imagen #imagen-banner{
    width:55%;
    float:left;
    margin-left:11px;
    margin-top:54px;
}

#info-imagen #texto-banner{
    width:50%;
    text-align:center;
    margin-left:-28px;
    float:left;
    color:black;
    font-weight:bold;
    margin-top:19px;
}

#info-imagen #texto-banner #original{   
   font-size:18px;
}

#info-imagen #texto-banner #descuento{
  color:red;
  font-size:25px;
}

#cuadro-precio{
    margin-left:14px;
    background:url(/static/web/Backgrounds/precio.png) no-repeat;
    height:72px;
    width:172px;
    position:absolute;
}

#cuadro-precio #nombre{
    font-weight:bold;
    text-align:center;
    margin-top:8px;
}

#cuadro-precio #antiguo{
    margin-left:35px;
    float:left;
    text-decoration:line-through;
    color:#9d761b;
    min-width:30px;
    
}

#cuadro-precio #nuevo{
    float:left;
    color:#9d761b;
    font-weight:bold;
    font-size:22px;
    padding-left:0px;
}



#precio{
    color:#9d761b;
    font-weight:bold;
    font-size:18px;
    float:right;
}

#contactarnos{
    /*color:#addd49;*/
    font-size:10px;
}

#telefono{
    color:#addd49;
    font-size:22px;
    font-weight:bold;
}

#boletin{
    color:#addd49;
    font-size:16px;
    font-weight:bold;
}

#boletin-info{
    color:black;
    font-size:11px;
    font-weight:bold;
}

#boletin-desc{
    color:black;
    font-size:10px;
    text-align:center;
    width:159px;
    padding-left:22px;
}

#id_name{
    width:150px;
    background:#cccccc;
    
}

#id_email_sender{
    width:150px;
    background:#cccccc;
    margin-left:11px;
}
#id_email{
    width:101px;
    background:#cccccc;
}

#ok{
    margin-top:-22px;
}

#email-p{
    margin-left:-5px;
}

#logotab{
    margin-top:-39px;
    margin-left:32px
}

/* Truco ie7 */
*:first-child+html #logotab {
    margin-top:-30px;
    margin-left:32px
}

