.remooz-element
{
	cursor:					pointer;
}

/**
 * Box layout
 */

.remooz-box
{
	position:				absolute;
	top:					0;
	left:					0;
	background:				#fff no-repeat center;
	z-index:				100;
}
.remooz-loading
{
	background-image:		url(../img/spinner.gif);
}
.remooz-body
{
	width:					100%;
	height:					100%;
}
.remooz-box-focus.remooz-type-image .remooz-body
{
	cursor:					pointer;
}
.remooz-box-dragging .remooz-body
{
	cursor:					move;
}

/**
 * Close button
 */

.remooz-btn-close
{
	position:				absolute;
	left:					-15px;
	top:					-15px;
	width:					30px;
	height:					30px;
	text-decoration:		none;
	border:					0;
	background:				url(../img/closebox.png) no-repeat center;
	visibility:				hidden;
	cursor:					pointer;
}
.remooz-engine-trident4 .remooz-btn-close
{
	background-image:		url(../img/closebox.gif);
}

/**
 * Caption title
 */

.remooz-title
{
	position:				relative;
	left:					0;
	top:					15px;
	text-align:				left;
}
.remooz-title-bg
{
	position:				absolute;
	left:					0;
	top:					0;
	width:					100%;
	height:					100%;
	background-color:		#000;
	z-index:				99;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
	/* shadow opacity differs from box shadow because its default set to opacity 0.8 */
	-webkit-box-shadow:		0 0 10px rgba(0, 0, 0, 0.9);
}
.remooz-title-content
{
	position:				relative;
	padding:				5px;
	padding-left: 	 15px;
	padding-right: 15px;
	color:					#fff;
	z-index:				101;
	font:					11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.remooz-engine-trident4 .remooz-title-bg
{
	display:				none;
}
.remooz-engine-trident4 .remooz-title-content
{
	background-color:		#333;
}

.remooz-title-content h6
{
	font-size:				1.2em;
	font-weight:			bold;
	color:					#eee;
	margin: 10px;
}
.remooz-title-content p
{
	color:					#eee;
}

/**
 * Type specific
 */

.remooz-type-image img
{
	display:				block;
	border:					0;
	width:					100%;
	height:					100%;
}

/**
 * Shadow
 */

.remooz-bg
{
	position:				absolute;
	width:					33px;
	height:					40px;
}

.remooz-bg-n
{
	left:					0;
	top:					-40px;
	width:					100%;
	background:				url(../img/remo_bg_n.png) repeat-x;
}
.remooz-bg-ne
{
	right:					-33px;
	top:					-40px;
	background:				url(../img/remo_bg_ne.png) no-repeat;
}
.remooz-bg-e
{
	right:					-33px;
	top:					0;
	height:					100%;
	background:				url(../img/remo_bg_e.png) repeat-y;
}
.remooz-bg-se
{
	right:					-33px;
	bottom:					-40px;
	background:				url(../img/remo_bg_se.png) no-repeat;
}
.remooz-bg-s
{
	left:					0;
	bottom:					-40px;
	width:					100%;
	background:				url(../img/remo_bg_s.png) repeat-x;
}
.remooz-bg-sw
{
	left:					-33px;
	bottom:					-40px;
	background:				url(../img/remo_bg_sw.png) no-repeat;
}
.remooz-bg-w
{
	left:					-33px;
	top:					0;
	height:					100%;
	background:				url(../img/remo_bg_w.png) repeat-y;
}
.remooz-bg-nw
{
	left:					-33px;
	top:					-40px;
	background:				url(../img/remo_bg_nw.png) no-repeat;
}
@charset "UTF-8";
/* CSS Document */

body{
	margin: 0px;
	padding: 0px;
	background: url(../img/fondo_pared.png) left top;
	background-attachment: fixed;
	overflow: auto;
}
body, div, p, h1, h2, h3, h4{
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
	font-size: 16px;
}
div#contenedor_fondo_sombra{
	position: fixed;
	z-index: 1;
	top: 0px;
	left: 0px;
}
img#fondo_sombra{
	min-height: 800px !important;
	min-width: 1200px !important;
}
div#complemento_fondo{
	position: fixed;
	z-index: 2;
	top: 0px;
	right: 0px;
	height: 146px;
	width: 504px;
	background: url(../img/fondo_complemento.png) no-repeat left top;
}
div#logo{
	width: 340px;
	height: 180px;
	top: 0px;
	left: 0px;
	position:fixed;
	z-index: 9;
	background: url(../img/logo_cucdepi.png) no-repeat left top;
	cursor: pointer;
}
div#menu{
	width: 255px;
	height: auto;
	position: fixed;
	left: 0px;
	top: 225px;
	z-index: 5;
}
div#menu a{
	margin-left: -7px;
}
div#cuerpo{
	width: 710px;
	height: 615px;
	background: url(../img/fondo_cuerpo.png) no-repeat left top;
	position: absolute;
	top: 110px;
	left: 300px;
	z-index: 10;
}
div#contenido{
	position: absolute;
	width: 610px;
	height: 530px;
	margin-left: 34px;
	margin-top: 35px;
}
div#social{
	height: 52px;
	width: 156px;
	position: absolute;
	margin-left: 489px;
	margin-top: -4px;
	z-index: 15;
}
div#social a{
	text-decoration: none;
	height: 52px;
	width: 52px;
	overflow: hidden;
	display: block;
	float: left;
	background-image: url(../img/botones_social.png);
	background-repeat: no-repeat;
}
div#social a#s_f{
	background-position: 0px 0px;
}
div#social a#s_f:hover, div#social a#s_f.on{
	background-position: 0px -52px;
}

