/* CSS Document */
html, body {
	height: 100%;
}
body {
	background: #333;
	margin: 0 10px;
}
body, td, th {
	color: #000;
	font: 12px "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
}
img {
	border-width: 0;
	vertical-align: middle;
}
a {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #06C;
	text-decoration: none;
}
#ok {
	width: 400px;
	border: 1px solid #333;
	padding: 5px;
	margin: 0;
	background-color: #DFD;
}
#ok strong {
	color: #060;
}
#ppal_productos .error {
	width: auto;
	border: 1px solid #333;
	padding: 5px;
	margin: 0;
	background-color: #FCC;
	color: #000;
}
#ppal_productos .error b {
	color: #FCC;
}
#container {
	margin: 0 auto;
	width: 975px;
	height: 100%;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	background: #000;
}
#cabecera {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 89px;
	background: #FFF;
}
.logo {
	margin-top: 7px;
	margin-left: 11px;
}
#decora {
	position: relative;
	float: right;
	text-align: right;
}
#menu_sup {
	width: 100%;
	height: 35px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background-color: #000;
	font-weight: bold;
}
#menu_sup form {
	display: inline;
}
#menu_sup ul {
	padding: 0;
	margin: 6px 0 0 0;
}
#menu_sup ul li {
	margin: 0 11px 0 11px;
	padding: 0;
}
#menu_sup li, #menu_sup a:link, #menu_sup a:visited {
	margin: 0 2px 0 0;
	padding: 0;
	display: inline;
	text-decoration: none;
	list-style-type: none;
	color: #DDD;
	font-weight: bold;
}
#menu_sup a:hover {
	/*border-bottom: 2px solid #FFF;*/
	color: #FFF;
	font-weight: bold;
}
.input_buscar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #03C;
	border: 1px solid #666;
}
#resultados {
	position:absolute;
	width:auto;
	background-color: #eee;
	border:1px dashed #333;
	margin:0px;
	padding:0px;
	z-index: 1000;
	font-size: 9px;
	color: #000;
}
#resultados ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#resultados ul li.selected { 
	background-color: #ffb;
}
#resultados ul li {
	list-style-type:none;
	display:block;
	margin:0;
	padding:2px;
	height:14px;
	cursor:pointer;
}
#cuerpo {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	background: #fff;
}
#contenido_portada {
	float: left;
	border-right: 1px solid #000;
	padding-bottom:1000px;
	margin-bottom: -1000px;
}
#aviso_portada_cuadro {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 300px;
	height: auto;
	border: 1px #000 solid;
	background-color: #FFF;
	padding: 5px;
	/*IE*/
	filter: alpha(opacity=70);
	/*FireFox Opera*/
	opacity: .7;
}
#aviso_portada_texto {
	position: relative;
	width: auto;
	height: auto;
	text-align: justify;
}
#aviso_portada_texto a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#aviso_pedidos_agosto {
	position: relative;
	top: 10px;
	left: 10px;
	width: 500px;
	height: auto;
	border: 1px #000 solid;
	background-color: #FFC;
	padding: 5px;
	text-align: justify;
}
#contenido_popups {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background-color: #fff;
	padding: 20px;
}
#contenido_popups h1 {
	font-size: 18px;
	color: #000;
}
#contenido_popups p {
	font-size: 12px;
	color: #666;
	text-align: justify;
}
#contenido_popups .centrado {
	text-align: center;
}
#contenido_popups li {
	text-align: justify;
}
#contenido_textos {
	width: 698px;
	float: left;
	line-height: 16px;
	padding: 25px;
	border-right: 1px solid #000;
	padding-bottom:1000px;
	margin-bottom: -1000px;
}
#contenido_textos h1 {
	font-size: 18px;
	color: #000;
}
#contenido_textos p {
	font-size: 12px;
	color: #666;
	text-align: justify;
}
#contenido_textos_cortos {
	width: 698px;
	height: 445px;
	float: left;
	line-height: 16px;
	padding: 25px;
	border-right: 1px solid #000;
	padding-bottom:1000px;
	margin-bottom: -1000px;
}
#contenido_textos_cortos h1 {
	font-size: 18px;
	color: #000;
}
#contenido_textos_cortos p {
	font-size: 12px;
	color: #666;
	text-align: justify;
}
#contenido_textos_cortos .boton {
	color: #333;
	border: 1px solid #666;
	height: 24px;
	cursor: pointer;
	background: #EEE;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}
#contenido_textos_cortos input, #contenido_textos_cortos select {
	color: #069;
	border: 1px solid #666;
	font: 14px Geneva, Arial, Helvetica, sans-serif;
}
.textarea {
	color: #069;
	border: 1px solid #666;
	font: 14px Geneva, Arial, Helvetica, sans-serif;
}
#contenido {
	width: auto;
	float: left;
	border-right: 1px solid #000;
	border-left: 1px solid #ddd;
	padding-bottom:10000px;
	margin-bottom: -10000px;
	z-index: 1;
}
#menu {
	position: relative;
	width: 160px;
	float: left;
	text-align: left;
	line-height: 16px;
	color: #333;
	font-size: 12px;
	z-index: 10;
	background: url(/imagenes/default/bgmenu/grises.gif) repeat-x;
}
#menu ul.sanvalentin {
	padding: 0;
	margin: 0;
	background: url(/imagenes/default/bgmenu/grises_sanvalentin.gif) repeat-x;
}
#menu ul.especialverano {
	padding: 0;
	margin: 0;
}
#menu ul {
	padding: 0;
	margin: 0;
	
}
#menu ul li ul {
	/*background: url(../imagenes/default/bg_menu_sub.gif); */
	background: url(/imagenes/default/bgmenu/grises_sub.gif);
	background-color: #fff;
}
#menu ul li {
	margin: 0;
	padding: 8px 0px 8px 0px;
}
#menu li, #menu a:link, #menu a:visited {
	margin: 0 8px 0 0;
	padding: 0;
	text-decoration: none;
	list-style-type: none;
	color: #333;
	display: block;
	height: auto;
}
#menu a:hover {
	color: #000;
	font-weight: bold;
	/*font-style: italic;*/
}

