@charset "utf-8";

@import url("reset.css");

.clearL {clear:left;}
.clearR {clear:right;}
.clearB {clear:both;}


@font-face {
    font-family: 'Bree';
    src: url('../fonts/bree-bold-webfont.eot');
    src: url('../fonts/bree-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bree-bold-webfont.woff') format('woff'),
         url('../fonts/bree-bold-webfont.ttf') format('truetype'),
         url('../fonts/bree-bold-webfont.svg#BreeBold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Bree';
    src: url('../fonts/bree-regular-webfont.eot');
    src: url('../fonts/bree-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bree-regular-webfont.woff') format('woff'),
         url('../fonts/bree-regular-webfont.ttf') format('truetype'),
         url('../fonts/bree-regular-webfont.svg#BreeRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	background: #AEAEAE url(../images/body-bg.jpg) repeat-x;
	font: 12px/141% Arial, Helvetica, sans-serif;
	color: #4D4C4C;
}

#header {
	width:870px;
	height:147px;
	margin:0 auto;
	position:relative;
	background: url(../images/header-bg.jpg) no-repeat center bottom;
}

#header h1 {
	display:none;	
}

.logo {
	display:block;
	width:297px;
	height:84px;
	position:absolute;
	left:16px;
	top:30px;
}

#nav {
	position:absolute;
	left:155px;
	bottom:14px;
}

#nav li {
	display:inline;
}

#nav li a {
	display:block;
	float:left;
	margin-right:20px;
	font-family:"Bree"; 
	font-size-adjust:0.496; 
	font-weight:normal; 
	font-style:normal;
	font-size:14px;
	color:#4C4C4C;
	text-shadow:1px 1px 0px #F8D700;
}

#nav li a span {
	color:#333;
	font-size:18px;
	margin-right:3px;
}

#nav li a:hover {
	color:#FFF;	
}

.login {
	top:28px;
	left:377px;	
	width:265px;
	position:absolute; 
}

.login h4 {
	float:left;
	width:50px;
	margin-right:3px;
	border-right:1px dotted #CCC;
	line-height:22px;
	margin-bottom:5px;
}

.login h4 span {
	color:#919D00;
	font-size:16px;
}

.login input {
	display:block;
	float:left;
	width:65px;
	height:26px;
	line-height:28px;
	margin-right:5px;
	color:#666;
	font-family: 'Bree';
	font-weight:normal;
	font-size:11px;
	border:0 none;
	background: url(../images/login-input.jpg) repeat-x center top;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	padding:0px 10px;
}

.login input[type=submit] {
	background: url(../images/login-submit.jpg) repeat-x center top;
	text-align:center;
	cursor:pointer;
	width:85px;
	font-weight:bold;
	margin-right:0px;
	color:#333;
	font-size:12px;
	text-shadow:1px 1px 1px #F8D700;
}

.login input[type=submit]:hover {
	background: url(../images/login-submit.jpg) repeat-x center bottom;
}

.login p.olvido {
	text-align:right;
	font-size:10px;
	margin-bottom:3px;
	opacity:0;
	float:right;
}

.login:hover p {
	opacity:1;
}

.login p a {
	color:#333;
}

.login p a:hover {
	color:#666;
	text-decoration:underline;
}

.resumencarrito {
	padding-left:33px;
	height:30px;
	right:10px;
	top:50px;
	position:absolute;
	font-family: 'Bree';
	font-size:11px;
	color:#7A7A7A;
	background: url(../images/carrito.jpg) no-repeat left center;
}

.resumencarrito a {
	color:#7A7A7A;	
}

.resumencarrito a:hover {
	color:#333;
	display:block;	
}

.registrarse {
	height:26px;
	line-height:26px;
	right:133px;
	top:55px;
	position:absolute;
	background: url(../images/login-submit.jpg) repeat-x center top;
	text-align:center;
	cursor:pointer;
	width:85px;
	font-weight:bold;
	color:#333;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	font-size:12px;
	text-shadow:1px 1px 1px #F8D700;
	font-family: 'Bree';
}

.registrarse:hover {
	background: url(../images/login-submit.jpg) repeat-x center bottom;
}

