@charset "utf-8";
/* CSS Document */

/*---------------------------Genrael Clases---------------------------------------*/

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#787878;
	/*background:#DCDCDC url(../images/bg.jpg) repeat-x;*/
	background:#e0f6e2 url(../images/fondo-colores.jpg) repeat-y ;}
* {
	margin:0px;
	padding:0px;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.clr {
	clear:both;
	margin:0px;
}
ul, li {
	list-style:none;
}
a {
	text-decoration:none;
	color:#787878;
}
a:hover {
	text-decoration: underline;
}
img {
	border:none;
}
/*---------------------------Layout Content Clases---------------------------------*/

#Layout {                /*------------------------For Page Main Width------------------------------------*/
	width:920px;
	margin:auto;
	/*margin-top:20px;*/
	background:url(../images/layout-bg.jpg) repeat-y;
}
/* BEGIN HEADER */
#Top {
	height:142px;
	background:url(../images/layout-top.jpg) no-repeat top;
	position: relative;
}
#Logo {
	position:absolute;
	left:35px;
	top:10px;
}
#Logo a {
	display: block;
	text-indent:-99999px;
	width:290px;
	height:88px;
	overflow:hidden;
	background:url(../images/tienda-de-disfraces-online-halloween.gif) top left no-repeat;
	}
	
#TopContent {
	position:absolute;
	right:16px;
	top:25px;
	width: 553px;
}
#TopContent li {
	float:right;
}
#TopContent li.cart {
	background:url(../images/OXO---Homepage_14.gif);
	width:134px;
	height:31px;
	padding-left:38px;
	font-weight:bold;
	font-size:13px;
	line-height:22px;
	margin-top:3px;
	color:#333333;
}
#TopContent li.cart-value {
	padding-top:8px;
	padding-right:10px;
}
#TopContent li span {
	margin:0 10px;
}
#TopContent li .blue {
	color:#007CF9;
}
#TopContent li .blue a {
	color:#d93636;
}


#contacto-top {
	position:absolute;
	right:16px;
	top:70px;
	width: 420px;
	background:url(../images/top-contacto.jpg) top right no-repeat;
	text-indent:-99999px;
	height:34px;
}

#contacto-top li {
	float:right;
}



#Nav {
	background:url(../images/nav-bg.gif) repeat-x;
	height:40px;
	overflow:hidden;
	margin:0 16px;
	position:relative;
	top:102px;
}
#Nav .NavBody {
	background:url(../images/nav-right.gif) no-repeat right top;
	height:40px;
}
#Nav ul {
	height:40px;
	background:url(../images/nav-lft.gif) no-repeat 5px top;
	margin:0 0 0 -5px;
}
#Nav ul li {
	float:left;
	height:40px;
	line-height:40px;
	font-size:11px;
	background:url(../images/nav-sep.gif) no-repeat right top;
}
#Nav ul li a {
	margin:0 9px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:bold;
}
#Nav ul li a:hover {
	color:#e64153;
	text-decoration:none;
}
#Nav ul li.search {
	background:url(../images/searchbg.gif) no-repeat;
	float:right;
	height:26px;
	width:190px;
	margin-top:7px;
	margin-right:10px;
	padding-left:5px;
	line-height:26px;
}
#Nav ul li.search input.searchfeild {
	background:none;
	border:none;
	color:#d93636;
	font-size:12px;
	margin-top:8px;
	width:154px;
	float:left;
}
#Nav ul li.search input.action {
	float:left;
	margin-right:10px;
	margin-top:8px;
}
/* END HEADER */
/* BEGIN CONTENT */
#Content {
	padding-top:25px;
	padding-bottom:10px;
	padding-left:16px;
	padding-right:16px;
}
/* START LeftSide */
#Content .LeftSide {
	float:left;
	width:177px;
}
.leftBox {
	background:url(../images/leftBox-bg.gif) repeat-y;
	margin-bottom:25px;
}
.leftBox h3 {
	/*background:url(../images/leftBox-top.gif) no-repeat;*/
	height:64px;
	color:#333333;
	font-size:14px;
}
.leftBox h3 span {
	padding-top:8px;
	_padding-top:4px;
}
.leftBox .leftBoxBody {
	padding:10px 12px;
	background:url(../images/leftBox-bottom.gif) no-repeat bottom left;
}

/*--------- BLOQUE PERFIL */
.bloque-der{ 
	margin-bottom:20px;
}
.bloque-der .perfil {
	padding:5px 12px 1px 30px;
	background:url(../images/leftBox-perfil.jpg) no-repeat;
	}	
.bloque-der .perfil-link {
	padding-top:1px;
}
.bloque-der .perfil-link li {
	padding-left:11px;
	padding-bottom:6px;
	margin-bottom:6px;
	font-size:12px;
	padding-top:3px;
}
.bloque-der .perfil-link li a:hover, .bloque-der .perfil-link li a.active {
	color:#e63a4c;
	text-decoration:none;
}