div#social a#s_t{
	background-position: -52px 0px;
}
div#social a#s_t:hover, div#social a#s_t.on{
	background-position: -52px -52px;
}

div#social a#s_w{
	background-position: -104px 0px;
}
div#social a#s_w:hover, div#social a#s_w.on{
	background-position: -104px -52px;
}

div#submenu_colecciones{
	height: 48px;
	width: 610px; /* 403 */
	position: absolute;
	margin-left: 5px;
	margin-top: 0px;
	padding-top: 13px;
	z-index: 10;
	text-align: center;
}
div#submenu_colecciones a{
	text-decoration: none;
	height: 30px; /* 48 */
	line-height: 30px;
	padding-left: 17px;
	color: #222;
	/* overflow: hidden; 
	display: block;
	float: left;*/
	/* background-image: url(../img/submenu_colecciones.png); */
	background-repeat: no-repeat;
	margin-right: 17px;
	font-size: 19px;
}
div#submenu_colecciones a:hover{
	color: #EF29A2; 
}
div#submenu_colecciones a.on{
	color: #EF29A2; 
	background: url(../img/flor.png) left top no-repeat;
}

/*
div#submenu_colecciones a#sm_col1{
	background-position: 0px 0px;
	width: 80px;
}
div#submenu_colecciones a#sm_col1:hover, div#submenu_colecciones a#sm_col1.on{
	background-position: 0px -48px;
}

div#submenu_colecciones a#sm_col2{
	background-position: -80px 0px;
	width: 113px;
}
div#submenu_colecciones a#sm_col2:hover, div#submenu_colecciones a#sm_col2.on{
	background-position: -80px -48px;
}

div#submenu_colecciones a#sm_col3{
	background-position: -193px 0px;
	width: 102px;
}
div#submenu_colecciones a#sm_col3:hover, div#submenu_colecciones a#sm_col3.on{
	background-position: -193px -48px;
}
div#submenu_colecciones a#sm_col4{
	background-position: -295px 0px;
	width: 108px;
}
div#submenu_colecciones a#sm_col4:hover, div#submenu_colecciones a#sm_col4.on{
	background-position: -295px -48px;
}
*/
div#scroller{
	position: absolute;
	height: 20px;
	width: 511px;
	z-index: 11;
	margin-top: 83px;
	margin-left: 45px;
}
div#scroller div#scroller_b{
	position: absolute;
	height:52px;
	width: 45px;
	margin-top: -37px;
	margin-left: -3px;
	cursor: pointer;
	background: url(../img/scroll_scroller.png) left top no-repeat;
	z-index: 12;
}
div#scroll{
	position: absolute;
	height: 50px;
	width: 601px;
	z-index: 9;
	margin-top: 70px;
	margin-left: 4px;
}
div#scroll div{
	display: block;
	float: left;
	overflow: hidden;
	height: 50px;
}
div#scroll div#scroll_l{
	width: 47px;
	cursor: pointer;
	background: url(../img/scroll_l.png) left top no-repeat;
}
div#scroll div#scroll_bkg{
	width: 501px;
	background: url(../img/scroll_bkg.png) left top no-repeat;
}
div#scroll div#scroll_r{
	width: 47px;
	cursor: pointer;
	background: url(../img/scroll_r.png) left top no-repeat;
}
div#productos_contenedor{
	height: 386px;
	width: 627px;
	margin-top: 140px;
	margin-left: -8px;
	position: absolute;
	oveflow: hidden;
	z-index: 20;
}
div#transparencia_iz{
	background: url(../img/transparencia_iz.png) left top no-repeat;
	width: 125px;
	height: 386px;
	position: absolute;
	z-index: 30;
}
div#transparencia_de{
	background: url(../img/transparencia_de.png) left top no-repeat;
	width: 125px;
	height: 386px;
	margin-left: 502px;
	position:absolute;
	z-index: 30;
}
div#productos_listado{
	z-index: 25px;
	height: 380px !important;
	width: 627px !important;
	overflow: hidden;
	margin-top: 4px;
}
div#productos_scroll{
	padding-left: 250px;
	padding-right: 300px;
	width: 10000px;
	height: 380px;
}
div.producto{
	width: 253px;
	margin-right: 27px;
	background: url(../img/marco_productos.png) left top no-repeat;
	height: 360px;
	float: left;
}
div.producto_img{
	margin-top: 12px;
	margin-left: 14px;
	width: 225px;
	height: 300px;
	z-index: 26;
	float: left;
}
div.producto_sombra{
	margin-top: -300px;
	margin-left: 14px;
	background: url(../img/inner_shadow.png) left top no-repeat;
	width: 225px;
	height: 300px;
	z-index: 27;
	float: left;
}
div.producto_etiqueta{
	width: 184px;
	height: 38px;
	margin-top: 26px;
	margin-left: 40px;
	background: url(../img/etiqueta_fondo.png) left top no-repeat;
	overflow: hidden;
	z-index: 27;
	float: left;
	padding-top: 3px;
}
.producto_titulo{
	color: #FFF;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	width: 100%;
	text-align: center;
	display: block;
}
.producto_referencia{
	color: #FFF;
	font-size: 9px;
	line-height: 12px;
	width:100%;
	text-align: center;
	display: block;
}
.mini-menu{
	/*background-color: #EF29A2;  ¡¡¡¡ COLOR !!!! */
	background: url(../img/fondo_minimenu.gif) left top no-repeat;
	width: 225px;
	height: 40px;
	margin-left:14px;
	margin-top: -40px;
	float: left;
	visibility: hidden;
	z-index: 30;
}
.mini-menu div{
	margin: 10px;
}
.mini-menu .precio{
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	vertical-align: middle;
	float: left;
	margin-left: 13px;
}
.mini-menu .comprar{
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	vertical-align: middle;
	float: right;
	right: auto;
}
.micompra_infomenu{
	display: block;
	width: 590px;
	height: 120px;
	margin-top: 0px;
}
.micompra{
	background: url(../img/fondo_micompra.png) left top no-repeat;
	width: 590px;
	height: 400px;
	display: block;
	margin-left: 6px;
}
.micompra_scroll{
	margin-top: 10px;
}
.micompra_info{
	margin-top: 10px;
}
.micompra div.micompra_contenidos{
	width: 505px;
	height: 265px;
	float: left;
	margin-left: 49px;
	margin-top: 63px;
	overflow: hidden;
}
.micompra div.micompra_info{
	width: 400px;
	height: 30px;
	float: left;
	margin-left: 135px;
	margin-top: 25px;
	font-weight: bold;
}
.micompra_pasos img{
	margin-top: 5px;
}
.micompra_contenidos ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.micompra_contenidos ul li{
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #EF29A2;
	line-height: 38px;
	vertical-align: middle;
	height: 38px;
	display: block;
}
.micompra_contenidos ul li div.producto_etiqueta{
	width: 184px;
	height: 38px;
	margin: 0px;
	background: url(../img/etiqueta_fondo.png) left top no-repeat;
	overflow: hidden;
	float: left;
	padding-top: 3px;
	cursor: pointer;
}
.micompra_select, .micompra_cantidad, .micompra_eliminar{
	float: right;
	height: 38px;
	line-height: 38px;
	vertical-align: middle;
	margin-left: 10px;
}
.micompra_cantidad input{
	color: #EF29A2;
	font-size: 16px;
	font-weight: bold;
	width: 24px;
	background-color: transparent;
	border: none;
	text-align: center;
}

