/* CSS Document */


#ficha {
	margin-top:7px;
	
	overflow: hidden;  
	width: 100%;
	margin-bottom:15px;	
}

#tit_ficha {
/* ficha_productos thead td*/
	padding-top:3px;
	padding-bottom:3px;
	
	padding-left:10px;
	
	border-top-color:#FFCC00;
	border-top-style:solid;
	border-top-width:1px;
	

	border-bottom-color:#FFCC00;
	border-bottom-style:solid;
	border-bottom-width:1px;

}
#foto_pvp {
	
	width:120px;
	float:left;
	
		
	
}

#foto_ficha {

	margin-top:7px;
	padding-top:25px;
	width:120px;
	float:none;
	text-align:center;
	
	margin-bottom:10px;

		
}

#precio {

	clear:both;
	overflow:hidden;
	width:100%;
	
}

#nombre_campo_precio {
	color:#787B89;
	font-weight:bold;
	float:left;
	margin-right:5px;
	width:60px;
	display:none;

	
	
}

#TxT_Ficha_precio { 
	 padding-left:1px;
	 width:100%;
	 color: #B91919;
	 color:#e72a29;
	 font-size:13pt;
	 font-weight:bold;
		
	 float:left;
	 margin-left:0px;
	/* text-align:justify;*/
	 
	display:inline;
	text-align:center;
	
}

#pvp_con_oferta {

	 padding-left:1px;
	 width:100%;
/*	 color: #B91919;
	 color:#e72a29;*/
	 color:#666666;
	 font-size:11pt;
	 font-weight:bold;
		
	 float:left;
	 margin-left:0px;
	/* text-align:justify;*/
	 
	display:inline;
	text-align:center;
	text-decoration:line-through;
}

#pvp_ofertado { 
	 padding-left:1px;
	 width:100%;
	 color: #B91919;
	 color:#e72a29;
	 font-size:13pt;
	 font-weight:bold;
		
	 float:left;
	 margin-left:0px;
	/* text-align:justify;*/
	 
	display:inline;
	text-align:center;
	
}


/* original
#foto_ficha {

	margin-top:7px;
	padding-top:25px;
	width:120px;
	float:left;
	text-align:center;
	background-color:#FFCC33;
		
}*/



#datos_ficha {
	
	float:left;
	width:550px;
	
	padding-left:20px;
	
	margin-top:7px;
	
	
}
			/*  PRUEBA ESTILOS ul FICHA PRODUCTOS */
		
		
		#datos_ficha ul {
		
			list-style-image:none;
			list-style-position:outside;
			list-style-type:none;
			padding-left:10px;
			line-height:145%;
			 text-align:justify;
		}
		
		#datos_ficha ul li {
		
			background:transparent url(../images/puntos_verdes_list.png) no-repeat scroll 0 6px;
			padding-bottom:5px;
			padding-left:10px;
		}
		
		#datos_ficha ul li  strong{
		
			color:#787B89;
		
		}

#campo_ficha {
	width:600px;
	overflow:hidden;
	margin-top:5px;
	line-height: 17px;	
}


#nombre_campo_ficha {
	color:#787B89;
	font-weight:bold;
	float:left;
	margin-right:5px;
	
	
	
}

.puntosVerde {

	color:#00CC00;
	font-weight:bold;
}

#TxT_Ficha { 
	 padding-left:7px;
	 width:400px;
/*	float:none;
	 float:left;*/
	 margin-left:5px;
	
	 text-align:justify;
	/* display:inline;*/
	
	
	
}

.ficha_productos thead td{
		
	border-top-color:#FFCC00;
	border-top-style:solid;
	border-top-width:1px;
	

	border-bottom-color:#FFCC00;
	border-bottom-style:solid;
	border-bottom-width:1px;
	
	

/*	border-top:#FFCC00 thin solid;*/
} 