.leftBox .cat-link {
	padding-top:10px;
}
.leftBox .cat-link li {
	background:url(../images/aro.gif) no-repeat left 5px;
	padding-left:11px;
	border-bottom:#C0C0C0 dotted 1px;
	padding-bottom:6px;
	margin-bottom:6px;
	font-size:12px;
}
.leftBox .cat-link li a:hover, .leftBox .cat-link li a.active {
	color:#e63a4c;
	text-decoration:none;
}
.sellerlist {
	padding:15px 0px;
}
.sellerlist li {
	background:#FBFBFB;
	padding:10px;
	margin-bottom:5px;
	_height:1px;
}
.sellerlist li span {
	float:left;
	width:22px;
	color:#d93636;
}
.sellerlist li p {
	float:left;
	width:80px;
}
.cards {
	padding-left:5px;
}
.cards li {
	float:left;
	height:26px;
	margin-right:3px;
}

#facebook { margin: 30px 0 30px 0; display:block; font-size:16px; line-height:1;}
#facebook a {
	background:url(../images/facebook.gif) top left no-repeat;
	background-position: 0 0;
	display:block;
	height:35px;
	overflow:hidden;
	width:177px;
	text-indent:-99999px;
}
#facebook a:hover { background-position: 0px -35px;}

/* END LeftSide */
/* START RightSide */
#Content .RightSide {
	float:right;
	width:695px;
}
.RightSide .bredCrum {
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:#dedede solid 1px;
	font-size:18px;
	margin-top:-3px;
}
.RightSide .bredCrum h1 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:18px;
	margin:0px;
}
.RightSide .bredCrum a {
	color:#666666;
	text-decoration:none;
	margin-right:10px;
}

.RightSide .bredCrum a.select, .RightSide .bredCrum a:hover {
	color:#d93636;
	text-decoration:none;
}
.catrow {
	margin-bottom:35px;
}
.catrow li {
	float:left;
	margin-right:38px;
	width:206px;
}
.catrow li .new {
	background:url(../images/new.gif) no-repeat left top;
	position:absolute;
	right:0px;
	top:0px;
	height:51px;
	width:51px;
	/*filter: alpha(opacity=90); opacity: .9;*/
}

.catrow li.last {
	margin-right:0px;
}
.catrow .catThum {
	width:203px;
	height:174px;
	border:#DEDEDE solid 1px;
	margin-bottom:12px;
	position:relative;
}
.catrow .catThum img{
	width:203px;
	/*height:162px;*/
}
.catrow .catDetail {
	background: url(../images/fondo-precio-catalogo.jpg) no-repeat left;
	height:60px;
}
.catrow .catDetail h4 {
color:#007CF9;
font-size:13px;
line-height:1.2;
margin-bottom:3px;
padding:5px 13px 0;
}
.catrow .catDetail h4 a {
	color:#d93636;
	text-decoration:none;
}
.catrow .catDetail h4 a:hover {
	text-decoration:underline;
}
.catrow .catDetail p {
	padding-left:13px;
}


/* PAGINACIÓN CATALOGO */ 
.paging {
	border-top:#E6E6E6 solid 1px;
	padding-top:30px;
	margin-bottom:30px;
}
.pagingInfo {
	float:right;
	padding-top:13px;
	font-size:11px;
	padding-right:20px;
	font-weight:bold;
	color:#999999;
}
.pagingInfo a {
	margin:0px 5px;
	text-decoration:none;
	color:#999999;
}
.pagingInfo a:hover {
	text-decoration: underline;
}
.pagingDiv {
	background:url(../images/paging.gif);
	height:37px;
	width:168px;
	text-align:center;
	float:right;
}
.pagingDiv .label {
	position:relative;
	top:-3px;
	margin-right:5px;
}
.pagingDiv img {
	position:relative;
	top:5px;
}
.pagingDiv b.blue {
	color:#d93636;
}

/*PAGINACION FICHA*/
.paging-ficha {
	margin-top:-8px;
	margin-bottom:20px;
	border-bottom:1px solid #DEDEDE;
	padding-bottom:10px;
}
.pagingInfo-ficha {
	float:right;
	padding-top:13px;
	font-size:11px;
	padding-right:20px;
	font-weight:bold;
	color:#999999;
}
.pagingInfo-ficha a {
	margin:0px 5px;
	text-decoration:none;
	color:#999999;
}
.pagingInfo-ficha a:hover {
	text-decoration: underline;
}
.paging-volver {
	/*background:url(../images/paging.gif);*/
	height:37px;
	width:168px;
	text-align:left;
	float: left;
}
.paging-volver .label {
	position:relative;
	top:-3px;
	margin-right:5px;
	padding-left:5px;
}
.paging-volver img {
	position:relative;
	top:5px;
}
.paging-volver a {
	color:#787878;
}
.paging-volver a:hover{
	color:#d93636;
	text-decoration:none;
}

.enlace a {
	color:#787878;
}
.enlace a:hover{
	color:#d93636;
	text-decoration:none;
}


