body {
	background: #B2C95E url('../images/backbody.png') repeat top left;
	color: #666;
	}
a {
	text-decoration: underline;
	color: #668FE8;
}
a:hover {
	color: #FF0066;
	text-decoration: none;
}
#wrapper {
	width:  950px;
	padding-left: 51px;
	margin: 25px auto 0;
}
#wrap {
	width:  925px;
	background:  #fff;
	border:  2px solid #ccc;
	padding:  10px;
	-moz-border-radius:  0 10px 10px;
	-webkit-border-radius: 0 10px 10px;
	border-radius: 0 10px 10px;
}
#sidebar {
	border-top:4px solid #EDEDED;
	padding:  20px 0 10px;
	float:right;
	width:225px;
}
#footer {
	width:  945px;
	margin: 0 auto;
	padding:  10px 0;
	font-size:  1.2em;
	color:#666;
}
#footer a {color:#666;}
#header {
	position: relative;
	margin-bottom:  10px;
}
#header h1 {
	float:left;
	width:231px;
	height:55px;
	background:url('../images/logo.jpg') no-repeat top left;
	margin-left: 65px;
}
#header h1 a {
	color: #EA3A41;
	display:block;
	width:231px;
	height:55px;
	text-indent:-90000px;
}
#header h2 {
	position: absolute;
	top: 0;
	left: 395px;
	width:259px;
	height:57px;
	text-indent: -99999px;
	background:url('../images/bg_h2.png') no-repeat top left;
}
/* ul nav---------------------*/
#header #nav li {
	list-style: none;
}
#header #nav li a {
	position: absolute;
	width:51px;
	height:80px;
	text-indent: -99999px;
	left: -62px;	
}
#header #nav #faqLink {
	top: 90px;
	background:url('../images/bg_faq.png') no-repeat top left;
}
#header #nav #contactLink {
	top: 173px;
	background:url('../images/bg_contacto.png') no-repeat top left;
}
#header #nav li a:hover {
	width:49px;
	left:-60px;
}