/*.idcat1 		{	background: url(../imagenes/default/bgmenu/1.gif) no-repeat;}
.idcat1:hover 	{	background: url(../imagenes/default/bgmenu/1h.gif) no-repeat;}
.idcat2 		{	background: url(../imagenes/default/bgmenu/2.gif) no-repeat;}
.idcat2:hover 	{	background: url(../imagenes/default/bgmenu/2h.gif) no-repeat;}
.idcat3 		{	background: url(../imagenes/default/bgmenu/3.gif) no-repeat;}
.idcat3:hover 	{	background: url(../imagenes/default/bgmenu/3h.gif) no-repeat;}
.idcat4 		{	background: url(../imagenes/default/bgmenu/4.gif) no-repeat;}
.idcat4:hover 	{	background: url(../imagenes/default/bgmenu/4h.gif) no-repeat;}
/*.idcat5 		{	background: url(../imagenes/default/bgmenu/5.gif) no-repeat;}
.idcat5:hover 	{	background: url(../imagenes/default/bgmenu/5h.gif) no-repeat;}*
.idcat7 		{	background: url(../imagenes/default/bgmenu/7.gif) no-repeat;}
.idcat7:hover 	{	background: url(../imagenes/default/bgmenu/7h.gif) no-repeat;}
.idcat8 		{	background: url(../imagenes/default/bgmenu/8.gif) no-repeat;}
.idcat8:hover 	{	background: url(../imagenes/default/bgmenu/8h.gif) no-repeat;}
.idcat9 		{	background: url(../imagenes/default/bgmenu/9.gif) no-repeat;}
.idcat9:hover 	{	background: url(../imagenes/default/bgmenu/9h.gif) no-repeat;}
.idcat11 		{	background: url(../imagenes/default/bgmenu/11.gif) no-repeat;}
.idcat11:hover	{	background: url(../imagenes/default/bgmenu/11h.gif) no-repeat;}
.idcat13 		{	background: url(../imagenes/default/bgmenu/13.gif) no-repeat;}
.idcat13:hover	{	background: url(../imagenes/default/bgmenu/13h.gif) no-repeat;}
.idcat15 		{	background: url(../imagenes/default/bgmenu/15.gif) no-repeat;}
.idcat15:hover	{	background: url(../imagenes/default/bgmenu/15h.gif) no-repeat;}
/*.idcat17		{	background: url(../imagenes/default/bgmenu/17.gif) no-repeat;}
.idcat17:hover	{	background: url(../imagenes/default/bgmenu/17h.gif) no-repeat;}*
.idcat42 		{	background: url(../imagenes/default/bgmenu/42.gif) no-repeat;}
.idcat42:hover	{	background: url(../imagenes/default/bgmenu/42h.gif) no-repeat;}
.idcat45 		{	background: url(../imagenes/default/bgmenu/45.gif) no-repeat;}
.idcat45:hover	{	background: url(../imagenes/default/bgmenu/45h.gif) no-repeat;} */