.salir, .micuenta {
	height:26px;
	line-height:26px;
	position:absolute;
	right:0;
	top:20px;
	background: url(../images/login-submit.jpg) repeat-x center top;
	text-align:center;
	cursor:pointer;
	width:85px;
	font-weight:bold;
	color:#333;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	font-size:13px;
	text-shadow:1px 1px 1px #F8D700;
	font-family: 'Bree';
}

.micuenta {
	right:95px;
}

.login a.salir:hover, .login a.micuenta:hover {
	text-decoration:none;
	color:#900;
	background: url(../images/login-submit.jpg) repeat-x center bottom;
}

.login a.micuenta:hover {
	color:#333;
}

.idioma {
	position:absolute;
	right:0;
	top:9px;
	width:129px;
	height:19px;
	text-align:center;
	background: url(../images/idioma.png) no-repeat;
}

.idioma a {
	font-weight:bold;
	font-size:11px;
	color:#999;
}

.idioma a:hover {
	color:#F0D003;
}

.idioma #newpais {
	font-size:.9em;
	width:120px;	
}

#contenido {
	width:842px;
	margin:0 auto 14px auto;
	background:#E8E8E8 url(../images/content-bg.jpg) repeat-x center top;
	padding:14px;
	-moz-box-shadow:0px 3px 12px #757575;
	-webkit-box-shadow:0px 3px 12px #757575;
	-moz-box-shadow:0px 3px 12px #757575;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

#columna {
	width:170px;
	float:left;	
}

.buscador {
	width:170px;
	height:29px;
	background: url(../images/search-bg.jpg) no-repeat;
	margin-bottom:20px;
}

.buscador input[type=text] {
	border:0 none;
	width:120px;
	float:left;
	display:block;
	height:29px;
	color:#999;
	font-size:10px;
	padding:0px 10px;
	background:none transparent;
}

.buscador input[type=submit] {
	border:0 none;
	width:26px;
	cursor:pointer;
	float:left;
	display:block;
	height:29px;
	padding:0px 5px;
	background:transparent url(../images/lupa.jpg) no-repeat center center;
}

.bloquenewsletter input[type=text] {
	display:block;
	height:29px;
	color:#999;
	font-size:10px;
	padding:0px 10px;
	width:150px;
	line-height:26px;
	background-color:#E2E2E2;
	border-color: #C9CBAB #C9CBAB #F0F0F0 #F0F0F0;
	border-style: solid;
	border-width:1px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}

.bloquenewsletter input[type=submit] {
	display:block;
	height:26px;
	line-height:26px;
	font-weight:normal;
	color:#333;
	font-family: 'Bree';
	border:0 none;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	padding:0px 10px;
	background: url(../images/login-submit.jpg) repeat-x center top;
	text-align:center;
	cursor:pointer;
	margin-top:5px;
}

#columna a {
	display:block;
	color:#333;
	font-size:12px;
	line-height:26px;
	letter-spacing:0.08em;
	padding-left:10px;
	text-transform:uppercase;
	background: url(../images/login-input.jpg) repeat-x;
	margin-bottom:3px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	font-family: 'Bree';
}

#columna a.novedades {
	background: url(../images/novedades.jpg) repeat-x;
}

#columna a.abierto {
	background: url(../images/login-submit.jpg) repeat-x center top;
	margin-bottom:6px;
}

#columna a:hover {
	background: url(../images/login-submit.jpg) repeat-x center top;
}

#columna li ul {
	margin-bottom:10px;
}

#columna li ul a {
	padding-left:30px;
	border-bottom:1px solid #CCC;
	text-transform:none;
	line-height:22px;
	color:#373737;
	background:url(../images/flechia.png) no-repeat 10px center;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
}

#columna li ul a:hover {
	color:#111;
	background:url(../images/flechia.png) no-repeat 10px center;
}

#columna > ul, #columna p {
	padding-bottom:12px;
}

#main {
	width:652px;
	float:left;
	padding-bottom:40px;
	margin-left:20px;
	min-height:600px;
}

#default #main {
	min-height:1px;
}

