/* @override 
	http://www.libreriaamarilla.com/css/style.css
	http://www.buscapromocion.es/Mentor/css/style.css
	http://buscapromocion.es/victorjara/css/style.css
*/

.hidden{display:none;}

#main h2 {
	color:#2B7133;
}

ul.revistas li{
	float: left;
	list-style: none;
	margin: 10px;
	width: 45%;
}
ul.revistas li a{
	color: #2B7133;
	text-decoration: none;
	font-size: 1.2em;
}
ul.revistas li a:hover{
	color: #666;
	text-decoration: underline;
}
iframe{
	width: 500px;
	border: 1px solid;
	color:#2B7133;
}
/* @group Estilos Etiquetas */
body {
	background: #FFF url(../images/bgbody.jpg) no-repeat top center;
}
a{
	text-decoration: underline;
	cursor: pointer;
	color: #666;
}
a:hover{
	text-decoration: underline;
}
/* @end */
#page {
	background: transparent;
	overflow: auto;
}
/* @group Cabecera */
#head{
	overflow: auto;
	margin-bottom: -2px;
}
#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-right: 50px;
	background: transparent;
        color:#2b7133;
}
#menuUsuario ul li {
	float: left;
	list-style: square;
	margin-top: 10px;
        margin-left:20px;
}
#menuUsuario ul li a {
	color: black;
        text-decoration: none;
}
#busquedaRapida {
	text-align: left;
	margin:35px 0 64px;
}
#busquedaRapida form {
	padding-left: 35px;
}

#busquedaRapida form input{
        width:350px;
}

#busquedaRapida form input.boton {
	background: #fffc00;
	border-width: 1px;
	border-style: groove;
	padding: 1px;
        width:55px;
}
#menuCorporativo{
	margin: 5px 0;
}
#menuCorporativo ul{
	overflow: auto;
	margin: auto;
	margin-left: 0px;
}
#menuCorporativo ul li {
	float: left;
	list-style: none;
	padding: 0 8px;
        line-height:35px;
        width:90px;
        text-align:center;
        font-size:0.8em;
	margin-left: 0px;
        background: transparent url(../images/menu.png) no-repeat top center;
}
#menuCorporativo ul li a{
	color: black;
}
/* @end */
/* @group Sidebar */

#barLeft, #barRight {
	margin-top: 30px;
}
/* @group Carrito */
#barRight div.capaCarrito {
	background: #d1e8ad;
	color: #000;
	
}
#barRight div.capaCarrito h3.carrito {
	background-color:#353638;
        color:#FFFFFF;
        font-size:1.2em;
        margin-bottom:0px;
        padding:5px;
}
#barRight div.capaCarrito a.enviarPedido {
	padding: 3px;
	margin: 3px;
	font-size: 0.9em;
	color: #333;
}
#barRight div.capaCarrito table.carrito{
	width: 100%;
	font-size: 0.8em;
	margin-bottom: 5px;
        background-color: #ecf9d7;
}
#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: #000;
	text-align: left;
}
#barRight div.capaCarrito table.carrito td {
	padding: 1px 2px;
}
#barRight div.capaCarrito table.carrito td a{
	color: #000;
}
#barRight div.capaCarrito table.carrito input{
	width: 15px;
}
/* @end */
/* @group Módulo Artículos */
div.moduloArticulos {
        padding: 0px;
        text-align: center;
        margin: 10px 0;
}
div.moduloArticulos h3 {
        margin-bottom: 0;
        font-size: 1.2em;
        background: #2B7133;
        color: #fff;
}
div.moduloArticulos div.elemento {
        background: none;
        padding: 10px 0;
        margin: 0;
        background: #f5fceb;
}
div.moduloArticulos div.elemento p {
        margin-bottom: 0;
}
div.moduloArticulos div.elemento img{
        width: 100px;
        border: 1px #b2e2f5 solid;
}
div.moduloArticulos div.elemento h2 {
        font-size: 0.8em;
        margin-bottom: 0.5em;
}
div.moduloArticulos div.elemento a {
        background: none;
        display: inline;
        color: #333333;
}
div.moduloArticulos a{
        background: #ddeec1;
        display: block;
        color: #2b7133;
}
/* @end */

/* @group Ofertas */

div.moduloArticulos.Vendidos h3{
    background-color:#b4232b;
}

div.moduloArticulos.Vendidos div.elemento{
    background-color: #f9dedd;
}

div.moduloArticulos.Vendidos a{
    background-color: #de1f23;
    color: #FFF;
}

/* @end */

/* @group Menú Categorías */
#categorias h3{
	font-size: 1.1em;
	background-color: #2b7133;
	margin-bottom: 0;
	padding: 3px;
	color: #FFF;
	text-align: center;
}
#categorias li{
	margin: 0;
	background: #464646;
}
#categorias li a:hover{
	color: #FFF;
        background: rgb(102, 102, 102);
}
#categorias li a{
	background: #d1e8ad;
	color: #2b7133;
        border-right: none;
}
/* @end */
/* @end */

/* @group Contenido */

#content {
	overflow: auto;
	background: url(../images/bgPatron.png);
}

#main{ 
	min-height:600px; 
	background: none;
	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;#2B7133;
	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: #000;
}
#TB_ajaxContent div.fichaProducto p {
	margin-bottom: 0.5em;
	color: #000;
}
#TB_ajaxContent div.fichaProducto span{
	font-weight: bold;
}
#TB_ajaxContent div.fichaProducto a{
	color: #000;
}
#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: #fff url(../images/bgpie.jpg) no-repeat top center;
	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;ecf9d7
	border: #000 1px solid;
	font-size: 0.8em;
}
#main div.inicio h3{
	margin: 10px 0;
        color:#2B7133;
}

#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
}#2B7133;