.productDetial {
	/*padding-bottom:15px;*/
	float:left;
}
.productDetial .addToCart {
	display:block;
	width:204px;
	height:53px;
	background:url(../images/addtoCart.gif) left top no-repeat;
	margin-bottom:30px;
	overflow:hidden;
}
.productDetial .addToCart:hover {
	background-position: 0 -53px;
}
.productDetial .mainThumb {
	width:438px;
	height:350px;
	float:left;
	overflow:hidden;
	border:#dedede solid 1px;
	margin-right:30px;
	position:relative;
}
.rightProduct {
	float:left;
	width:204px;
}
.rightProduct .thumb {
	width:90px;
	height:84px;
	overflow:hidden;
	float:left;
	margin-bottom:18px;
	border:#dedede solid 1px;
}
.rightProduct .marRight {
	margin-right:18px;
}
.detailInfo h2 {
	margin-bottom:10px;
	font-size:18px;
	clear:both;
}
.detailInfo {
	line-height:145%;
	margin-bottom:40px;
}
.detailInfo p {
	margin-bottom:15px;
}
.detailInfo p.add {
	margin-bottom:4px;
	color:#c3c3c3;
}
.price {
	color:#c32626;
	font-size:28px;
	font-weight:normal;
}
.price-top {
	color:#c32626;
	font-size:28px;
	font-weight:normal;
	text-align:right;
	background:url(../images/fondo-cart.gif) left top no-repeat;
	padding: 5px 5px 0 5px;
	font-weight:bold;
}
.cartDetail {
	float:left;
	width:695px;
	padding-bottom:15px;
}
.cartDetail .headings {
	padding:15px 0px;
	background:#f2f2f2;
	border-bottom:#dedede solid 1px;
}
.headings ul li {
	float:left;
}
.headings ul li.perview {
	width:105px;
	padding-left:35px;
}
.headings ul li.proName {
	width:215px;
}
.headings ul li.priceHead {
	width:82px;
}
.headings ul li.quanitity {
	width:85px;
}
.headings ul li.total {
	width:145px;
}
.cartDetail .proList {
	padding:15px 0px;
	background:#fbfbfb;
	margin-top:12px;
}
.proList ul li {
	float:left;
}
.proList ul li.number {
	width:35px;
	text-align:center;
}
.proList ul li.thumbMail {
	width:80px;
	height:58px;
	border:#dedede solid 1px;
	overflow:hidden;
	margin-right:25px;
}
.proList ul li.proName {
	width:215px;
	color:#3f9fff;
	line-height:60px;
	height:60px;
}
.proList ul li.proName * {
	color:#3f9fff;
}
.proList ul li.priceHead {
	width:82px;
	color:#333333;
	line-height:60px;
	height:60px;
	font-weight:bold;
}
.proList ul li.quanitity {
	width:85px;
}
.proList ul li.quanitity .icons {
	width:23px;
	float:left;
	margin-top:10px;
	margin-right:2px;
}
.proList ul li.quanitity .box {
	background:#f0f0f0;
	width:45px;
	line-height:60px;
	text-align:center;
	height:60px;
	float:left;
}
.proList ul li.total {
	width:145px;
	line-height:60px;
	height:60px;
	position:relative;
	font-weight:bold;
	color:#000000;
}
.proList ul li.total span {
	position:absolute;
	top:25px;
	left:135px;
}
.totalShiping {
	padding:15px 0px 10px 260px;
}
.txtTotal {
	float:left;
	line-height:0;
	font-weight:bold;
	padding-top:23px;
}
.toalPrice {
	background:url(../images/pricBox.gif) left top no-repeat;
	height:53px;
	line-height:53px;
	width:206px;
	text-align:center;
	float:right;
	color:#2b95ff;
	font-size:28px;
}
/* END RightSide */
/* START FOOTER */
#Footer {
	background:url(../images/footerBg.gif) repeat-x;
	font-size:11px;
}
#Footer .footerbody {
	background:url(../images/footer-left.gif) no-repeat left top;
}
#Footer .footercontent {
	background:url(../images/footer-right.gif) no-repeat right top;
	height:54px;
	line-height:54px;
	padding:0 15px;
	text-align:center;
}
#Footer .blue {
	color:#d93636;
}
#Footer a {
	margin:0 15px;
}
#Footerimg {
	background:url(../images/layout-bottom.jpg) no-repeat;
	height:71px;
	overflow:hidden;
}
/* END FOOTER */

/* START FOOTER-RED */
#Footer-red {
	background:url(../images/footerBg-red.gif) repeat-x;
	font-size:13px;
	margin-top:15px;
	color:#e1ca9b;
	font-weight:bold;
}
#Footer-red .footerbody {
	background:url(../images/footer-left-red.gif) no-repeat left top;
}
#Footer-red .footercontent {
	background:url(../images/footer-right-red.gif) no-repeat right top;
	height:54px;
	line-height:54px;
	padding:0 15px 0 25px;
	text-align:center;
}
#Footer-red .blue {
	color:#d93636;
}
#Footer-red a {
	margin:0 15px;
	color:#FFF!important;
}
#Footerimg {
	background:url(../images/layout-bottom.jpg) no-repeat;
	height:71px;
	overflow:hidden;
}
/* END FOOTE-REDR */

#arriba { 
	background:#B4D2DB;
	color:#FFFFFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:normal !important;
	text-align:center;
	padding: 3px 0 3px 0;
}
#arriba h2 { font-size:10px; margin:0px; font-weight:normal !important; }