#main h1 {
	position:relative;
	background: url(../images/h1-bg.jpg) repeat-x;
	line-height:33px;
	font-size:15px;
	color:#4C4C4C;
	text-shadow:1px 1px 0px #FCDB00;
	padding-left:15px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	font-family: 'Bree';
	font-weight:normal;
	margin-bottom:20px;
}

#main h1 span {
	position:absolute;
	width:77px;
	right:25px;
	height:33px;
	background: url(../images/h1-abeja.jpg) no-repeat;
}

#main h2 {
	font-size:28px;
	color:#3A3A3A;
	padding-bottom:15px;
	margin-bottom:20px;
	border-bottom:1px solid #A9A9A9;
	font-weight:bold;
	line-height:110%;
	width:550px;
}

#main p {
	padding-bottom:20px;	
}

#main p a, #main td a, #main li a{
	color:#C2A907;	
}

#main ul {
	padding-bottom:20px;
	list-style:inside disc;
	margin-left:10px;	
}

#main ul.gallery {
	margin:0;
	padding:0;
	list-style:none;
}

#main ul.files {
	margin:0;
	padding:0;
	list-style:none;
}

#main table {
	width:100%;
	padding:20px;
	margin-bottom:20px;	
}

#main table tr:nth-child(2n+1){
	background-color:#CCCCCC;	
}

#main table td {
	border:1px solid #BBB;
	padding:6px;
	vertical-align:middle;
}

#main table th {
	border:1px solid #BBB;
	padding:6px;	
}

#main .infobox {
	background:#F6F6F6 url(../images/infobox-bg.jpg) repeat-x center top;
	padding:0px 26px 26px;	
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	position:relative;
	margin-bottom:20px;	
	font: 12px/141% Verdana, Arial, Helvetica, sans-serif;
}

#main .infobox.sinfondo {
	background-color:transparent;	
	padding:0 12px 26px 12px;
}

#main .infobox h3 {
	font-size:14px;	
	font-family: 'Bree';
	line-height:27px;
	letter-spacing:0.04em;
	margin-bottom:22px;
	color:#333;
	font-weight:normal;
	text-shadow:1px 1px 0px #FDDD00;
}

#main .infobox.sinfondo h3 {
	margin-left:14px;
}

#footer {
	height:220px;
	padding-top:10px;
}

#footercont {
	margin:0 auto;
	width:870px;
	height:118px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	margin-bottom:15px;
	background: #EFEFEF url(../images/newsletter-bg.jpg) no-repeat left center;
}

.socialblock {
	font-size:18px;
	color:#FFF;
	font-family: 'Bree';
	text-shadow:0px 0px 3px #8D9700;
	font-weight:normal;
	padding-top:12px;
	padding-left:20px;
	width:180px;
	float:left;
	margin-right:35px;
}

.logos {
	float:left;
	display:block;
	margin-top:30px;
	margin-left:25px;
}

#footerbottom {
	width:850px;
	height:40px;
	margin:0 auto;
	position:relative;
}

.label {
	float:left;
	width:250px;
	font-family: 'Bree';
	font-size:14px;
	color:#777575;
	margin-bottom:18px;
}

.afip {
	display:block;
	position:absolute;
	right:140px;
	bottom:-5px;
	height:50px;
}

.madeby {
	display:block;
	position:absolute;
	right:0px;
	bottom:0px;
	width:106px;
	height:32px;
	background: url(../images/interactive.png) no-repeat center top;
}

.madeby:hover {
	background: url(../images/interactive.png) no-repeat center bottom;
}

.btnrss {
	display:block;
	background: url(../images/rssbtn.png) no-repeat center top;
	width:162px;
	height:48px;
	margin-bottom:20px;
}

.btnfb, .btntw, .btnyt, .btngp {display:block;float:left;width:28px;height:28px; margin-right:8px;}

.btnfb {background: url(../images/btn-fb.jpg) no-repeat center top;}
.btntw {background: url(../images/btn-tw.jpg) no-repeat center top;}
.btnyt {background: url(../images/btn-yt.jpg) no-repeat center top;}
.btngp {background: url(../images/btn-gp.jpg) no-repeat center top;}

.btnfb:hover, .btntw:hover, .btnyt:hover, .btnrss:hover, .btngp:hover {background-position:center bottom;}


/*----HOME-----*/