#columna_controles {
	position: relative;
	width: 226px;
	height: auto;
	float: right;
	text-align: left;
	line-height: 16px;
	color: #333;
	margin: 0;
	padding: 0;
}
#columna_horizontal_fin {
	position: relative;
	width: 100%;
	height: 0px;
	clear: both;
}
#columna_horizontal {
	position: relative;
	width: 100%;
	height: 180px;
	border-top: 1px solid #000;
	text-align: center;
	background: #FFF;
	clear: both;
}
#columna_horizontal h1 {
	text-align: left;
	font-size: 14px;
}
#columna_horizontal h1 a {
	text-decoration: none;
}
#columna_horizontal strong {
	font-size: 24px;
	font-weight: bold;
}
#columna_horizontal a img {
	padding: 0 1%;
	filter: gray;
}
#columna_horizontal a:hover img {
	filter: none;
}
#celda1 {
	position: relative;
	float: left;
	width: 375px;
	height: 100%;
	margin: 0 5px;
	padding: 0 5px;
	border-right: 1px solid #000;
}
#celda2 {
	position: relative;
	width: auto;
	height: 100%;
	margin: 0 5px;
	padding: 0 5px;
}
#celda3 {
	position: relative;
	float: right;
	width: 211px;
	height: 100%;
	margin: 0 5px;
	padding: 0 5px;
	border-left: 1px solid #000;
}
#celda_completa {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#celda_completa_scroll {
	width: 2000px;
	height: auto;
	text-align: left;
	background-color: #ddd;
}
#celda_completa_scroll a img {
	padding: 0;
	margin: 0 1px 0 0;
}
#pie {
	clear: both;
	position: relative;
	top: 0px;
	width: 100%;
	height: 33px;
	text-align: center;
	color: #fff;
	font-size: 11px;
	background: #000;
}
#pie ul {
	padding: 6px 0 0 0;
	margin: 0;
}
#pie ul li {
	margin: 0 12px 0 12px;
	padding: 0;
}
#pie li, #pie a:link, #pie a:visited {
	margin: 0 8px 0 0;
	padding: 0;
	display: inline;
	text-decoration: none;
	list-style-type: none;
	color: #FFF;
}
#pie a:link, #pie a:visited {
	text-decoration: underline;
}
#pie a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #FFF;
	color: #FFF;
}
#col_usuario {
	position: relative;
	top: 5px;
	left: 0px;
	width: auto;
	margin: 0;
	padding: 0;
	font-size: 12px;
}
#col_usuario h1 {
	margin: 0px 0px 0px 6px;
	font-size: 14px;
	font-weight: bold;
}
#menu_usuario {
	position: relative;
	top: 10px;
}
#menu_usuario img {
	margin: 0 5px 0 0;
}
#menu_usuario ul {
	padding: 0;
	margin: 6px 0 0;
	background: #ccc;
}
#menu_usuario ul li {
	margin: 1px 0 0 6px;
	padding: 5px 0;
	line-height: 20px;
	background: #eee;
}
#menu_usuario li, #menu_usuario a:link, #menu_usuario a:visited {
	text-align: left;
	margin: 0;
	padding: 0 0 0 5px;
	text-decoration: none;
	list-style-type: none;
	color: #333;
	font-weight: bold;
	display: block;
	width: auto;
}
#menu_usuario a:hover {
	color: #000;
	text-decoration: underline;
}
#carrito_cont {
	position: relative;
	top: 5px;
	left: 0px;
	width: auto;
	margin: 0;
	padding: 0;
	font-size: 12px;
}
#carrito {	
	border: 1px solid #333;
	margin: 0 6px 15px 6px;
	width: auto;
}
#carrito h3 {
	margin: 0px;
	padding: 3px;
	font-size: 12px;
	background-color: #333;
	display: block;
	color: #eee;
	line-height: normal;
	width: auto;
}
#carrito h3 img {
	margin-right: 3px;
}
#carrito h3 a {
	color: #eee;
	text-decoration: none;
}
#carrito h3 a:hover {
	color: #fff;
	text-decoration: underline;
}
#carrito p {
	margin: 0px;
	padding: 3px;
	line-height: normal;
	text-align: center;
}
#carrito br {
	clear: both;
}
.carrito_item {
	position: relative;
	margin: 0;
	padding: 0;
	width: 212px;
	height: auto;
	float: left;
	border-bottom: 1px solid #ddd;
}
.carrito_item_img {
	position: relative;
	margin: 0;
	padding: 0;
	width: 70px;
	height: 50px;
	float: left;
	border-right: 1px dotted #ddd;
}
.carrito_item_img img {
	padding: 5px;
}
.carrito_item_info {
	position: relative;
	margin: 0;
	padding: 5px;
	width: auto;
	height: auto;
	float: left;
}
#carrito_pie {
	clear: both;
	background-color: #eee;
	text-align: right;
	padding: 5px;
	height: auto;
}
#carrito_pie em {
	font-size: 9px;
}
#acceso_clientes {
	position: relative;
	top: 10px;
	width: auto;
	margin: 0;
	padding: 10px 2px 0 0;
	font-size: 12px;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
	height: 270px;
}
#acceso_clientes h1 {
	font-size: 14px;
	font-weight: bold;
	padding-left: 7px;
}
#acceso_clientes_sin_form {
	position: relative;
	top: 10px;
	width: auto;
	margin: 0;
	padding: 10px 2px 0 0;
	font-size: 12px;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
	height: 160px;
}
#acceso_clientes_sin_form h1 {
	font-size: 14px;
	font-weight: bold;
	padding-left: 7px;
}
#msg_login {
	position: absolute;
	display: block;
	top: -14px;
	left: -0px;
	color: #333;
	border: 1px solid #333;
	padding: 5px;
	margin: 0 10px 0 0;
	background: #fdd;
	width: 192px;
	height: auto;
}
#msg_login b {
	color: #F00;
}
#msg_login a {
	position: absolute;
	top: 0px;
	left: 180px;
}
.input_login {
	color: #069;
	border: 1px solid #666;
	width: 180px;
	height: 18px;
	font: 14px Geneva, Arial, Helvetica, sans-serif;
}
.boton_login {
	color: #333;
	border: 1px solid #666;
	width: 182px;
	height: 24px;
	cursor: pointer;
	background: #EEE;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}
#acceso_clientes_form {
	position: relative;
	margin: 0 5px;
	padding: 0 5px 9px 15px;
}
#acceso_clientes_form p {
	line-height: 11px;
	padding: 5px;
	background-color: #d7ffc0;
}
#acceso_clientes_form h4 {
	padding: 5px 0px 5px 0px;
	background-color: #d7ffc0;
}
#acceso_clientes_form img {
	margin: 0 5px 0 0;
}
#acceso_clientes_form ul {
	padding: 0;
	margin: 0;
}
#acceso_clientes_form ul li {
	margin: 0;
	padding: 0;
}
#acceso_clientes_form li, #acceso_clientes_form a:link, #acceso_clientes_form a:visited {
	margin: 0;
	padding: 2px 0 0 5px;
	text-decoration: none;
	list-style-type: none;
	color: #333;
	font-size: 11px;
	font-weight: bold;
	display: block;
	width: 185px;
}
#acceso_clientes_form a:hover {
	color: #000;
	text-decoration: underline;
}
#acceso_clientes_no_form {
	position: relative;
	margin: 0 5px;
	padding: 0 5px 9px 15px;
}
#acceso_clientes_no_form h3 {
	padding: 5px 5px 10px 5px;
	background-color: #d7ffc0;
}
#acceso_clientes_no_form_acceso {
	font-size: 14px;
}
#acceso_clientes_no_form img {
	margin: 0 5px 0 0;
}
#acceso_clientes_no_form ul {
	padding: 0;
	margin: 0;
}
#acceso_clientes_no_form ul li {
	margin: 0;
	padding: 0;
}
#acceso_clientes_no_form li, #acceso_clientes_no_form a:link, #acceso_clientes_no_form a:visited {
	margin: 0;
	padding: 5px 0 0 5px;
	text-decoration: none;
	list-style-type: none;
	color: #333;
	font-size: 11px;
	font-weight: bold;
	display: block;
	width: auto;
}
#acceso_clientes_no_form a:hover {
	color: #000;
	text-decoration: underline;
}
#tel_info {
	height: 25px;
}
#tel_info img {
	padding: 0 0 10px 3px;
}
#barra_informacion {
	position: relative;
	top: 20px;
	width: auto;
	color: #333;
	font-size: 12px;
	text-align: center;
}
#barra_informacion span.min {
	font-size: 12px;
	font-weight: bold;
}
#barra_informacion span.max {
	font-size: 16px;
	font-weight: bold;
}
#barra_informacion ul {
	padding: 0;
	margin: 6px 0 0;
	background: #ccc;
}
#barra_informacion img {
	margin: 0 5px 0 0;
}
#barra_informacion ul li {
	margin: 1px 0 0 6px;
	padding: 5px 0;
	line-height: 20px;
	background: #eee;
}
#barra_informacion li, #barra_informacion a:link, #barra_informacion a:visited {
	text-align: left;
	margin: 0;
	padding: 0 0 0 5px;
	text-decoration: none;
	list-style-type: none;
	color: #333;
	font-weight: bold;
	display: block;
	width: auto;
}
#barra_informacion a:hover {
	color: #000;
	text-decoration: underline;
}
#ssl {
	position: relative;
	width: auto;
	height: 65px;
	top: 13px;
	text-align: center;
	margin-bottom: 15px;
}
#barra_informacion img {
	margin: 0 5px 0 0;
}
#barra_informacion ul li {
	margin: 1px 0 0 6px;
	padding: 5px 0;
	line-height: 20px;
	background: #eee;
}
#barra_informacion li, #barra_informacion a:link, #barra_informacion a:visited {
	text-align: left;
	margin: 0;
	padding: 0 0 0 5px;
	text-decoration: none;
	list-style-type: none;
	color: #333;
	font-weight: bold;
	display: block;
	width: auto;
}
#barra_informacion a:hover {
	color: #000;
	text-decoration: underline;
}
#ppal_productos {
	overflow: auto;
	position: relative;
	width: 567px;
	height: auto;
	padding: 10px;
	margin-top: 15px;
	text-align: center;
}
#ppal_productos .botones {
	text-align: center;
}
#ppal_productos img {
	margin: 0;
	padding: 0;
}
#ppal_productos h1 {
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	line-height: 10px;
}
#ppal_productos p {
	text-align: left;
	color: #333;
	line-height: 18px;
}
#ppal_productos td .boton {
	color: #333;
	border: 1px solid #666;
	height: 24px;
	cursor: pointer;
	background: #EEE;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}