h3, h4, h2 { font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;}
.sinborde { border:none !important; margin:0px !important;}
.rojo { color:#d93636 !important;}
.rojo a:hover { color:#d93636 !important;}
.padding-left-15 { padding-left:15px;}
.sinfondo { background:none !important;}
.oculto { display: none;}

#top-cat-ninos { background:url(../images/cabecera-cat-ninos.jpg) top left no-repeat; height: 64px; text-indent:-99999px;}
#top-cat-adultos { background:url(../images/cabecera-cat-adultos.jpg) top left no-repeat; height: 64px; text-indent:-99999px;}
#top-cat-complmentos { background:url(../images/cabecera-cat-complementos.jpg) top left no-repeat; height: 64px; text-indent:-99999px;}
#top-cat-mas-vendidos { background:url(../images/cabecera-cat-mas-vendidos.jpg) top left no-repeat; height: 64px; text-indent:-99999px;}
#top-cat-novedades { background:url(../images/cabecera-cat-novedades.jpg) top left no-repeat; height: 64px; text-indent:-99999px;}
#top-cat-otros { background:url(../images/cabecera-cat-otros.jpg) top left no-repeat; height: 64px; text-indent:-99999px;}
#top-cat-diselo { background:url(../images/cabecera-cat-diselo.jpg) top left no-repeat; height: 64px; text-indent:-99999px;}
#top-cat-mascaras { background:url(../images/cabecera-cat.-mascaras-caretas.jpg) top left no-repeat; height: 64px; text-indent:-99999px;}

/*  RED LATERAL */
#top-cat-red { background:url(../images/tiendas-disfraces-online-ban.jpg) top left no-repeat; height: 64px; text-indent:-99999px;}

a.red-lat-disfrazzes {
	background:url(../images/disfrazzes-red-lat.jpg) top left no-repeat;
	height:80px;
	overflow:hidden;
	text-indent:-99999px;
	display:block;
	margin-bottom:15px;
	}	

a.red-lat-navidad {
  -moz-background-clip:border;
  -moz-background-inline-policy:continuous;
  -moz-background-origin:padding;
  background:transparent url(../images/disfraces-navidad-red-lat.jpg) no-repeat scroll left top;
  display:block;
  height:80px;
  margin-bottom:15px;
  overflow:hidden;
  text-indent:-99999px;
  }

a.red-lat-halloween {
	background:url(../images/disfraces-halloween-red-lat.jpg) top left no-repeat;
	height:80px;
	overflow:hidden;
	text-indent:-99999px;
	display:block;
	margin-bottom:15px;
	}
	
a.red-lat-mitienda {
	background:url(../images/mitiendadedisfraces-red-lat.jpg) top left no-repeat;
	height:80px;
	overflow:hidden;
	text-indent:-99999px;
	display:block;
	}	
	
#comparte-esta-web { margin: 0px 0 30px 0; display:block; font-size:16px; line-height:1;}
#comparte-esta-web a {
	background:url(../images/comparte-esta-web.gif) top left no-repeat;
	background-position: 0 0;
	display:block;
	height:35px;
	overflow:hidden;
	width:177px;
	text-indent:-99999px;
}
#comparte-esta-web a:hover { background-position: 0px -35px;}
a:hover.opacidad { opacity: .8}


/*---------------- fin red lateral*/


a.enlace-cat { 
	width:175px;
	height:64px;
	display:block;
	cursor:pointer;
}

#sub-menu { background:#d93636;}
#sub-menu a { color:#fff;  display:block; width:100%; height:100%;}
#sub-menu a:hover { color:#ccb381;}

.leftBox .sub-cat-link {
	padding-top:10px;
}
.leftBox .sub-cat-link li {
	/*background:url(../images/aro.gif) no-repeat left 5px;*/
	background:none !important;
	padding-left:11px;
	border-bottom:#C0C0C0 dotted 1px;
	padding-bottom:6px;
	margin-bottom:6px;
	font-size:12px;
}
.leftBox .sub-cat-link li a:hover, .leftBox .sub-cat-link li a.active {
	color:#e63a4c;
	text-decoration:none;
}

#claims {
	margin: 0px 0 40px 0 ;
	height:135px;
		clear:both;
	}
#claims a {
	width:341px;
	height:135px;
	float:left;
	display:block;
	text-indent:-99999px;
	margin-bottom:40px;
	}
#caja-encio-rapido {
	width:341px;
	height:135px;
	float:left;
	display:block;
	margin-bottom:40px;
	background: url(../images/24horas.jpg) top left no-repeat;
	margin-right:13px;
	text-indent:-99999px;
	}
a:hover.miniatura { opacity: .9}
#claims a:hover { opacity: .9}
.regalito { background:url(../images/regalito.jpg) top left no-repeat; margin-right:13px;}
.superbarato { background:url(../images/super-barato.jpg) top left no-repeat;}
.b-contacto-lat { background:url(../images/contacto-lat.jpg) top left no-repeat; margin-right:13px;}
.b-contacto { background:url(../images/contacto.jpg) top left no-repeat;}

#mapa-web {	font-size:10px; margin: 30px 0 30px 45px; display:block; height:500px;}
#mapa-web  h5 {	font-size:14px; background: url(../images/mapaweb-h5.jpg) top left no-repeat ; display:block; height:29px; padding: 5px 0 0 0px; margin: 20px 0 0px 0; }
#mapa-web  h6 {	font-size:12px; background: url(../images/mapaweb-h6.jpg) top left no-repeat ; display:block; height:21px; padding: 3px 0 0 0px; margin: 10px 0 0px 0; }
#mapa-web  ul {
	width:200px;
	display: inline-block;
	vertical-align:top;
	}
#mapa-web a {	padding: 0px 0 0 15px;}
#mapa-web a:hover {
	color:#d93636;
 	text-decoration:none;
	}
#bloque-mapa-web { float:left; width:200px;}