#slider {
	position:relative;
	width:842px;
	height:347px;
	overflow:hidden;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	margin-bottom:18px;
}

#rotable {
	position:absolute;	
}

#pager {
	position:absolute;
	z-index:333;
	right:18px;
	bottom:15px;
	background: url(../images/black70.png) repeat;
	padding:5px 0px 5px 5px;
	border-radius:20px;
}

#pager a {
	display:block;
	float:left;
	width:24px;
	height:24px;
	margin-right:5px;
	line-height:24px;
	font-weight:bold;
	text-align:center;
	color:#BFA707;
	font-family: 'Bree';
	background: url(../images/pager-a.png) no-repeat center top;
}

#pager a:hover, #pager a.activeSlide {
	background: url(../images/pager-a.png) no-repeat center bottom;
	color:#333;
}

.item {
	width:198px;
	float:left;
	margin-right:20px;
}

.fecha {
	float:left;
	display:block;
	width:12px;
	background-color:#D5D5D5;
	padding:7px;
	text-align:center;
	margin-right:10px;
	font-size:11px;
	font-style:italic;
	line-height:100%;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

.item h3 {
	font-weight:bold;
	font-family: 'Bree';
	font-size:14px;
	color:#333;
	margin-bottom:3px;
}

#main .item p a {
	color:#666;
	display:block;
}

#main .item p a:hover {
	color:#333;
}

/*----PRODUCTOS---*/

#default #contenido {
	padding-right:6px;
	width:850px;
}

#default #main {
	width:658px;	
}

.bloqueproducto {
	display:inline-block;
	*display:inline;
	zoom:1;
	width:155px;
	height:228px;
	vertical-align:top;
	margin-right:5px;
	margin-bottom:16px;
	position:relative;
	background: url(../images/bloqueproducto-bg.png) repeat-x center bottom;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

.bloqueproducto .stock {
	width:10px;
	height:10px;	
	position: absolute;
	border-radius:5px;
	top:8px;
	right:8px;
}

.bloqueproducto .stock.green {
	background-color:#0c0;
}

.bloqueproducto .stock.yellow {
	background-color:#DCBF00;
}

.bloqueproducto .stock.red {
	background-color:#f30;
}

.bloqueproducto a.thumb {
	background-color:#FFFFFF;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	width:155px;
	height:105px;
	text-align:center;
	border:1px solid #C6C6C6;
	display:table-cell;
	vertical-align:middle;
}

.bloqueproducto h3 {
	width:137px;
	margin:0 auto;
	font-size:14px;
	font-weight:normal;
	padding:5px 0;
	font-family: 'Bree';
	max-height:30px;
	overflow:hidden;
}

.bloqueproducto p {
	width:137px;
	margin:0 auto;
	font: 12px/141% Arial, Helvetica, sans-serif;
	font-size:11px;
	height:24px;
	line-height:14px;
	overflow:hidden;
}

.bloqueproducto .precio {
	display:block;
	font-size:17px;
	color:#333;
	font-family: 'Bree';
	position:absolute;
	bottom:6px;
	line-height:22px;
	left:10px;
}

.bloqueproducto a.ampliar {
	display:block;
	height:26px;
	line-height:26px;
	margin-right:5px;
	color:#333;
	font-size:12px;
	font-family: 'Bree';
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	padding:0px 8px;
	background: url(../images/login-submit.jpg) repeat-x center top;
	text-align:center;
	margin-right:0px;
	position:absolute;
	right:6px;
	bottom:6px;
	letter-spacing:0.05em;
	text-shadow: 1px 1px 0 #FDDD00;
}

.bloqueproducto a.ampliar:hover {
	background: url(../images/login-submit.jpg) repeat-x center bottom;
}


.productohead {
	position:relative;
	border-bottom:1px solid #A9A9A9;
	padding-bottom:14px;
	margin-bottom:14px;
}

.productohead a.imagenprincipal {
	display:block;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	display:block;
	float:left;
	width:380px;
	margin-right:20px;
}

.productohead a.imagenprincipal img {
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
}

.productohead .precio {
	display:block;
	font-size:25px;
	color:#333;
	font-family: 'Bree';
}

.productohead a.muevecarrito {
	display:block;
	float:left;
	height:26px;
	line-height:26px;
	color:#333;
	font-family: 'Bree';
	border:0 none;
	font-size:12px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	padding:0px 14px;
	background: url(../images/login-submit.jpg) repeat-x center top;
	text-align:center;
	cursor:pointer;
	position:absolute;
	right:10px;
	bottom:14px;
	text-shadow: 1px 1px 0 #FDDD00;
}

.productohead a.muevecarrito:hover {
	background: url(../images/login-submit.jpg) repeat-x center bottom;
}

.productohead .addthis_toolbox {
	margin-top:10px;	
}

#formaviso {
	display:none;
}