.micompra_select select, select{
	color: #fff;
	background-color: #EF29A2;
	font-size: 16px;
	border: none;
}
.micompra_precio{
	float: right;
	text-align:right;
	height: 38px;
	width: 78px;
	line-height: 38px;
	vertical-align: middle;
	font-weight: bold;
}
.micompra_continuar{
	position: relative;
	margin-top: 47px;
	margin-left: 240px;
	z-index: 50;
}
a.zoom{
	text-decoration: none;
}
.reciente{
	background: url(../img/resaltado.png); 
}
.cabecera{
	border-bottom: 1px solid #EF29A2;
	font-weight: bold;
	margin-bottom: 10px;
}
.espacio_top{
	margin-top: 20px;
}
.centrar{
	text-align: center;
}
label {
	display: block;
	float:left;
	width: 100%;
	margin-bottom: 3px;
	vertical-align: top;
}
label span{
	width: 60px;
	display: block;
	font-size: 12px;
	float: left;
	line-height: 17px;
	height: 17px;
	vertical-align: middle;
	margin-right: 2px;
	padding-top: 1px;
	text-align: left;
}
label input{
	width: 170px;
	display: block;
	float: left;
	font-size: 12px;
	border: 1px solid #EF29A2;
	line-height: 15px;
	height: 15px;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
}
label textarea{
	width: 170px;
	display: block;
	float: left;
	font-size: 12px;
	border: 1px solid #EF29A2;
	font-family: Arial, Helvetica, sans-serif;
	height: 40px;
	overflow: auto;
	background: #fff;
}
ol li{
	margin-bottom: 10px;
	color: #EF29A2;
}
ol li span{
	color: #333;
}