.fichaProductoCabecera *{
	color:white;
}

.innerPaginaContenidoFicha 
{

}

.nombre
{
	color:white;
	font-weight:bold;
	font-size:16px;
	font-family:verdana;
}

#tablaProducto .precio,
#tablaProducto .precioOld,
#tablaProducto .precioNew
{
	color:red;
	font-weight:bold;
	font-size:12px;
	font-family:verdana;
}

#tablaProducto .precioOld
{
	text-decoration:line-through;
}

.referencia
{
	color: #FFFFFF;
	font-family:verdana;
	font-weight:bold;
	font-size:12px;
}

.fichaProductoCabecera
{
	background-color:#373536;
	padding:10px;
	
	/*height:auto!important;
	height:600px;
	min-height:600px;
	*/
}

.fichaProductoCabecera .esquina_inf
{
	display:none;
}	

.fichaProductoCabecera a:link,
.fichaProductoCabecera a:visited,
.fichaProductoCabecera a:hover
{
	color:#EEEEEE;
	text-decoration:none;
}

.fichaProductoPie
{
	background-color:#666465;
	padding-left:10px;
}

.fichaProductoPie .esquina_sup
{
	display:none;
}

.fichaProductoImagen
{
	background-image: url(../images/recuadro-producto_06.png);
	background-repeat:no-repeat;
	width: 303px;
	height:290px;
}

img#imagenProducto
{
	margin:10px;
}

.resultadoCuadro
{	
	background-color:white;
	border:1px solid #666666;
	width:138px;
	height:138px;
	padding:5px;
}

.resultadoImagenCuadro
{
	display:table-cell;
	vertical-align:middle;
}

.resultadoNombre
{
	margin-top:5px;
	text-align:left;
	/*height:30px;*/
	font-weight:bold;
}

.resultadoPrecio
{
	text-align:left;
	font-weight:bold;
}

.tblUnidadesProducto .imagen
{
	border-style:none;
	background-image: url(../images/recaudro-producto-pequeno_09.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color:transparent;
	width: 40px;
	height: 35px;
	padding:4px;

}

.tblUnidadesProducto .imagen_mini_ini
{
	border-style:none;
	background-image: url(../images/recuadro-cinturon-ini.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding:0px 4px;
	padding-bottom:5px;
}

.tblUnidadesProducto .imagen_mini_fin
{
	border-style:none;
	background-image: url(../images/recuadro-cinturon-fin.png);
	background-repeat: no-repeat;
	background-position: top right;
	padding:0px 4px;
	padding-bottom:5px;
}

.tblUnidadesProducto .imagen_mini
{
	border-style:none;
	background-image: url(../images/recuadro-cinturon-centro.png);
	background-repeat: repeat-x;
	background-position: top;
	padding:0px 4px;
	padding-bottom:5px;
}

.tblUnidadesProducto th ,
.tblUnidadesProducto th.imagen,
.tblUnidadesProducto th.imagen_mini,
.tblUnidadesProducto th.imagen_mini_ini,
.tblUnidadesProducto th.imagen_mini_fin
{
	background-color:transparent;
	font-size:13px;
	font-weight:bold;
	font-family:verdana;
}


.tblUnidadesProducto .agotado,
.tblUnidadesProducto .integer
{
	border-style:none;
	background-image: url(../images/recaudros-cuadricula_06.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color:transparent;
	width: 19px;
	height: 19px;
	line-height:19px;
	padding: 4px;
	text-align:right;
	color:#555555;
	font-weight:bold;
}

.tblUnidadesProducto .agotado
{
	text-align:center;
	font-weight:bold;
	color:#D8271F;
}

.manual:link,
.manual:visited,
.manual:hover
{
	display:block;
	width:100px;
	height:30px;
	background-color: #494748;
	text-align: center;
	line-height:30px;
	color:white;
	font-weight:bold;
	font-size:12px;
	margin-right:5px;
	text-decoration:none;
}
.manual:hover
{
	text-decoration:underline;
}

.bandaOscura
{
	background-color:#373536;
	padding:18px 18px;
	text-align:left;
}

.bandaOscura .blanco
{
	color:white;
	font-size:11px;
	font-weight:bold;
}

.bandaOscura .gris
{
	color:#848484;
	font-size:11px;
	font-weight:bold;
}

.bandaOscura .grisOscuro
{
	color:#666465;
	font-size:11px;
	font-weight:bold;
}

.bandaClara
{
	background-color:#666465;
	padding: 2px 18px;
}

.lineaClara
{
	background-color:#666465;
	height:1px;
}


.bandaClara h2
{
	color:white;
	font-size: 18px;
	font-weight:bold;

	margin:0px;
	text-align:left;
}

.botonOpinar,
.botonOpinar:hover
{
	border-style:none;
	background-color:transparent;
	background-image:url(../images/boton_comentarios_off.gif);
	background-repeat:no-repeat;
	height:28px;
	width:130px;
	font-weight:bold;
	color:#FFFFFF;
	cursor:pointer;
	font-size:10px;
}

.botonOpinar:hover
{
	background-image:url(../images/boton_comentarios_on.gif);
}

.bloqueComentario
{
	padding-top:10px;
	padding-left:20px;
	font-weight:normal;
	font-size:11px;
	color:white;
}