#promociones {
	overflow: auto;
	position: relative;
	width: 567px;
	height: auto;
	padding: 10px;
	margin-top: 15px;
	text-align: center;
	line-height: 160px;
}
#promociones h1 {
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	line-height: 10px;
}
#promociones a img {
	border: 1px solid #333333;
}
#pedido {
	position: relative;
	width: auto;
	height: auto;
}
#pedido td .error_acabados {
	width: auto;
	border: 1px solid #333;
	padding: 5px;
	margin: 0;
	background-color: #FCC;
	color: #000;
	font-size: 10px;
}
#pedido td .error_acabados a{
	text-decoration:underline;
}
#pedido h3 {
	margin: 0px;
	padding: 3px;
	font-size: 12px;
	background-color: #333;
	color: #eee;
}
#pedido h3 img {
	margin-right: 3px;
}
#pedido td input, #pedido td select {
	color: #069;
	border: 1px solid #666;
	font: 12px Geneva, Arial, Helvetica, sans-serif;
}
.pedido_elemento {
	position: relative;
	margin: 3px;
	padding: 0;
	width: 98%;
	height: auto;
	/*border-top: 1px solid #ddd;
	border-left: 1px dashed #ddd;
	border-right: 1px dashed #ddd; */
	border-bottom: 1px dotted #ddd;
	background-color: #FFF;
}
.pedido_img {
	position: relative;
	margin: 0px;
	padding: 5px;
	width: 100px;
	height: 100px;
	text-align: center;
	float: left;
}
.pedido_info {
	position: relative;
	margin: 0;
	padding: 5px;
	width: auto;
	height: auto;
}
.pedido_info p input, .pedido_info p select {
	color: #069;
	border: 1px solid #666;
	font: 12px Geneva, Arial, Helvetica, sans-serif;
}
.pedido_info p label {
	float: left;
	width: 25%; 
	text-align: right;
	padding: 5px;
}
.pedido_info p br {
	clear: left;
}
.pedido_titulo {
	clear: both;
	position: relative;
	padding: 0;
	margin: 0;
	text-align: left;
	background-color: #D3D3EB;
}
.pedido_titulo strong {
	font-size: 16px;
	text-align: left;
}
#pedido table {
	background-color: #eee;
	border: 0;
}
#pedido th {
	background-color: #ddd;
	font-weight: bold;
	font-size: 12px;
	border: 0;
}
#pedido td {
	background-color: #fff;
	font-size: 12px;
	border: 0;
	height: 30px;
}
#pedido td img {
	margin: 0px 2px 0px 2px;
}
#pedido td b {
	color: #C00;
	font-size: 10px;
	font-weight: bold;
}
#pedido td strong {
	font-size: 14px;
	font-weight: bold;
}
#pedido th strong {
	font-size: 16px;
	font-weight: bold;
}
#pedido th b {
	font-size: 18px;
	font-weight: bold;
}
#pedido td em {
	text-decoration: line-through;
	font-size: 10px;
}
#pedido td i {
	font-size: 9px;
}
#pedido td a {
	text-decoration: none;
}
#pedido .no_borde {
	border: 0px;
}
#pedido td.cabecera_pack {
	background-color:#CCF;
	font-size: 12px;
	border: 0;
	height: 30px;
}
#pedido td.cabecera_pack b{
color: #CC0000;
font-weight: bold;
font-size:10px;
}
#pedido td.cabecera_pack_flecha {
	background-color: #fff;
	font-size: 12px;
	border: 0;
	height: 30px;
	text-align:right;
}
#prod_pack_cuadro {	
	position: relative;
	float:inherit;
	width:250px;
	border-top: 1px solid #CCF;
	border-bottom: 1px solid #CCF;
	border-left: 1px dashed #CCF;
	border-right: 1px dashed #CCF;
	padding-bottom:5px;
}
#prod_pack_cabecera {
	margin: 0px;
	padding: 3px;
	font-size: 12px;
	background-color: #CCF;
	display: block;
	color:#000;
	line-height: normal;
	width: auto;
}
.prod_pack_item {
	position: relative;
	margin: 0;
	padding: 0;
	height: auto;
	float: left;
	padding-right:10px;
	padding-bottom:20px;
	width:250px;
}
.prod_pack_item_x_cant  {
	padding-top:20px;
	padding-left:10px;
}
.prod_pack_item_img  {
	position: relative;
	width: 90px;
	height: 50px;
	float: left;

}
.prod_pack_item_img img {
	padding: 5px;
}
#prod_pack_item_info {
	position: relative;
	width: 160px;
	height: 50px;
	float: left;
	text-align:left;
	padding-top:20px;
}
#prod_pack_item_info a{
	float:left;
	text-align:left;
}
#pedido td .elegir_prod_pack_separado {
	width: auto;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-align:left;
	padding: 5px;

}
#pedido td .pedido_prod_pack_elem {
	margin: 0 6px 15px 6px;
	width: auto;
	height: auto;
	padding:5px;
	background-color:#FFFFFF; 
}
#pedido td .pedido_img_prod_pack {
	position: relative;
	padding:5px;
	text-align: center;
}
#pedido td .pedido_prod_pack_info {
	font-size:11px;
	position: relative;
	margin: 0px;
	padding: 5px;
}
#recalculado {
	text-align: left;
	width: auto;
	border: 1px solid #333;
	padding: 5px;
	margin: 0;
	background-color: #DFD;
}
#recalculado u {
	color: #060;
	font-weight: bold;
	text-decoration: none;
}
#no_envio_corto {
	text-align: left;
	width: 100px;
	border: 1px solid #333;
	padding: 5px;
	margin: 0;
	background-color: #FCC;
}
#no_envio_corto u {
	color: #F00;
	font-weight: bold;
	text-decoration: none;
}
#no_envio {
	text-align: left;
	width: auto;
	border: 1px solid #333;
	padding: 5px;
	margin: 0;
	background-color: #FCC;
}
#no_envio u {
	color: #F00;
	font-weight: bold;
	text-decoration: none;
}
#no_envio a {
	color: #900;
	text-decoration: none;
	font-weight: bold;
}
#no_envio a:hover {
	color: #F00;
	text-decoration: underline;
	font-weight: bold;
}
#descripcion_mozo_cont {
	position: relative;
}
#descripcion_mozo {
	position: absolute;
	top: 0px;
	left: 20px;
	width: 300px;
	height: auto;
	background-color: #FFC;
	border: 1px solid #333;
	padding: 5px;
	font-size: 10px;
	color: #333;
	z-index: 1000;
	visibility: hidden;
	text-align: justify;
}
#descripcion_mozo h4 {
	display: inline;
	font-size: 11px;
	color: #333;
	font-weight: bold;
}
#pedido_form {
	width: auto; 
	padding: 5px; 
	margin: 5px;
	line-height: 20px;
}
#pedido_form .botones {
	text-align: center;
}
#pedido_form .boton {
	color: #333;
	border: 1px solid #666;
	height: 24px;
	cursor: pointer;
	background: #EEE;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}