.tit-adultos { color:#D93636; /*color:#924c91;*/ font-size:25px !important;}
.tit-nenes { color:#924c91; font-size:25px !important;}
.tit-mascaras { color:#924c91; font-size:25px !important;}
.tit-complementos { color:#924c91; font-size:25px !important;}
.tit-ficha { font-size:25px !important;}


#filtro {
	margin-bottom:15px;
	border-bottom:#dedede solid 1px;
	font-size:18px;
	margin-top:30px;
	width:695px;
	height:30px
}

#filtro h4 {
	float:left;
	width:400px;
	font-size:15px;
	}
.filtro-precio { 
	float:right; 
	width:100px; 
	text-align: right; 
	margin-right:5px;
	}
.filtro-secundario {
	float:right;
	text-align:right;
	width:120px;
	}
.filtro-selector { 
	border:solid 1px #787878;
	color:#787878; 
	padding: 3px 0px 3px 0px; 
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	margin-top:-3px;
	font-size:11px !important;
	}
	
.RightSide .migas {
	margin-bottom:15px;
	padding-bottom:10px;
	border-bottom:#dedede solid 1px;
	font-size:18px;
	margin-top:-15px;
}
.RightSide .migas a {
	color:#787878;
	text-decoration:none;
	margin: 0px 10px 0 0;
	font-size:14px;
	font-size:12px;
}
.RightSide .migas a.select, .RightSide .migas a:hover {
	color:#d93636;
	text-decoration:none;
}

.tallas-ficha { 
	background: url(../images/add-talla.gif) top left no-repeat;
	text-align:right;
	padding: 12px 6px 0 0;
	height:28px;
	margin: 15px 0 0 0;
	}

.ancho-tallas { width:120px;}

.cantidad-ficha { 
	background: url(../images/add-cantidad.gif) top left no-repeat;
	text-align:right;
	padding: 12px 6px 0 5px;
	height:28px;
	margin: 0px 0 0 0;
	}
.centrado { text-align:center;}
	
#submenu-mujer, #submenu-hombre, #submenu-ninas, #submenu-ninos, #submenu-mascaras, #submenu-caretas { display:none;}

#compartelo { 
	background:url(../images/compartelo.gif) bottom left no-repeat;
	width:440px;
	height:42px;
	margin-top:350px;
	margin-bottom:30px;
	}
	
#compartelo a { 
	display: block;
	height:40px;
	margin:2px 0 0 300px;
	float:right; 
	background:url(../images/compartelo.gif) bottom right no-repeat; 
	width:140px; 
	text-indent:-999999px;
	position:absolute;
}

#relacionados li { display:inline; }
#relacionados img {
	width:120px; 
	/*height:96px;
	border:1px solid #DEDEDE;*/
	margin: 0 12px 12px 0;
	}
#relacionados a:hover {	filter: alpha(opacity=90); opacity: .9;} 
.ficha-extra { padding: 0 0 30px 0; margin-bottom:30px; float:left;}
.borde-arriba { border-top:1px solid #E6E6E6;}

a.cat-activa { color:#ccb381!important; background: url(../images/plus-blanco.gif) top left no-repeat; padding-left:15px; width:149px !important;}
a:hover.cat-activa { color:#fff!important;}
a.mini-catalogo { width:203px; height:162px; display:block;}
a.mini-ficha { width:438px; height:350px; display:block;}
.mini-relacionados {
	overflow:hidden;
	float:left;
	margin:0 12px 12px 0;
	border:#dedede solid 1px;
	width:120px; 
	height:96px;
	}


/*I------DENTIFICACION*/
.tit-seccion {
	letter-spacing: -1px;
	border-bottom: 1px solid #BFBFBF;
	padding-bottom: 10px;
}
#panel-ident {
	height: 180px;
	padding-bottom:15px;
	border-bottom:#bfbfbf solid 1px;
	}
#panel-ident-izq {
	float:left;
	width:300px;
	margin: 20px 0 20px 0;
	border-right:#bfbfbf solid 1px;
	padding-left:30px;
	}

#panel-ident-izq a {
	color:#f78f1e;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: inherit;
	padding-bottom:25px;
	font-family:inherit;
	}
#panel-ident-izq a:hover {
	color:#653704;
	text-decoration:none;
	}
#panel-ident-izq h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	margin:0px 0 10px 0;
	}
#panel-ident-izq td {
	font: 1.4em Georgia, "Times New Roman", Times, serif;
	/*color:#653704;*/
	padding: 0 20px 0 0;
	}

#panel-ident-izq p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:1.3em;
	padding-bottom:65px;
	font-size:1.2em;
	}

.enviar-id {
	float:right;
	background:url(../images/entrar.jpg) repeat;
	width: 96px;
	height:32px;
	cursor:pointer;
	border:none;
	text-indent: -99999px;
	margin: 0px 50px 0 0px;
	}

#panel-ident-der {
	float:right;
	width:330px;
	padding:30px 0 0 0px;
	}

#panel-ident-der p {
	padding:0 0 10px 0;
	}

#panel-ident-der h3 {
	color:#787878;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	vertical-align:middle;
	margin-top:15px;
	}

#panel-ident-der a {
	color:#d93636;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	padding-bottom:25px;
	}

#panel-ident-der a:hover {
	color:#ccb381;
	text-decoration:none;
	}

/* POR QUE REGISTRARSE */	

#porque-reg {margin: 60px 0 90px 0; }

