/* CSS Document */
div{
	/*border:1px solid #3333FF;*/
}
.foto_on{
	display:block;
}
.foto_off{
	display:none;
}
.producto_des{
	width:800px;
}
.contenido2{
	width:800px;
}

/******IMAGENES**************/

.producto_des .imagenes{
	float:left;
	padding:0px 0px 20px 10px;
	width:300px;
}
.producto_des .imagenes img{
	border:0px;
	padding:0px 0px 0px 0px;
	text-align:center;
}

.producto_des .imagenes .gran_img{
	height:314px;
	width:279px;
	text-align:center;
	margin-left:5px;
	border:1px solid #CCCCCC;
}

/*******************************
		MIN_IMG
*******************************/
.producto_des .imagenes .min_img{
	float:left;
	padding:10px 0px;
}

.producto_des .imagenes .min_img .cabecera{
	background-image:url(../img/cabecera_prod_min.jpg);
	background-repeat:no-repeat;
	width:73px;
	height:16px;
	font-size:1px;
}

.producto_des .imagenes .min_img .cuerpo{
	background-image:url(../img/cuerpo_prod_min.jpg);
	background-repeat:repeat-y;
	width:73px;
	height:60px;
	text-align:center;
}

.producto_des .imagenes .min_img .cuerpo img{
	padding:0;
}

.producto_des .imagenes .min_img .pie{
	background-image:url(../img/pie_prod_min.jpg);
	background-repeat:no-repeat;
	width:73px;
	height:7px;
	font-size:1px;
}
/**********************************
		MIN_IMG_ON
**********************************/
.producto_des .imagenes .min_img_on{
	float:left;
	padding:10px 0px;
}

.producto_des .imagenes .min_img_on .cabecera{
	background-image:url(../img/cabecera_prod_min_on.jpg);
	background-repeat:no-repeat;
	width:73px;
	height:16px;
	font-size:1px;
}

.producto_des .imagenes .min_img_on .cuerpo{
	background-image:url(../img/cuerpo_prod_min_on.jpg);
	background-repeat:repeat-y;
	width:73px;
	height:60px;
	text-align:center;
}

.producto_des .imagenes .min_img_on .cuerpo img{
	padding:0;
}

.producto_des .imagenes .min_img_on .pie{
	background-image:url(../img/pie_prod_min_on.jpg);
	background-repeat:no-repeat;
	width:73px;
	height:7px;
	font-size:1px;
}

/**************TEXTOS**************/

.producto_des .contenido{
	padding:0px 0px 0px 10px;
	float:left;
	width:470px;
}

.producto_des .contenido .titulo{
	color:#669999;
	font-size:16px;
	font-weight:bold;
}

.producto_des .contenido .titulo2{
	color:#669999;
	font-size:14px;
	font-weight:bold;
}

.producto_des .contenido .texto2{	
	color:#669999;
	font-size:12px;
	font-weight:bold;
}

.producto_des .contenido .precio{	
	color:#666666;
	font-size:14px;
	font-weight:bold;
}

.producto_des .contenido img{
	border:0px;
	padding:0;
	margin:0;
}

.producto_des .contenido a{
	color:#669999;
	text-decoration:underline;
}

.producto_des .contenido .descripcion, .producto_des .contenido .instrucciones, .producto_des .contenido .medidas{
	padding-top:10px;
	padding-bottom:0px;
	text-align:justify;
	margin:0;
}

.producto_des .contenido .descripcion p, .producto_des .contenido .instrucciones p, .producto_des .contenido .medidas p{
	padding:5px;
	margin:0;
}

.producto_des .contenido .ventana1 .cuerpo{
	height:90px;
}

.producto_des .contenido .ventana1 .cuerpo table, .producto_des .contenido .ventana1 .cuerpo img{
	float:left;
	margin-left:8px;
	background-image:url(../img/ventana1_2.jpg);
}

.input{	
	width:40px;
	text-align:right;
}

.oferta{
	color:#FF6600;
	font-weight:bold;
	font-size:14px;
}