#pedido_form p label {
	background-color: #eee;
	float: left;
	width: 25%; 
	text-align: right;
	padding: 5px;
}
#pedido_form p br {
	clear: left;
}
#pedido_form input, #pedido_form select {
	color: #069;
	border: 1px solid #666;
	font: 14px Geneva, Arial, Helvetica, sans-serif;
}
#pedido_form .noedit {
	background-color: #ddd;
	color: #666;
}
#pedido_form textarea {
	color: #069;
	border: 1px solid #666;
	font: 14px Geneva, Arial, Helvetica, sans-serif;
}
#pedido_form strong {
	font-size: 12px;
	font-weight: bold;
	color: #cc0000;
}
#pedido_form .celda_error {
	background-color: #FCC;
	color: #000;
}

#pedido_form_gastos_envio {
	width: auto; 
	padding: 5px; 
	margin: 5px;
	line-height: 20px;
}

#pedido_form_gastos_envio .botones {
	text-align: center;
}
#pedido_form_gastos_envio .boton {
	color: #333;
	border: 1px solid #666;
	height: 24px;
	cursor: pointer;
	background: #EEE;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}
#pedido_form_gastos_envio p {
	margin-top: -3px;
	margin-bottom: -13px;
}
#pedido_form_gastos_envio p label {
	background-color: #eee;
	float: left;
	width: 15%; 
	text-align: right;
	padding: 5px;
}
#pedido_form_gastos_envio p br {
	clear: left;
}
#pedido_form_gastos_envio input, #pedido_form_gastos_envio select {
	color: #069;
	border: 1px solid #666;
	font: 14px Geneva, Arial, Helvetica, sans-serif;
}
#pedido_form_gastos_envio .noedit {
	background-color: #ddd;
	color: #666;
}
#pedido_form_gastos_envio textarea {
	color: #069;
	border: 1px solid #666;
	font: 14px Geneva, Arial, Helvetica, sans-serif;
}
#pedido_form_gastos_envio b {
	font-size: 12px;
	font-weight: bold;
	color: #cc0000;
}
#pedido_form_gastos_envio strong {
	font-size: 12px;
	font-weight: bold;
}
#pedido_form_gastos_envio .celda_error {
	background-color: #FCC;
	color: #000;
}




