#porque-reg h2 {
	font: 25px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#d93636;
	padding-bottom:15px;
	border-bottom:#bfbfbf solid 1px;
	font-weight:bold;
	padding-left:30px;
	}
	
#porque-reg ul {
	list-style-type:none;
	padding-left:30px;
	}
	
#porque-reg li {
	display:block;
	text-decoration:none;
	font: small Geneva, Arial, Helvetica, sans-serif;
	color:#787878;
	padding: 10px 0 10px 0;
	border-bottom:#bfbfbf solid 1px;
	}

.num-grande {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2em;
	color:#d93636;
	}

.form-fondo {
	background:#ececeb;
	border: solid 1px #bfbfbf;
	font: 1em Georgia, "Times New Roman", Times, serif;
	color:#d93636;
	margin: 2px 0 5px 0;
	padding:3px;
	}

/* RECUPERAR CONTRASEÑA */	

#panel-ident-pass {
	height: 250px;
	padding-bottom:15px;
	padding-left:30px;
	}


.enviar-pass {
	float:right;
	background:url(../images/b-enviar.jpg) repeat;
	width: 96px;
	height:32px;
	cursor:pointer;
	border:none;
	text-indent: -99999px;
	margin: 10px 25px 20px 0px;
	}

#panel-pass-izq {
	height:190px;
	float:left;
	width:313px;
	margin: 0px 0 20px 0;
	border-right:#bfbfbf solid 1px;
	}
	
#panel-pass-izq p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	margin-bottom:25px;
	padding-right:30px;
	}

#panel-pass-izq a {
	color:#f78f1e;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: inherit;
	padding-bottom:25px;
	font-family:inherit;
	}
	
#panel-pass-izq a:hover {
	color:#653704;
	text-decoration:none;
	}

#panel-pass-izq h3 {
	color:#787878;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	vertical-align:middle;
	margin-top:15px;
	}

#panel-pass-izq td {
	font: 1.4em Georgia, "Times New Roman", Times, serif;
	color:#787878;
	padding: 0 20px 0 0;
	}
	
#panel-error-pass {
	height: 280px;
	padding-bottom:15px;
	/*border-bottom:#bfbfbf solid 1px;*/
	}

#panel-error-izq {
	height:210px;
	float:left;
	width:313px;
	margin: 20px 0 20px 0;
	border-right:#bfbfbf solid 1px;
	padding-bottom:30px;
	}
	
#panel-error-izq p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	color:#787878;
	margin-bottom:25px;
	padding-right:35px;
	padding-left:20px;
	}

#panel-error-izq a {
	color:#d93636;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: inherit;
	padding-bottom:25px;
	font-family:inherit;
	}
	
#panel-error-izq a:hover {
	color:#ccb381;
	text-decoration:none;
	}

#panel-error-izq h3 {
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	margin:0px 0 20px 0;
	}

#panel-error-izq td {
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	color:#787878;
	padding: 0 20px 0 0;
	padding-left:20px;
	}

.enviar-error {
	float:right;
	background:url(../images/b-enviar.jpg) repeat;
	width: 96px;
	height:32px;
	cursor:pointer;
	border:none;
	text-indent: -99999px;
	margin: 10px 0px 80px 0px;
	}

#usuario-web {
	padding: 1px 10px 0 0;
	font-size:11px;
	z-index:15;
	margin-top:-25px;
	float:right;
	background:url(../images/fondo-usuario.jpg) top right no-repeat;
	height:18px;
	text-align:right;
	width:363px;
}
#usuario-web a {
	color:#787878;
	font-weight:bold;
	text-decoration:none;
}

#usuario-web a:hover {
	color:#d93636;
	text-decoration:none;
}

#panel-reg {
	height: 100px;
	padding-bottom:25px;
	}

#panel-reg-izq {
	float:left;
	width:650px;
	padding-bottom:20px;
	border-bottom:#bfbfbf solid 1px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	padding-left:30px;
	}
	
#panel-reg-izq p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	padding-right:35px;
	}
	
#panel-reg-izq h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0px 0 10px 0;
	}

.bloque-datos-tit {
	background:#ccb381;
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.6em;
	margin:0px 50px 10px 30px;
	padding: 10px;
	}

.bloque-datos-adic {
	background:#9ec54d;
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.6em;
	margin:0px 0 10px 0;
	padding: 10px;	
	}
	
#reg-datos td {
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	color:#787878;
	padding: 0 20px 0 0;
	}

#reg-datos table {
	margin: 30px 0 30px 00px;
	}
#reg-datos  {
	margin: 0px 0 0px 15px;
	width:649px;
	}

#reg-datos a {
	color: #d93636;
	text-decoration:none;
	}
	
#reg-datos a:hover {
	color:#ccb381;
	}

.obligatorio {
	font-size:1em;
	color:#df8e2e;
	margin-right:10px;
	}
	
.enviar-reg {
	float:right;
	background:url(../images/b-enviar.jpg) repeat;
	width: 96px;
	height:32px;
	cursor:pointer;
	border:none;
	text-indent: -99999px;
	margin: 25px 270px 80px 0px;
	}

.txt-mailings { color:#FFF !important;}

.ocre { color:#ccb381;}
	
.ajuste-bajo-relacionados {
	/*padding:320px 0 0 0;*/
	}
	
#textos-contenido {
	margin: 0 0 50px 0;
	line-height:1.3;
	}

#textos-contenido p {
	margin: 0 60px 10px 60px;
	text-decoration:none;
	}
