/* @override http://www.libreriaamarilla.com/css/style.css */

/* @override http://www.buscapromocion.es/Mentor/css/style.css */

.hidden{display:none;}
/* @group Estilos Etiquetas */
body {
	background: #000;
}
a{
	text-decoration: underline;
	cursor: pointer;
	color: #666;
}
a:hover{
	text-decoration: underline;
}
/* @end */
#page {
	background: #000;
	overflow: auto;
}
/* @group Cabecera */
#head{
	overflow: auto;
	background: url('../images/bgHead.png') no-repeat;
	margin-bottom: 20px;
}
#logo{
	margin: 0;
}
#logo a{
	height: 197px;
	display: block;
	background: url('../images/logo.png') no-repeat;
	text-indent: -5000px;
}
#menuUsuario {
	text-align: right;
	height: 30px;
}
#menuUsuario ul {
	overflow: auto;
	margin-bottom: 15px;
	margin-left: 20px;
	margin-right: 50px;
	background: #fffc00;
	padding-left: 40px;
}
#menuUsuario ul li {
	float: left;
	list-style: none;
	margin-top: 10px;
}
#menuUsuario ul li a {
	color: black;
}
#busquedaRapida {
	text-align: left;
	margin: 10px 0;
	margin-top: 100px;
}
#busquedaRapida form {
	padding-left: 35px;
}
#busquedaRapida form input.boton {
	background: #fffc00;
	border-width: 1px;
	border-style: groove;
	padding: 1px;
}
#menuCorporativo{
	margin: 5px 0;
}
#menuCorporativo ul{
	overflow: auto;
	margin: auto;
	margin-left: 40px;
}
#menuCorporativo ul li {
	float: left;
	list-style: none;
	padding: 5px 15px;
	margin-left: 0px;
	border-right: 1px solid #000;
}
#menuCorporativo ul li a{
	color: black;
}
/* @end */
/* @group Sidebar */

#barLeft, #barRight {
	margin-top: 10px;
}
/* @group Carrito */
#barRight div.capaCarrito {
	background: #000;
	padding: 5px;
	color: #fff;
	
}
#barRight div.capaCarrito h3.carrito {
	font-size: 1.2em;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #fffc00;
}
#barRight div.capaCarrito a.enviarPedido {
	padding: 3px;
	margin: 3px;
	font-size: 0.9em;
	color: #fffc00;
}
#barRight div.capaCarrito table.carrito{
	width: 100%;
	font-size: 0.8em;
	margin-bottom: 5px;
}
#barRight div.capaCarrito table.carrito thead th.col1 {
	width: 140px;
}
#barRight div.capaCarrito table.carrito thead th.col2 {
	width: 20px;
}
#barRight div.capaCarrito table.carrito thead th.col3 {
	width: 50px;
}
#barRight div.capaCarrito table.carrito thead{
	color: #fffc00;
	text-align: left;
}
#barRight div.capaCarrito table.carrito td {
	padding: 1px 2px;
}
#barRight div.capaCarrito table.carrito td a{
	color: #fff;
}
#barRight div.capaCarrito table.carrito input{
	width: 15px;
}
/* @end */
/* @group Módulo Artículos */
div.moduloArticulos {
	padding: 10px;
	border: 1px solid #000;
	text-align: center;
	margin: 10px 0;
}
div.moduloArticulos h3 {
	margin-bottom: 0;
	font-size: 1.2em;	
}
div.moduloArticulos div.elemento {
	background: none;
	padding: 5px 0;
	margin: 15px 0;
}
div.moduloArticulos div.elemento p {
	margin-bottom: 0;
}
div.moduloArticulos div.elemento img{
	width: 100px;
}
div.moduloArticulos div.elemento h2 {
	font-size: 1em;
	margin-bottom: 0.5em;
}
/* @end */
/* @group Menú Categorías */
#categorias h3{
	font-size: 1.1em;
	background-color: #fffc00;
	margin-bottom: 0;
	padding: 3px;
	color: #000;
	text-align: center;
}
#categorias li{
	margin: 0;
	background: #000;
	border-bottom: 1px dashed #fff;
}
#categorias li a{
	color: #aaaaaa;
	border-right: none;
}
#categorias li a:hover{
	background: #aaa;
	color: #2a2a2a;
}
/* @end */
/* @end */

/* @group Contenido */

#content {
	overflow: auto;
	background: url(../images/bgPatron.png);
}

#main{ 
	min-height:600px; 
	background: #fffc00; 
	margin-bottom: 20px;
	margin-top: 10px;
}
#main div.seccion {
	padding: 10px;
}
#datosPersonales div.contentDatos {
	width: 130px;
	float: left;
	margin: 0 10px;	
	border: 1px solid;
	background: #fff;
	margin-bottom: 20px;
	font-size: 0.9em;
}