#elemento_portada {
	position: relative;
	margin: 0;
	padding: 0;
	width: 33%;
	height: 100px;
	float: left;
	vertical-align: bottom;
}
.elemento_prod_externo {
	position: relative;
	width: 24%;
	height: 130px;
	float: left;
	margin-top: 15px;
	margin-bottom: 32px;
	border-bottom: 1px solid #ddd;
	border-right: 1px dashed #ddd;
}
.elemento_prod {
	position: relative;
	width: auto;
	height: 115px;
}
.elemento_prod_precio {
	position: relative;
	width: auto;
	height: 15px;
}
.elemento_prod_precio strong {
	color: #C00;
	font-size: 9px;
}
.elemento_prod_precio em {
	text-decoration: line-through;
	font-size: 10px;
}
#ordenar_por {
	position: relative;
	width: auto;
}
#ordenar_por p {
	width: auto;
	text-align: center;
	border: 1px dashed #ddd;
	background-color: #eee;
	padding: 5px;
}
#lista_categorias {
	position: relative;
	width: auto;
	clear: both;
}
#lista_categorias p {
	width: auto;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding: 5px;
	border-top: 1px dotted #ccc;
}
.elemento {
	position: relative;
	margin-top: 20px;
	padding: 0;
	width: 33%;
	height: 225px;
	float: left;
}
.elemento_info {
	position: relative;
	margin: 0;
	padding-right: 4px;
	width: auto;
	height: 125px;
	border-bottom: 1px solid #ddd;
	border-right: 1px dashed #ddd;
}
.elemento_info_outlet {
	position: relative;
	margin: 0;
	padding-right: 4px;
	width: auto;
	height: 125px;
	border-bottom: 1px solid #ddd;
	border-right: 1px dashed #ddd;
}
.elemento_info img {
	margin-top: 15px;
}
.precio {
	position: relative;
	width: auto;
	height: auto;
	line-height: 25px;
	text-align: center;
}
.precio strong {
	color: #000;
	font-weight: bold;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 2px;
	background-color: #eee;
	font-size: 11px;
}
.oferta {
	position: relative;
	width: auto;
	height: auto;
	line-height: 25px;
	text-align: center;
}
.oferta strong {
	color: #CC0000;
	font-weight: bold;
	font-size: 12px;
	display: block;
}
.oferta u {
	color: #CC0000;
	font-weight: bold;
	border-top: 1px solid #CC0000;
	border-bottom: 1px solid #CC0000;
	padding: 3px;
	background-color: #FFDDDD;
	font-size: 11px;
	text-decoration: none;
}
.oferta em {
	color: #000;
	text-decoration: line-through;
	font-size: 11px;
	display: block;
}
.oculta {
	 visibility: hidden;
	display: none;
}
.elemento_img {
	position: relative;
	margin: 0;
	padding: 0;
	width: 115px;
	height: 125px;
	border-bottom: 1px solid #ddd;
	float: left;
}
.elemento_img_entero {
	position: relative;
	margin: 0;
	padding: 0;
	width: 175px;
	height: 125px;
	border-bottom: 1px solid #ddd;
	float: left;
}
.elemento_img_entero_outlet {
	position: relative;
	margin: 0;
	padding: 0;
	width: 115px;
	height: 125px;
	border-bottom: 1px solid #ddd;
	float: left;
}
.pie_elemento {
	color: #666;
	position: relative;
	clear: both;
	width: auto;
	font-size: 10px;
}
.pie_elemento a {
	color: #000;
	font-weight: bold;
	font-size: 12px;
}
.elemento ul li {
	margin: 0;
	padding: 0;
}
.elemento li, .elemento a:link, .elemento a:visited {
	text-decoration: none;
	list-style-type: none;
	color: #000;
}
#ficha {
	position: relative;
	width: 567px;
	height: auto;
	padding: 10px;
	text-align: center;
}
#ficha h1 {
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	line-height: 10px;
}
#enviar_amigo {
	position: relative;
	width: 555px;
	height: auto;
	border: 2px dashed #333;
	padding: 5px 0px 5px 10px;
	background-color: fff;
}
#amigo_form {
	width: auto; 
	padding: 5px; 
	margin: 5px;
	line-height: 20px;
}
#amigo_form .botones {
	text-align: center;
}
#amigo_form .boton {
	color: #333;
	border: 1px solid #666;
	height: 24px;
	cursor: pointer;
	background: #EEE;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}
#amigo_form p label {
	background-color: #eee;
	float: left;
	width: 30%; 
	text-align: right;
	padding: 5px;
}
#amigo_form p br {
	clear: left;
}
#amigo_form input, #amigo_form textarea {
	color: #069;
	border: 1px solid #666;
	font: 14px Geneva, Arial, Helvetica, sans-serif;
}
#amigo_form strong {
	font-size: 12px;
	font-weight: bold;
	color: #cc0000;
}
#amigo_form .celda_error {
	background-color: #FCC;
	color: #000;
}
#img_prod {
	position: relative;
	top: 0;
	left: 0;
	float: left;
	width: 250px;
	height: auto;
	padding: 5px;
	text-align: center;
}
#img_prod p {
	font-size: 10px;
	color: #666;
}
#galeria_superior {
	position: relative;
	top: 0;
	left: 0;
	width: auto;
	height: auto;
	padding: 5px;
}
#galeria_superior .foto_gal_sup {
	float: left;
}
#galeria_superior a img {
	padding: 1px;
}
#caracteristicas {
	position: relative;
	top: 0;
	left: 0;
	width: 250px;
	height: auto;
	float: left;
	text-align: left;
	padding: 5px;
	line-height: 20px;
	font-size: 11px;
	color: #666;
}
#caracteristicas .boton{
	color: #333;
	border: 1px solid #666;
	height: 24px;
	cursor: pointer;
	background: #EEE;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}