#textos-contenido h3 {
	margin: 30px 30px 10px 60px;
	}
#textos-contenido ul {
	margin: 10px 30px 0px 60px;
	}
#textos-contenido ol {
	margin: 10px 30px 0px 60px;
	}
#textos-contenido ol li { padding-bottom:15px;}
#lista-juegos li { padding-bottom:15px;}
.negrita { font-weight:bold;}
.b-descarga-tut { display:block; width:220px; float:left;  background:#ccc; padding:10px; margin: 0 20px 0px 60px!important;}
.b-compartir { display:block; width:220px; float:left;  background:#ccc; padding:10px; margin:0px !important;}
#enlaces-tut { font-size:14px; height:80px; width:575px; margin-top:20px; float:left;}
#enlaces-tut a { color:#d93636;}
#enlaces-tut a:hover { color:#787878; text-decoration:none;}
#materiales { height:180px; padding: 40px 0 0 0; background:url(../images/fondo-tut-regalito.jpg) top right no-repeat;}
#tienda-ibi { height:180px; padding: 40px 0 0 0; background:url(../images/tienda-ibi-datos.jpg) top right no-repeat;}

/*-------CARRITO DE COMPRA*/

#carrito-contenido { padding-left:15px; width:680px; overflow:hidden;}
.presenta {
	font:1.3em "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #787878;
	padding-top: 43px;
	width: 370px;
	float: left;
}
#opcionescesta {
	padding-top: 40px;
	margin-left: 445px;
}
#opcionescesta a {
	background: url(../images/back-menu-producto.gif) left -32px;
	height: 32px;
	width: 207px;
	color: #FFFFFF;
	display: block;
	font: bold 1.6em/32px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	text-align: center;
	margin-bottom: 3px;
}
#opcionescesta a:hover { color: #ccb381; text-decoration:none;}
#opcionescesta a#seguir { background-position: left top; color: #787878;}
#opcionescesta a#seguir:hover { color:#d93636;}
table#cesta {
	width: 650px;
	margin-top: 25px;
	border-bottom: 2px solid #d93636;
	
}
table#cesta-check {
	width: 650px;
	margin-top: 20px;
	border-bottom: 2px solid #653704;
	
}
table td {	vertical-align: middle;}
tr#cabezatabla td {
	font-size: 1.1em;
	color: #ccb381;
	border-bottom: 2px solid #d93636;
	padding-bottom: 3px;
	text-align: center;
	padding-top: 25px;
}
td.foto {
	width: 62px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #BFBFBF;
}

td.ico-pago {
	width: 62px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #BFBFBF;
}


td.foto img {
	width: 50px;
	margin-left:5px;
}
td.producto {
	width: 199px;
	font-size: 1em;
	border-bottom: 1px solid #BFBFBF;
}
td.producto a {	color: #d93636; text-decoration:none;}
td.producto a:hover {	color: #333; text-decoration:none;}

td.precio,td.capacidad,td.color, td.iva-pago  {
	font-size: 1em;
	color: #333;
	text-align: center;
	border-bottom: 1px solid #BFBFBF;
}
td.precio { width:50px;}
td.capacidad { width:93px;}
td.color { width:55px;
	padding:0 5px;}
td.cantidad {
	text-align:center;
	width: 75px;
	padding-left: 5px;
	background: #f7f4ec;
	padding-right: 5px;
	border-bottom: 1px solid #BFBFBF;
}
td.cantidad input {
	font-size: 1.2em;
	color: #d93636;
	height: 17px;
	width: 30px;
	text-align: center;
	margin: 0px;
	padding: 3px 0px 0px;
	border: 1px solid #BFBFBF;
}
td.subtotal {
	font-size: 1.2em;
	text-align: center;
	font-weight: bold;
	color: #d93636;
	width:90px;
	border-bottom: 1px solid #BFBFBF;
}
.eliminar {
	text-align:right;
	border-bottom: 1px solid #BFBFBF;
}
.eliminar a {
	color: #333;
	background: url(../images/eliminar.gif) no-repeat left center;
	padding-left: 12px;
	font-size: 1.1em;
	display: block;
	width: 40px;
	text-align: right;
}
.eliminar a:hover {color: #d93636; text-decoration:none;}

#fin {
	width:403px;
	float:left;
	padding-top: 20px;
}
#fin a {	
	background: url(../images/back-menu-producto.gif) left -32px;
	height: 32px;
	width: 207px;
	color: #FFFFFF;
	display: block;
	font: bold 1.6em/32px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	text-align: center;
}
#fin a:hover {color: #ccb381; text-decoration:none;}

#actualizar, #total, #iva { float:left;}
#actualizar{
	background: #F7FBF1;
	margin-right: 4px;
}
#actualizar a {
	background: url(../images/actualizar.gif) no-repeat left top;
	color:#333;
	text-decoration:none;
	display: block;
	width: 55px;
	padding: 25px 20px 5px 10px;
	text-align:center;
	
}
#actualizar a:hover { color:#d93636; text-decoration:none;
	background-position: right top;}
#total {
	background: url(../images/back-total.gif)  repeat-x left top;
	height: 50px;
	text-align: center;
	width: 73px;
	font-size: 1.2em;
	color: #ccb381;
	padding-top: 5px;
}
#total-confirmacion {
	float:left;
	width: 85px;
	background: url(../images/fondo-pago-verde.gif)  repeat-x left top;
	height: 60px;
	text-align: center;
	font-size: 1.4em;
	color: #653704;
	padding-top: 5px;
	padding-left:20px;
	padding-right:20px;
	margin-left:40px;
}