#datosPedidos #accordion{
	font-size: 0.9em;
}
#accordion table.carrito {
	margin: 5px 0;
	width: 390px;
	font-size: 0.8em;
}
#accordion table.carrito th.col3{
	margin: 5px 0;
	width: 55px;
	font-size: 0.8em;
}

/* @group Perfil de Usuario */
#datosPersonales div.contentDatos{
	border: none;
	padding: 0;
	background: none;
	width: 30%;
	margin: 1.5%;
}

#datosPersonales div.contentDatos a{
	width: 100%;
	padding: 5px 0;	
	background: #fff;
	color: #000;
	border: #000 1px solid;
	height: 35px;
	display: block;
	text-align: center;
	line-height: 34px;
}

#accordion {
	margin: 0 10px;
}
#perfilUsuario a.enviarPedido{
	background: #fff;
	color: #000;
	padding: 5px;
	border: #000 1px solid;
	height: 35px;
	display: block;
	text-align: center;
	width: 100px;
	margin: 10px auto;
	line-height: 34px;
}
#datosPersonales div.contentDatos a:hover,
#perfilUsuario a.enviarPedido:hover{
	background: #000;
	color: #fff;
	text-decoration: none;
}

/* @end */

/* @group Confirmación Pedido */


h3.confirmarPedido{
	margin: 20px;
	border-bottom: 1px solid;
}

#confirmPedido div.contentDatos div.datosEnvio {
	min-height: 210px;
}
h2.confirmarPedido{
	margin: 10px 20px;
	font-size: 1.2em;
	clear: both;
}
div.contentDatos {
	width: 45%;
	float: left;
	margin: 0 2%;	
	border: 1px solid;
	background: #fff;
	margin-bottom: 20px;
}
div.contentDatos h3{
	font-size: 1.1em;
	margin: 0 5px;
}
div.contentDatos p{
	font-size: 1em;
	margin: 0 5px;
}
div.contentDatos p label{
	font-weight: bold;
}
div.contentDatos a{
	color: #ff0000;
}
div.contentDatos a.linkFloat{
	float: right;
	padding: 5px;
	color: #666;
}
#configEnvio div.contentDatos,
#configPago div.contentDatos {
	width: 479px;
}

#configPago div.contentDatos.totales {
	width: 240px;
	margin: 0 120px 20px 120px;
}

#configPago div.contentDatos.totales p {
	font-weight: bolder;
}
#configPago div.contentDatos.totales p span{
	font-weight: normal;
	float: right;
}
#formulario{
	width: 100%;
}
#stylized #formulario label.pago {
	clear: none;
	text-align: left;
	width: 360px;
}
#stylized #formulario label.pago span{
	text-align: left;
	width: 340px;
	margin-bottom: 10px;
}
#stylized #formulario input.radio{
	width: 30px;
}
/* @end */

/* @group Carrito en Main */
#main h3.carrito{
	margin: 20px;
	border-bottom: 1px solid;
	text-align: left;
}
#main table.carrito input{
	width: 30px;
}
#main div.capaCarrito{
	text-align: center;
}
#main div.capaCarrito a.enviarPedido{
	background: #000;
	color: #fff;
	padding: 5px;
	border: #000 1px solid;
	margin: 0 10px;
	width: 100px;
}
#main table.carrito {
	width: 95%;
	margin: 10px 2%;
	border: 1px solid #000;
	background: #fff;
	text-align: left;
}

#main div.inicio{
	margin: 10px 0;
	width: 500px;
}
#main table.carrito thead{
	color: #fff;
	text-align: left;
	background: #000;
}
#main table.carrito td,#main table.carrito th {
	padding: 5px;
}
#main table.carrito th.col1 {
	width: 270px;
}
#main table.carrito td a{
	color: #000;
}
#main table.carrito tr.par{
	background: #ddd;
}
#main a.boton {
	background: #000;
	color: #fff;
	padding: 5px;
	border: #fff 1px solid;
	margin: 0 auto;
	display: block;
	width: 100px;
}
/* @end */

/* @group Ficha de Artículo */
#TB_ajaxContent div.fichaProducto {
	padding: 20px;
}
#TB_ajaxContent div.fichaProducto h3 {
	font-size: 1.2em;
	margin-bottom: 0.5em;
	color: #fffc00;
}
#TB_ajaxContent div.fichaProducto p {
	margin-bottom: 0.5em;
	color: #fff;
}
#TB_ajaxContent div.fichaProducto span{
	font-weight: bold;
}
#TB_ajaxContent div.fichaProducto a{
	color: #fffc00;
}
#TB_ajaxContent div.fichaProducto div.imagen {
	float: left;
	margin: 0 10px 10px 0;
}
#TB_ajaxContent div.fichaProducto p.detalle.comprar {
	text-align: right;
	line-height: 20px;
	margin: 10px 0;
}
#TB_ajaxContent div.fichaProducto p.detalle.comprar a{
	background: #fff;
	color: #000;
	padding: 5px;
	border: #000 1px solid;
}
#TB_ajaxContent div.fichaProducto div.datosTecnicos{
	width: 275px;
	float: left;
}