#caracteristicas input, #caracteristicas select {
	color: #069;
	border: 1px solid #666;
	font: 12px Geneva, Arial, Helvetica, sans-serif;
}
#caracteristicas strong {
	color: #000;
}
#caracteristicas h3 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
#caracteristicas a {
	float: right;
	vertical-align: top;
}
#caracteristicas h6 {
	font-size: 12px;
	color: #666;
	text-align: justify;
}
#layer_muestra_acabado {
	position: absolute;
	visibility: hidden;
	z-index: 1;
	height: 100px;
	width: 100px;
	clear: both;
}
#medidas {
	border: 0;
}
#medidas th {
	border: 0;
	font-size: 10px;
	background-color: #333;
	color: #eee;
	text-align: center;
}
#medidas td {
	border: 0;
	font-size: 10px;
	background-color: #eee;
	color: #333;
	text-align: center;
}
#gastos_envio {
	border: 0;
}
#gastos_envio th {
	border: 0;
	font-size: 10px;
	background-color: #333;
	color: #eee;
	text-align: center;
}
#gastos_envio th a {
	color: #eee;
	text-decoration: none;
}
#gastos_envio th a:hover {
	color: #eee;
	text-decoration: none;
}
#gastos_envio td {
	border: 0;
	font-size: 10px;
	background-color: #eee;
	color: #333;
	text-align: center;
}
#envio_int_cont {
	position: relative;
}
#envio_nac_1 {
	position: absolute;
	top: -120px;
	left: -250px;
	width: 220px;
	height: auto;
	background-color: #FFC;
	border: 1px solid #333;
	padding: 5px;
	font-size: 10px;
	color: #333;
	z-index: 1000;
	visibility: hidden;
}
#envio_nac_1 h4 {
	display: inline;
	font-size: 11px;
	color: #333;
	font-weight: bold;
}
#envio_int_1 {
	position: absolute;
	top: -120px;
	left: -250px;
	width: 220px;
	height: auto;
	background-color: #FFC;
	border: 1px solid #333;
	padding: 5px;
	font-size: 10px;
	color: #333;
	z-index: 1000;
	visibility: hidden;
}
#envio_int_1 h4 {
	display: inline;
	font-size: 11px;
	color: #333;
	font-weight: bold;
}
#envio_int_2 {
	position: absolute;
	top: -120px;
	left: -250px;
	width: 220px;
	height: auto;
	background-color: #FFC;
	border: 1px solid #333;
	padding: 5px;
	font-size: 10px;
	color: #333;
	z-index: 1000;
	visibility: hidden;
}
#envio_int_2 h4 {
	display: inline;
	font-size: 11px;
	color: #333;
	font-weight: bold;
}
#precio_stock_cuadro {
	background-color: #d7ffc0;
	padding: 3px;
	margin: 15px 0px 15px 0px;
	width: 235px;
	height: 42px;
}
#comprar {
	float: left;
	width: 40%;
	font-size: 11px;
	color: #009900;
	font-weight: bold;
}
#comprar a {
	font-size: 12px;
	color: #000;
	font-weight: bold;
	float: none;
}
#comprar a:hover {
	font-size: 12px;
	color: #000;
	font-weight: bold;
	float: none;
	text-decoration: none;
}
#precio_stock {
	float:left;
	width: 60%;
	height: auto;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #CC0000;
	margin-top: -3px;
}
#precio_stock  strong {
	position: relative;
	top: 13px;
	color: #000;
	font-weight: bold;
	padding: 3px;
	font-size: 22px;
}
#precio_stock u {
	color: #CC0000;
	font-weight: bold;
	padding: 3px;
	font-size: 22px;
	text-decoration: none;
	display: block;
}
#precio_stock em {
	color: #000;
	text-decoration: line-through;
	font-size: 12px;
}
#colores {
	position: relative;
	clear: both;
	border-top: 1px dashed #999;
	text-align: left;
	padding: 5px;
	margin: 10px 0px 0px 5px;
	width: auto;
	height: auto;
	background-color: #fff;
}
#colores strong {
	font-size: 14px;
	color: #000;
}
.colores_elemento {
	position: relative;
	margin: 3px 0px 3px 3px;
	padding: 0;
	width: auto;
	height: auto;
	float: left;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px dashed #ddd;
	border-right: 1px dashed #ddd;
	background-color: #FFF;
}
.colores_img {
	position: relative;
	margin: 0;
	padding: 5px;
	width: auto;
	height: 60px;
	float: left;
}
.colores_pie {
	clear: both;
	position: relative;
	padding: 0;
	margin: 0;
	text-align: center;
	background-color: #CEEBEB;
	font-size: 9px;
}
#nota_colores {
	position: relative;
	clear: both;
	font-size: 10px;
	color: #666;
	text-align: center;
}
#acabados {
	position: relative;
	clear: both;
	border-top: 1px dashed #999;
	text-align: left;
	padding: 5px;
	margin: 10px 0px 0px 5px;
	width: auto;
	height: auto;
	background-color: #fff;
}
#acabados strong {
	font-size: 14px;
	color: #000;
}
.acabados_elemento {
	position: relative;
	margin: 3px 0px 3px 3px;
	padding: 0;
	width: 175px;
	height: auto;
	float: left;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px dashed #ddd;
	border-right: 1px dashed #ddd;
	background-color: #FFF;
}
.acabados_img {
	position: relative;
	margin: 0;
	padding: 5px;
	width: 60px;
	height: 60px;
	float: left;
}
.acabados_info {
	position: relative;
	margin: 0;
	padding: 5px;
	width: auto;
	height: 75px;
}
.acabados_pie {
	clear: both;
	position: relative;
	padding: 0;
	margin: 0;
	text-align: center;
	background-color: #D3D3EB;
	font-size: 9px;
}
.acabados_pie strong {
	font-size: 16px;
}
#nota_acabados {
	position: relative;
	clear: both;
	font-size: 10px;
	color: #666;
	text-align: center;
}
#opciones {
	position: relative;
	clear: both;
	border-top: 1px dashed #999;
	text-align: left;
	padding: 5px;
	margin: 10px 0px 0px 5px;
	width: auto;
	height: auto;
	background-color: #fff;
}
#opciones strong {
	font-size: 14px;
	color: #000;
}
.opciones_elemento {
	position: relative;
	margin: 3px 0px 3px 3px;
	padding: 0;
	width: 175px;
	height: auto;
	float: left;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px dashed #ddd;
	border-right: 1px dashed #ddd;
	background-color: #FFF;
}
.opciones_img {
	position: relative;
	margin: 0;
	padding: 5px;
	width: 60px;
	height: 60px;
	float: left;
}
.opciones_info {
	position: relative;
	margin: 0;
	padding: 5px;
	width: auto;
	height: 60px;
}
.opciones_pie {
	clear: both;
	position: relative;
	padding: 0;
	margin: 0;
	text-align: center;
	background-color: #E6CAF0;
	font-size: 9px;
}
.opciones_pie strong {
	font-size: 16px;
}
#nota_opciones {
	position: relative;
	clear: both;
	font-size: 10px;
	color: #666;
	text-align: center;
}
#comprar-imprimir {
	border-top: 1px dashed #999;
	position: relative;
	clear: both;
	text-align: center;
	padding: 10px 0 20px 0;
	margin: 10px 0 20px 0;
	width: auto;
}
#comprar-imprimir input {
	cursor: pointer;
}
#recomienda-imprimir {
	border-top: 1px dashed #999;
	position: relative;
	clear: both;
	text-align: center;
	padding: 10px 0 20px 0;
	margin: 10px 0 20px 0;
	width: auto;
}
#recomienda-imprimir input {
	color: #333;
	border: 1px solid #666;
	height: 26px;
	cursor: pointer;
	background: #EEE;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}