span.moneda {
	font-size:.75em;
}

span.green {
	background-color:#0C0;
	font-weight:bold;
	color:#FFFFFF;
	padding:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;	
}

span.yellow {
	background-color:#DCBF00;
	font-weight:bold;
	color:#FFFFFF;
	padding:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;	
}

span.red {
	background-color:#FF3300;
	font-weight:bold;
	color:#FFFFFF;
	padding:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;	
}

div.sinstock {
	display:none;
}

div.notapproved {
	display:none;
}

div.nostocknoapproved {
	
}

div.not_nostocknoapproved {
	display:none;
}

p.approved {
	display:none;
}

p.notapproved {
	font-weight:bold;
}
.gallery li {
	display:inline;
	margin-right:10px;
}

.gallery li img {
	padding:3px;
}

.gallery li a {
	display:inline-block;
	width:118px;
	height:88px;
	border:1px solid #DADADA;
}

.gallery li a:hover {
	border:1px solid #AAA;
}

#main ul.files li a {
	display:block;
	/*background: url(../images/pdf-bg1.jpg) no-repeat left center;	*/
	height:34px;
	line-height:34px;
	padding:0 16px 0 16px;
	float:left;
	position:relative;
	color:#999;
	margin-right:6px;
	margin-bottom:4px;
	background-color:#F6F6F6;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;	
}

#main ul.files li img {
	vertical-align:text-bottom;	
}

#main ul.files li a:hover {
	color:#333;
}

#main div.related {
	display:inline-block;
	width:130px;
	padding:3px 8px;
	vertical-align:top;
	text-align:center;	
	border-radius:5px;
}

#main div.related img {
	padding:5px;
	background-color:#FFF;
}

#main div.related a {
	color:#C2A907;
	font-weight:bold;
	display:block;
	min-height:120px;
}

#main div.related:hover {
	background-color:#FFF;
}

/*---CONTACTO---*/

#mapa {
	border:1px solid #8F8F8F;
	margin-bottom:20px;
	margin-left:-10px;
	width:618px;
	height:380px;
	margin-top:-6px;
}

#contacto #main form {
	float:left;
	width:420px;
	border-right:1px solid #C1C1C1;
}

#contacto #intro {
	float:left;
	width:200px;
	padding-left:20px;
}

#contacto #main #intro h3 {
	padding-bottom:16px;
	text-decoration:underline;
	font-size:16px;
}

#main label {
	display:block;
	font-family: 'Bree';
	font-size:14px;
	color:#636363;
	padding-bottom:4px;
	padding-left:6px;
}

#main label.error {
	color:#900;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}

#main p.float {
	float:left;
	width:200px;
	margin-right:10px;
}

#main input[type=text], #contenido input[type=password], #contenido select {
	width:188px;
	height:26px;
	border:0 none;
	line-height:26px;
	background-color:#E2E2E2;
	padding:0px 5px;
	border-color: #C9CBAB #C9CBAB #F0F0F0 #F0F0F0;
	border-style: solid;
	border-width:1px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	color:#666;
}

#carrito #contenido select {
	width:208px;
}

#main textarea {
	width:400px;
	height:100px;
	border:0 none;
	line-height:18px;
	background-color:#E2E2E2;
	padding:5px;
	border-color: #C9CBAB #C9CBAB #F0F0F0 #F0F0F0;
	border-style: solid;
	border-width:1px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	color:#888;
}