#TB_ajaxContent div.fichaProducto div.imagen img {
	max-height: 370px;
}
/* @group Ficha de Articulos en Main (sin JS) */
div.fichaProducto {
	padding: 20px;
}
div.fichaProducto h3 {
	font-size: 1.2em;
	margin-bottom: 0.5em;
	color: #000;
}
div.fichaProducto p {
	margin-bottom: 0.5em;
	color: #000;
}
div.fichaProducto span{
	font-weight: bold;
}
div.fichaProducto a{
	color: #666;
}
div.fichaProducto div.imagen {
	float: left;
	margin: 0 10px 10px 0;
}
div.fichaProducto p.detalle.comprar {
	text-align: right;
	line-height: 20px;
	margin: 10px 0;
}
div.fichaProducto p.detalle.comprar a{
	background: #fff;
	color: #000;
	padding: 5px;
	border: #000 1px solid;
}
div.fichaProducto div.datosTecnicos{
	width: 225px;
	float: left;
}
div.fichaProducto div.datosTecnicos h3{
	width: 225px;
	float: left;
	color: #666;
}
/* @end */
/* @group Listado Artículos */
#main div.listadoArticulos h3{
	margin: 10px 20px;
}
#main div.listadoArticulos div.elemento {
	margin-bottom: 20px;
	border-bottom: 1px dashed;
}
#main div.listadoArticulos div.elemento img {
	width: 80px;
	float: left;
	margin: 0 10px;
	margin-left: 20px;
}
#main div.listadoArticulos div.elemento  h2,
#main div.listadoArticulos div.elemento  h3{
	font-size: 1em;
	margin-bottom: 5px;
}
#main div.listadoArticulos div.elemento  h2 a{
	color:  #000;
}
#main div.listadoArticulos div.elemento p{
	margin: 0 20px 10px 20px;
}
#main div.listadoArticulos div.paginacion {
	text-align: center;
	color: #000;
	clear: both;
}
#main div.listadoArticulos div.paginacion a{
	text-align: center;
	color: #666;
}
#main div.listadoArticulos div.elemento p a.detalle {
	margin: 0 10px;
	background: #fff;
	color: #000;
	padding: 3px;
	border: #000 1px solid;
	font-size: 0.85em;
}
#main div.listadoArticulos div.elemento p a.detalle:hover{
	background: #000;
	color: #fff;
	border: #fff 1px dashed;
}
#main div.listadoArticulos div.elemento  h3 a{
	color:  #666;
	font-style: italic;
}
#main div.listadoArticulos div.elemento p{
	text-align: right;
	clear:both;
}
	/* @end */
/* @end */
#footer{
	background: #fffc00;
	margin: 0;
	text-align: center;
	color: #000;
	width: 100%;
	padding: 10px 0;
	line-height: 16px;
	font-size: 0.8em;
}
#footer a{
	color: #000;
}


/* Inicio */
#main .inicio  div.elemento {
	overflow: auto;
	margin: 10px;
	width: 230px;
	float: left;
	margin-bottom: 10px;
	height: 150px;
	font-size: 0.9em;
}

#main div.inicio a.verMas {
	float: right;
	margin: 0 5px;
	margin-right: 50px;
	background: #fff;
	color: #000;
	padding: 3px;
	border: #000 1px solid;
	font-size: 0.8em;
}
#main div.inicio h3{
	margin: 10px 20px;
}

#main div.inicio div.elemento img {
	width: 80px;
	float: left;
	margin: 0 10px;
	margin-left: 20px;
}
#main div.inicio div.elemento  h2,
#main div.inicio div.elemento  h3{
	font-size: 1em;
	margin-bottom: 5px;
}
#main div.inicio div.elemento  h2 a{
	color:  #000;
}
#main div.inicio div.elemento p{
	margin: 10px;
}
#main div.inicio div.elemento a.botonComprar {
	margin: 5px;
	background: #fff;
	color: #000;
	padding: 3px;
	border: #000 1px solid;
	font-size: 0.8em;
}

#main div.inicio div.imagen {
	height: 150px;
	width: 100px;
	float: left;
	margin-right: 10px;
}
#main div.inicio div.elemento p a.detalle:hover{
	background: #000;
	color: #fff;
	border: #fff 1px dashed;
}
#main div.inicio div.elemento  h3 a{
	color:  #666;
	font-style: italic;
}

.nostock{
    color: red;
}

.stock{
    color: green;
}