#productos_relacionados {
	position: relative;
	top: 10px;
	text-align: center;
	margin: 20px 0 20px 0;
}
#productos_relacionados strong {
	color: #C00;
	font-size: 9px;
}
#productos_relacionados em {
	text-decoration: line-through;
	font-size: 10px;
}

#productos_relacionados br {
	clear: both;
}
#registro {
	width: auto; 
	padding: 5px; 
	margin: 5px;
	line-height: 20px;
}
#registro a {
	color: #069;
	font-weight: bold;
	text-decoration: underline;
}
#registro a:hover {
	color: #06F;
	font-weight: bold;
	text-decoration: none;
}
#registro p label {
	float: left;
	width: 25%; 
	text-align: right;
	padding: 5px;
}
#registro p br {
	clear: left;
}
#registro .boton {
	color: #333;
	border: 1px solid #666;
	height: 24px;
	cursor: pointer;
	background: #EEE;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}
#registro input, #registro select {
	color: #069;
	border: 1px solid #666;
	font: 14px Geneva, Arial, Helvetica, sans-serif;
}
#registro .noedit {
	background-color: #ddd;
	color: #666;
}
#registro .no_borde {
	border: 0px;
}
#registro b {
	font-size: 12px;
	font-weight: bold;
	color: #cc0000;
	background-color: #FFFFCC;
	border: 1px solid #333;
	padding: 3px;
}
#registro strong {
	font-size: 12px;
	font-weight: bold;
	color: #cc0000;
}
#registro .celda_error {
	background-color: #FFCCCC;
	color: #000;
}
#galeria {
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
}
#recordar_msg {
	position: absolute;
	display: block;
	top: 160px;
	left: 25px;
	color: #333;
	border: 1px solid #333;
	padding: 5px;
	margin: 0 10px 0 0;
	background: #fdd;
}
#recordar_msg strong {
	color: #F00;
}
#login_grupo {
	position: relative;
	width: 545px;
	height: auto;
	text-align: left;
}
#login_grande {
	width: 320px;
}
#login_no_reg {
	width: 280px;
	background-color:#FCC;
	padding: 10px;
}
#login_no_reg a:hover {
	color: #FF0000;
}
#login_box {
	position: absolute;
	background-image: url(../imagenes/default/bg_login.gif);
	top: 0px;
	left: 320px;
	width: 245px;
	padding: 10px;
	background-repeat: no-repeat;
}
#login_box strong {
	color: #060;
}
#sel_pago {
	position: relative;
	width: 567px;
	height: auto;
	padding: 10px;
	text-align: center;
}
#sel_pago .boton {
	color: #333;
	border: 1px solid #666;
	height: 24px;
	width: auto;
	cursor: pointer;
	background: #EEE;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}
#sel_pago h1 {
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	line-height: 10px;
}
#sel_pago p {
	text-align: left;
	color: #333;
	line-height: 18px;
}
#sel_pago select {
	color: #069;
	border: 1px solid #666;
	font: 14px Geneva, Arial, Helvetica, sans-serif;
}
#sel_pago label {
	border: 1px solid #333;
	padding: 5px;
	background-color: #DFD;
}
#pagar {
	position: relative;
	width: 450px;
	height: auto;
	background-color: #FEE;
	border: 1px solid #333;
	padding: 12px 5px 5px 5px;
}
#pagar p.aviso {
	padding: 5px;
	border: 1px solid #333;
	background-color: #FCC;
	color: #000;
	width: 93%;
	text-align: justify;
}
#pagar p.aviso strong, #pagar p.aviso b {
	color: #C00;
}
#pagar .boton {
	color: #333;
	border: 1px solid #666;
	height: 24px;
	cursor: pointer;
	background: #EEE;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}
#desc_4b {
	position: absolute;
	top: 143px;
	left: 296px;
	width: 260px;
	height: auto;
	background-color: #FCC;
	border: 1px solid #333;
	padding: 5px;
	font-size: 12px;
	color: #333;
	z-index: 1000;
	visibility: hidden;
	text-align: justify;
}
#desc_4b b, #desc_4b strong {
	color: #C00;
}
.OcultaImprimir {
}


#barra_superior {
	position: relative;
	top: 0px;
	width: 584px;
	height: 30px;
	text-align: center;
	color: #000;
	font-size: 11px;
}
#barra_superior ul {
	position: relative;
	padding: 6px 0 6px 0;
	margin: 0;
	width: 584px;
}
#barra_superior ul li {
	position: relative;
	width: 150px;
	margin: 1px;
	padding: 8px 15px 8px 18px;
	background-image: url(/imagenes/default/portada/verano2009/bg_botones_superior.jpg);
	background-repeat: repeat-x;
}
#barra_superior li, #barra_superior a:link, #barra_superior a:visited {
	display: inline;
	text-decoration: none;
	list-style-type: none;
	color: #000;
}
#barra_superior a:link, #barra_superior a:visited {
	text-decoration: none;
	font-weight: bold;
}
#barra_superior a:hover {
	text-decoration: none;
	color: #F60;
}