#main input[type=submit] {
	display:block;
	height:26px;
	line-height:26px;
	font-weight:normal;
	color:#333;
	font-family: 'Bree';
	border:0 none;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	padding:0px 10px;
	background: url(../images/login-submit.jpg) repeat-x center top;
	text-align:center;
	cursor:pointer;
	margin-left:294px;
}

#main input[type=submit]:hover {
	background: url(../images/login-submit.jpg) repeat-x center bottom;
}

/*----COMENTARIOS---*/

#commentsform {
	width:420px;
	padding-bottom:20px;
	border-bottom:1px solid #CCC;
	margin-bottom:20px;
	display:none;
}

#main #commentsform input[type=submit] {
	margin-left:350px;
}

.bloquefirmalibro {
	margin-bottom:15px;
	border-bottom:1px solid #CCC;
}

.bloquefirmalibro h5 span {
	color:#999;
	font-size:11px;
	font-weight:normal;
}

a.escribir {
	display:block;
	color:#993300;
	font-weight:bold;
	position:absolute;
	right:20px;
	top:5px;
}

/*----NOVEDADES---*/

#novedades .fecha {
	background-color:#DDD;
}

#novedades a.imagenprincipal, #tutoriales a.imagenprincipal {
	display:block;
	border:1px solid #EEE;
	width:400px;
	height:260px;
	margin-bottom:18px;
}

.bloquenoticia {
	margin-bottom:20px;
	border-bottom:1px solid #CCC;
}

.bloquenoticia h3 {
	font-weight:bold;
	font-family: 'Bree';
	font-size:16px;
	color:#3A3A3A;
	margin-bottom:10px;
}

.bloquenoticia h3 span {
	color:#C2A907;
	font-size:14px;
	font-weight:normal;
	font-style: italic;
}

.bloquenoticia p {
	/*width:450px;*/
}

#main .bloquenoticia p a {
	color:#666;
	display:block;
}

#main .bloquenoticia p a:hover {
	color:#333;
}

.noticia .categoria {
	color:#C2A907;
	font-size:14px;
	font-weight:normal;
	font-style: italic;
}

.bloquenoticia img.imagenprincipal {
	float:left;
	margin-right:10px;
	margin-bottom:12px;
	border:1px solid #EEE;
}

/*-----CARRITO---*/

#carrito #main input[type="submit"] {
	margin-left:0px;
	margin-right:10px;
	float:left;
}

#carrito #main input#cantidad {
	width:30px;
}

#main a.cleancart {
	float:right;
	display:block;
	height:26px;
	line-height:26px;
	font-weight:normal;
	color:#333;
	font-family: 'Bree';
	border:0 none;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	padding:0px 10px;
	background: url(../images/login-submit.jpg) repeat-x center top;	
}
#main a.cleancart:hover {
	background: url(../images/login-submit.jpg) repeat-x center bottom;
}

#main input.input-calculo {
	width:40px;
}

#main label span.comentarios {
	display:block;
	font: 12px/141% Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding-left:25px;
}

/* AREA PRIVADA */
#main table tr.detalle,#main table tr.pagar{
	background-color:#F6F6F6;	
	display:none;
}


/*#busquedas #main ul{
	list-style:disc outside none;
}*/
#busquedas #main ul li{
	clear:left;
	padding-bottom:5px;
	min-height:60px;
	list-style:none;
}
#busquedas  #main a, #foros #main a {
	color:#C2A907;
	font-weight:bold;
}

#busquedas  #main input[type="submit"] {
	display:inline;
	margin-left:0;
}

#busquedas #main .imgbusquedas {
    width: 80px;
    height: 60px;
    float: left;
	padding-right:8px;
	border-radius:3px;
	background-color:#F6F6F6;
}

span.tttsign {
	font-size:10px
}

span.tttsign a{
	color:#D1D1D1;
	font-weight:bold;
}

#foros #jumpMenu {
	float:right;
}
#foros span.fecha {
	display:inline;
	float:none;
	padding:0;
	margin:0;
}

div.growlUI { 
	background: url(/images/carro2.png) no-repeat 10px 10px;
}
div.growlUI h1{
	font-size:18px;
	color: white; padding: 5px 5px 5px 75px; text-align: left
}
div.growlUI h2 {
	color: white; padding: 5px 5px 5px 75px; text-align: left
}


/*----FORO---*/