#total-confirmacion  span {
	color: #FFFFFF;
	font-weight: bold;
	font-size:1.6em;
	display: block;
	padding-top: 3px;
}
#total span {
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	padding-top: 3px;
}
#iva {
	font-size: 1em;
	color: #333;
	width:77px;
	text-align: right;
	padding-top:12px;
}
#avisoiva {
	color: #787878;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 45px;
	background: url(../images/info.gif) no-repeat left center;
	margin-top: 105px;
	margin-bottom:50px;
	border-top: 1px solid #BFBFBF;
	border-bottom: 1px solid #BFBFBF;
}

#avisoiva span {color:#d93636;}

.presenta-pago {
	font: 1.6em Georgia, "Times New Roman", Times, serif;
	color: #787878;
	padding-top: 30px;
	padding-left: 30px;
	width: 550px;
	margin-bottom:0px;
	font-weight:bold;
}
tr#cabezatabla-pago td {
	border-bottom: 2px solid #d93636;
	padding-bottom: 3px;
	text-align: center;
	background:#F7F4EC;
	width:649px;
}
#cabezatabla-pago a { color:#d93636; font-weight:bold;} 

#id-usuario {
	color:#d93636;
	font-size:11px;
	text-align:left;
	padding: 10px 0 3px 15px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	}

#portes-datos {
	background:#F7F4EC;
	color:#333;
	padding:5px;
	height:45px;
	}
	
#portes-linea {
	height:46px;
	width:696px;
	}
	
td.producto-pago {
	font-size: 1.3em;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	border-bottom: 1px solid #BFBFBF;
	padding-left:30px;
	color:#333;
	text-align: left;
}
td.producto-pago-portes {
	font-size: 1.1em;
	border-bottom: 1px solid #BFBFBF;
	padding-left:30px;
	color:#333;
	text-align: left;
	/*width:150px;*/
}
td.subtotal-pago {
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	border-bottom: 1px solid #BFBFBF;
}
.lineroja-arriba { 	border-top: 2px solid #d93636;}
.lineroja-abajo { 	border-bottom: 2px solid #d93636;}
.lineagris {border-bottom:1px solid #BFBFBF;}
.letra-media { font-size:1.2em;}
.centrado { text-align:center;}

#fin-datos {
	width:207px;
	padding: 25px 20px 100px 0;
	margin:0 auto;
}
#fin-datos a {	
	background: url(../images/back-menu-producto.gif) left -32px;
	height: 32px;
	width: 207px;
	color: #FFFFFF;
	display: block;
	font: bold 1.6em/32px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	text-align: center;
}
#fin-datos a:hover {color: #ccb381; text-decoration:none;}

#fin-confirm {
	width:230px;
	float:left;
	padding-top: 20px;
	padding-right:178px;
	background:url(../images/fondo-info-total-pagar.gif) no-repeat top right;
}
#fin-confirm a {	background: url(../images/back-menu-producto.gif) left -32px;
	height: 32px;
	width: 207px;
	color: #FFFFFF;
	display: block;
	font: bold 1.6em/32px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	text-align: center;
}
#fin-confirm a:hover {color: #ccb381; text-decoration:none;}

.padding-top-bot { margin: 10px 0;}
a.enlace-rojo { color:#d93636; text-decoration:underline;}
a:hover.enlace-rojo { color:#333!important;}

#ok-carrito {
	line-height:1.4;
	padding: 0px 0 10px 200px;
	width:449px;
	}

.gracias { background:url(../images/gracias.jpg) top left no-repeat;}

#cambio-direccion-evio {
	margin: 0 0 0 15px;
	width:634px;
	background:#ebe1cd;
	height:40px;
	padding: 5px 0 0 15px;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:1.2em;
	}

#seguimiento-compra { margin-left:15px;}
.blanco { color:#FFF;}

/*	BF	*/
#bf { height: 15px; padding: 10px 0 5px 0; text-align:center; font-size:10px;}
#bf a{ color:#787878; text-decoration:none; }
#bf a:hover{ color:#D93636; }

.sin-stock {color:#D93636; text-decoration: overline underline; font-size:16px; font-weight:bold; margin-bottom:10px; display:block;}
td.cantidad-sin-stock {
	text-align:center;
	width: 75px !important;
	padding-left: 5px;
	background:#D93636 !important;
	padding-right: 5px;
	border-bottom: 1px solid #BFBFBF;
	color:#FFF !important;
	text-align:center !important;
}

.stock-cat {
	float: right;
	background:url(../images/box.gif) no-repeat center left;
	text-align:right;
	padding: 0 10px 0 18px;
	font-size:10px;
	width:63px;
	}
.precio-cat { 
	float:left;
	width:50px;
	font-weight:bold;
	}
	
a.email-top {
	position:absolute;
	right:16px;
	top:70px;
	width: 362px;
	background:url(../images/top-contacto-email.jpg) 0 0 no-repeat;
	text-indent:-99999px;
	height:34px;
	display:block;
	}

a:hover.email-top { background-position: 0 -34px;}

h4.entregaen { color:#D93636!important;}

.vacaciones { display:none!important;}