#secciones_inicio {

}

#secciones_inicio td.inicio_main {
	vertical-align: top;
	padding-right: 0px;
}


#secciones_inicio .producto_oferta_semana {
	margin-bottom: 10px;
}

#secciones_inicio .producto_oferta_semana .titulo {
	background-color: #DBDBDB;
	padding: 5px;
	color: #FF3F76;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}

#secciones_inicio .producto_oferta_semana .cuerpo {
	border: 1px solid #E1E1E1;
	padding: 0px;
}

#secciones_inicio .producto_oferta_semana .cuerpo .nombre {
	color: #4A4A4A;
	font-weight: bold;
	font-size: 13px;
}

#secciones_inicio .producto_oferta_semana .cuerpo .precio_antes {
	margin-top: 15px;
	color: #000;
	font-weight: bold;
	font-size: 13px;
}

#secciones_inicio .producto_oferta_semana .cuerpo .precio_ahora {
	margin-top: 5px;
	margin-bottom: 20px;
	color: red;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
}


#secciones_inicio .productos_destacados {
	margin-top: 10px;
}


#secciones_inicio .inicio_bar {
	width: 180px; /*180*/
	background-color: #F4F2F2;
}


#secciones_inicio .inicio_bar .bar_box {
	padding: 7px;
	font-weight: bold;
}

#secciones_inicio .inicio_bar .bar_box h3 {
	text-transform: uppercase;
}

#secciones_inicio .inicio_bar .nombre {
	color: #4A4A4A;
	font-weight: bold;
	font-size: 12px;
}

#secciones_inicio .inicio_bar .cuerpo {
	text-align: center;
	margin-top: 5px;
	padding: 3px;
	background-color: #FFF;
}

#secciones_inicio .inicio_bar .cuerpo .imagen {
	margin-top: 5px;
}

#secciones_inicio .inicio_bar .cuerpo .precio {
	font-weight: bold;
	color: red;
	margin-top: 5px;
}
#secciones_inicio .inicio_bar .cuerpo .add_cesta {
	margin-top: 15px;
	margin-bottom: 10px;
}

#secciones_inicio .add_cesta a {
	font-weight: bold;
	color: white;
	padding: 3px 6px 3px 6px;
	background-color: #003388;
	text-transform: uppercase;
}

#secciones_inicio .add_cesta a:hover {
	color: #99FF00;
}



#inicio_destacados .productos{
	border-spacing: 6px;
}


#inicio_destacados .producto {
	/*border: 1px solid #E1E1E1;*/
	width: 260px;
}


#inicio_destacados .nombre {
	/*background-color: #DBDBDB;*/
	background-color: #F4F2F2;
	padding: 5px;
	color: #FF3F76;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}

#inicio_destacados .producto .datos{
	width: 100%;
}

#inicio_destacados .producto .campo{
	background-image: url(/app/img/css/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;;
	padding-left: 10px;
	margin-bottom: 3px;
}

#inicio_destacados .producto td {
	vertical-align: top;
}

#inicio_destacados h2 {
	text-transform: uppercase;
	color: #ff0000;
}

#secciones {
	text-align: justify;
	width: 700px;
}

/* BANDERAS */
  .select_imagen{font-size:14px;}
  .bandera_es{background:url(/app/img/lang/flag_es.png) no-repeat;}
  .bandera_fr{background:url(/app/img/lang/flag_fr.png) no-repeat;}
  .bandera_it{background:url(/app/img/lang/flag_it.png) no-repeat;}
  .bandera_pt{background:url(/app/img/lang/flag_pt.png) no-repeat;}  
  .bandera_en{background:url(/app/img/lang/flag_en.png) no-repeat;}  
  .bandera_pl{background:url(/app/img/lang/flag_pl.png) no-repeat;}  
  .bandera_fi{background:url(/app/img/lang/flag_fi.png) no-repeat;}  
  .bandera_de{background:url(/app/img/lang/flag_de.png) no-repeat;}  