#header #bgLady {
	position: absolute;
	top: -30px;
	left: -8px;
	width:57px;
	height:95px;
	text-indent: -99999px;
	background:url('../images/bg_lady.png') no-repeat top left;
}
#CartBox {
	float:  right;
	background:  #fff url(../images/icon_cart.gif) center left no-repeat;
	padding-left: 30px;
	color:#444444;
	letter-spacing:-0.09em;
	text-transform:  uppercase;
	font-weight:  bold;
	height:55px;
	width: 160px;
}
#CartBox p {
	line-height:55px;
	font-size:24px;
}
#CartBox p.void {
	font-size:  1.1em;
	line-height: 1em;
	padding-top:17px;
}
#CartBox a {
	text-decoration:  none;
}
#content {
	overflow:  hidden;
}
#products {
	border-top:4px solid #EDEDED;
	padding:  20px 0 10px;
	float:left;
	width:690px;
}
.product h3 {
	font-size:  1.2em;
	font-weight:  bold;
	margin-bottom:  5px;
	letter-spacing: .025em;
	text-align:  left;
}
.item h3 {
	font-weight:  bold;
	margin-bottom:  5px;
	letter-spacing: .025em;
	text-align:  left;
}
.product h3 a {
	text-decoration:  none;
}
.product {
	float:left;
	height:210px;
	width:150px;
	margin:  0 20px 15px 0;
	text-align:  center;
}
.product img,
.ficha_item img {
	width:  140px;
	height:  140px;
	padding:  3px;
	border:  1px solid #e8e8e8;
}
.ficha_item img {
	width: 400px;
	height:auto;
	float: left;
}
.product span.price {
	float:  left;
	font-weight:  bold;
	font-size:  1.9em;
	padding:  5px 0 0 0;
	color: #319F33;
}
.product a.boton,
.ficha_item a.boton {
	display:  block;
	text-indent:  -99999px;
	float:right;
	width:75px;
	height:20px;
	background:url('../images/bt_buy.gif') no-repeat top left;
}
.ficha_item a.boton {
	float: none;
	background-image: url('../images/bt_comprar_rosa.png');
	width: 99px;
	height: 33px;
	margin-top:15px;
}
.ficha_item ul {
	padding: 5px 0 0 420px;
	font-size: 1.3em;
}
.ficha_item ul li {
	line-height:1.4em;
	height:1%;
}
.ficha_item li.price {
	margin-bottom:10px;
}
.ficha_item li.price span {
	font-weight:  bold;
	padding:  5px 0 0 0;
	color: #319F33;
}
/* cesta -------------------------- */
#cesta .cant {
	border-bottom:  4px solid #e8e8e8;
	margin-bottom:  15px;
	padding-bottom:  5px;
	text-transform:  uppercase;
	color: #666;
	font-size:  1.6em;
	letter-spacing: -.015em;
}
#cesta .cant a {
	text-decoration:  none;
}
a.back {
	font-size:  .75em;
	text-transform: Capitalize;
	padding: 4px 16px 0 0;
	background:  url(../images/ico_back.png) center right no-repeat;
}
#cesta .cant a.back {
	float: right;
}
#cesta table.pedidos {
	font-size:  1.2em;
	color:  #484848;
}
#cesta table.pedidos td {
	vertical-align:  top;
}
#cesta table.pedidos thead {
	display:  none;
}
#cesta table.pedidos td.image {
	width: 95px;
}
#cesta table.pedidos td.producto {
	width: 240px;
	font-size:  1.1em;
	padding:  5px 0;
}
#cesta table.pedidos td.cantidad {
	width: 250px;
	text-align:  center;
	padding:  10px 0 0;
}
#cesta table.pedidos td.total {
	padding:  16px 0 0 0;
	text-align:  right;
}
#cesta table.pedidos td.producto h3 {
	color: #030;
	font-weight:  bold;
	font-size:  1.2em;
	margin-bottom: 3px;
}
#cesta table.pedidos td img {
	padding:  3px;
	border:  2px solid #e8e8e8;
	width:  50px;
	height:  50px;
	overflow:  hidden;
	margin-bottom: 10px;
}
#cesta table.pedidos td.cantidad input.texto {
	border:  2px solid #d4d4d4;
	font-size:  1.1em;
	color: #666;
	padding:  2px;
	text-align:  right;
	width: 25px;
}
#cesta table.pedidos td.cantidad span.unidades {
	border:  2px solid #ffa;
	background:  #ffc;
	padding:  2px 7px;
	text-align:  right;
	font-size:  1.3em;
	color: #666;
	margin:  0 5px;
}
#cesta table.pedidos td.cantidad input.update {
	background:  #fff url(../images/ico_update.png) center right no-repeat;
	border: none;
	padding: 0 14px 0 0;
	color: #668FE8;
	font-size:  1em;
	margin-right:  5px;
}
#cesta table.pedidos td.cantidad a.r {
	background: url(../images/ico_bin.png) right 50% no-repeat;
	padding-right: 18px;
	text-decoration:  none;
	margin-left:  7px;
}
.form_actions {
	border-top:  2px solid #e8e8e8;
	padding-top:  10px;
}
.form_actions p.f-l {
	font-size: 1.2em;
}
.form_actions p.f-l img {
	vertical-align: middle;
	margin-right: 10px;
}
#cesta p.Ptotal {
	text-align:  right;
	font-size:  1.4em;
	padding-top:10px;
}
#cesta p.Ptotal strong {
	color:  #CF0069;
}
/* tagcloud ------------------------- */
#tagcloud {
	color: #CC1669;
	width: 225px;
	font-size: 1.6em;
}
#tagcloud span.tag1 {font-size: .75em;}
#tagcloud span.tag2 {font-size: 1em;}
#tagcloud span.tag3 {font-size: 1.25em;}
#tagcloud span.tag4 {font-size: 1.4em;}
#tagcloud span.tag5 {font-size: 1.6em;}
#tagcloud span.tag6 {font-size: 1.8em;}
#tagcloud span.tag7 {font-size: 2em;}
/* block ------------------------- */
.block {
	margin:  10px 0;
	font-size:  1.2em;
}
#sidebar .block {
	margin:0 0 15px;
}
.block h2 {
	color:#666666;
	font-size:1.3em;
	letter-spacing:-0.015em;
	text-transform:uppercase;
	border-bottom:4px solid #E8E8E8;
	margin-bottom: 15px;
	padding-bottom: 5px;
}
.block {
	width: 550px;
}
.block p {
	clear: left;
	padding-left:  10px;
	margin-bottom: 13px;
}
.block p.important {
	padding:  10px;
	background:  #ffe;
	margin-bottom: 15px;
}
.block label {
	padding-top: 4px;
	width: 110px;
	display:  block;
	float: left;
	font-size:  1.1em;
	font-weight:  bold;
}
.block label.no-f {
	float: none;
	width:auto
}
.block .important label {
	font-size:  1.2em;
}
.block input.texto,
.block textarea.texto {
	font-size:  1.1em;
	border: 2px solid #d4d4d4;
	padding: 2px 3px;
	color:  #666;
}
.block .important input.texto {
	font-size:  1.2em;
	border: 3px solid #d4d4d4;
	padding: 2px 3px;
	color:  #666;
	width: 400px;
}
.block textarea.texto {width: 525px;}
.block input.tam1 {width: 150px;}
.block input.tam2 {width: 300px;}
.block input.tam3 {width: 200px;}
/* --------------
	pagination
----------------*/
.pagination {
	border-top:2px solid #ededed;
	clear:both;
	font-size:1.1em;
	padding:20px 0 5px;
	text-align:center;
	width:100%;
	text-align: center;
}
.pagination a {
	border:1px solid #DAEBF6;
	padding:3px 5px;
	text-decoration: none;
}
.pagination strong {
	background-color:#d4d4d4;
	border:1px solid #ededed;
	color:#fff;
	padding:3px 5px;
}
/* --------------
	alertas
----------------*/
#alerta {
	border: 1px solid #b12;
	color:  #b12;
	font-size: 1.5em;
	padding:  10px 10px 0;
	display:  block;
	font-weight:  bold;
	margin-bottom: 10px;
	text-align: center;
	background: #FFEFF1;
}
.ok {
	color:  #030 !important;
	border-color:  #030 !important;
	background: #E0EFE0 !important;
}