#buscar {
	background-color: transparent ;
}

#contenido h1 {
	font-family:Trebuchet MS;
	font-size:18px;
	color:#FF0000;
	padding-top:30px;
	margin-left:30px;
}

#info_producto {
	position:relative;
	min-height:150px;
	height:auto!important;
	height:150px;
	margin-bottom:15px;
}

#barra_menu_product {
	background-color:#ff0000;
	height:20px;
}

#barra_menu_product p {
	color:#fff;
	font-weight:bold;
	font-size:11px;
	padding-top:2px;
	padding-left:5px;
	margin:0px;
}

#foto_producto {
	width: 171px;
	min-height: 171px;
	height: auto!important;
	height: 171px;
	margin-top:10px;
	position:relative;
	float:left;
}

#descripcion {	
	color:#4d4d4d;
	width: 585px;
	padding-left: 10px;
	float: left;
	positon:relative;
}
	
#descripcion a.masInfo {
	background-image:url(../imagenes/boton_masinfo.gif);
	width:100px;
	height:17px;
	margin-top:10px;
	display: block;
}	

#descripcion a.fichaTec {
	background-image:url(../imagenes/boton_ficha_tecnica.gif);
	width:100px;
	height:17px;
	margin-top:5px;
	display: block;
}	

#descripcion .descripcionOculto {
	margin: 10px 0px;
	display: none;
}

#descripcion .fichatecnicaOculto {
	margin: 10px 0px;
	display: none;
}