#contenido #main #m-search input {
	padding-left:26px;
}

#main .moot textarea {
	margin-bottom:12px;
	width:421px;
}

#main .moot .m-input-wrap {
	height:auto;
}

#main .moot .m-focused .m-input-wrap { 
	border-color:#C2C2C2;
	box-shadow: 0 0 0.2em #FF6F6E inset;
}

#main .moot button, #main .m-button {
	height:26px;
	line-height:26px;
	font-weight:normal;
	color:#333;
	font-family: 'Bree';
	border:0 none;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	padding:0px 10px;
	background: url(../images/login-submit.jpg) repeat-x center top;
}

#main .moot button:hover, #main .m-button:hover {
	background: url(../images/login-submit.jpg) repeat-x center bottom;
}

#main .m-page a {
    color: #FF6F6E;
}

#main .m-header {
	border-radius:4px;
	overflow:hidden;
}

#main .m-sidebar {
	padding-top:1em;
}

#main .m-sidebar .m-h3 {
	margin-bottom:1.2em;
}

#main .m-links p {
	font-size:12px;
	padding:0;
}

#main .m-links a {
	background: url("../images/login-input.jpg") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 4px 4px 4px 4px;
    color: #333333;
    display: block;
    font-family: 'Bree';
    font-size: 12px;
    letter-spacing: 0.08em;
    line-height: 26px;
    margin-bottom: 3px;
    padding: 0 0 0 10px;
    text-transform: uppercase;
}

#main .m-links a:hover, #main .m-links a.m-selected {
	background: url("../images/login-submit.jpg") repeat-x scroll center top rgba(0, 0, 0, 0);
}

#main .is-forum .m-facelink:hover .m-face {
	box-shadow: 0 0 0.2em #FF6F6E;
}

#main .m-focused.m-replyform textarea {
    box-shadow: 0 0 0.2em #FF6F6E inset;
}

#main .m-post-upload {
    top: -3.1em;
}

#main .m-create .m-post-upload {
	right:1em;
	top: -3.6em;
}

#main .m-create .m-show-help {
	right: 1.2em;
    top: 1em;
}

#main .m-list {
	overflow:hidden;
	border-radius:4px;
}

#main .m-moot {
	padding:12px;
	background:#F6F6F6;
	border-bottom:1px solid #E8E8E8;
}


#main .m-list textarea {
	width: 365px;
}

#main .m-created, #main .m-preview {
    background:#F6F6F6;
}

#main .m-get-replies {
    border-left: 0.2em solid #C2C2C2;
}

#main .m-replies .m-post {
	padding-bottom:10px;
	border-bottom:1px solid #EEE;
}

#main .m-sso .m-replyform {
	margin-bottom:0;
}

#main .m-icon {
   color:#111;
}

#main .m-reply_count.m-has_replied:before {
   color:#111;
}

ul.ui-autocomplete {
	width:250px;
	background-color:#FFF;
	border-radius:5px;
}
ul.ui-autocomplete div.list_item_container {
    min-height: 60px;
    padding: 5px;
	border-bottom: 1px #ccc solid;
	clear:left;
}
ul.ui-autocomplete div.list_item_container:hover {
	background-color:#FFDD00;
}
ul.ui-autocomplete img {
    width: 80px;
    height: 60px;
    float: left;
	padding-right:8px;
}
ul.ui-autocomplete .cat {
    color: gray;
}
.ui-helper-hidden-accessible {
	display:none;
}

ul.ui-autocomplete a{
	display:block;	
	min-height:60px;
	font-family: 'Bree';
	font-size:13px;
	color:#000;
}

/****** CURSOS ******/

#cursos a.ampliar {
	display:inline-block !important;
	height:26px;
	line-height:26px;
	margin-right:5px;
	color:#333;
	font-size:12px;
	font-family: 'Bree';
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	padding:0px 8px;
	background: url(../images/login-submit.jpg) repeat-x center top;
	text-align:center;
	margin-right:0px;
	letter-spacing:0.05em;
	text-shadow: 1px 1px 0 #FDDD00;
}

#cursos a.ampliar:hover {
	background: url(../images/login-submit.jpg) repeat-x center bottom;
}
