/* @override http://www.libreriapapeleriaminerva.com/css/style.css */

/* @override http://www.buscapromocion.es/Minerva/css/style.css */

/* @override http://www.buscapromocion.es/Minerva/css/style.css */

/* @override http://www.buscapromocion.es/Minerva/css/style.css */
.hidden{display:none;}
/* @group Estilos Etiquetas */
body {
	background: #6e37a1 url('../images/fondoBody.jpg') repeat-x;
}
a{
	text-decoration: none;
	cursor: pointer;
	color: #0000ff;
}
a:hover{
	text-decoration: underline;
}
/* @end */
#page {
	background: #6a359c url('../images/fondoPage.jpg') no-repeat;
	overflow: auto;
}
/* @group Cabecera */
#logo a{
	height: 190px;
	text-indent: -5000px;
	background: url('../images/logo.gif') no-repeat;
	display: block;
}
#menuUsuario {
	text-align: right;
}
#menuUsuario ul {
	overflow: auto;
	margin-bottom: 75px;
	padding-left: 100px;
}
#menuUsuario ul li {
	float: left;
	list-style: none;
}
#menuUsuario ul li a {
	color: white;	
}
#busquedaRapida {
	text-align: right;
	margin: 10px 0;
}
#busquedaRapida form {
	padding-right: 0px;
}
#busquedaRapida form input.boton {
	background: #ffb600;
	border-width: 1px;
	border-style: groove;
	padding: 1px;
}
#menuCorporativo{
	margin: 25px 0;
}
#menuCorporativo ul{
	overflow: auto;
	margin: auto;
	margin-left: 100px;
}
#menuCorporativo ul li {
	float: left;
	list-style: none;
	padding: 5px 15px;
	margin-left: 0px;
	border-right: 2px solid #fff;
}
#menuCorporativo ul li a{
	color: #fff;
}
/* @end */
/* @group Sidebar */
/* @group Carrito */
#barRight div.capaCarrito {
	background: #fdf3e0;
	padding: 5px;
	color: #000;
	
}
#barRight div.capaCarrito h3.carrito {
	font-size: 1.2em;
	margin-bottom: 0.5em;
	border-bottom: 1px solid;
}
#barRight div.capaCarrito a.enviarPedido {
	padding: 3px;
	margin: 3px;
	font-size: 0.9em;
	color: #ff0000;
}
#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: #ff0000;
	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: 10px;
	border: 0;
	text-align: center;
	margin: 10px 0;
	background: #ffd88d;
}
div.moduloArticulos a{
	color: #000;
}
div.moduloArticulos h3 {
	margin-bottom: 0;
	font-size: 1.2em;	
}
div.moduloArticulos div.elemento {
	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: #f0af2f;
	margin-bottom: 0;
	padding: 3px;
	color: #fff;
}
#categorias li{
	margin: 0;
	background: #2a2a2a;
	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 */

div.inicio {
	padding: 10px;
}

#main div.inicio.grid_9.alpha.omega.listadoArticulos.articulo div.elemento {
	width: 240px;
	height: 150px;
	float: left;
	border: none;
	margin: 10px;
	border-bottom: 1px dashed;
	
}
a.botonComprar{
	font-size: 0.8em;	
}
/* @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: 220px;
	float: left;
	margin: 0 19px;	
	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;
}
#configEnvio div.contentDatos,
#configPago div.contentDatos {
	width: 480px;
}

#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 */
#main{ 
	min-height:600px; 
	background: #ffd88d; 
	margin-bottom: 20px;
}
#main div.seccion {
	padding: 10px;
}
/* @group Carrito en Main */
#main h3.carrito{
	margin: 20px;
	border-bottom: 1px solid;
	text-align: left;
}
#main table.carrito{
	text-align: left;
}

#main table.carrito input{
	width: 30px;
}
#main div.capaCarrito{
	text-align: center;
}
#main div.capaCarrito a.enviarPedido{
	background: #6a359c;
	color: #fff;
	padding: 5px;
	border: #fff 1px solid;
	margin: 0 10px;
	width: 100px;
}
#main table.carrito {
	width: 480px;
	margin: 10px 19px;
	border: 1px solid #000;
	background: #fff;
}
#main table.carrito thead{
	color: #fff;
	text-align: left;
	background: #000;
}
#main table.carrito td,#main table.carrito th {
	padding: 5px;
}
#main table.carrito td a{
	color: #000;
}
#main table.carrito tr.par{
	background: #ddd;
}
#main a.boton {
	background: #6a359c;
	color: #fff;
	padding: 5px;
	border: #fff 1px solid;
	margin: 0 auto;
	display: block;
	width: 100px;
}
/* @end */
#datosPersonales div.contentDatos {
	width: 150px;
	float: left;
	margin: 0 10px;	
	border: 1px solid;
	background: #fff;
	margin-bottom: 20px;
	font-size: 0.9em;
}
#perfilUsuario a.enviarPedido{
	background: #6a359c;
	color: #fff;
	padding: 5px;
	border: #fff 1px solid;
	margin: 10px auto;
	width: 100px;
	display: block;
	text-align: center;
}

#accordion table.carrito {
	margin: 5px 0;
	width: 450px;
	font-size: 0.8em;
}
#accordion table.carrito th.col3{
	margin: 5px 0;
	width: 55px;
	font-size: 0.8em;
}
/* @group Ficha de Artículo */
div.fichaProducto {
	padding: 20px;
}
div.fichaProducto h3 {
	font-size: 1.2em;
	margin-bottom: 0.5em;
}
div.fichaProducto p {
	margin-bottom: 0.5em;
}
div.fichaProducto span{
	font-weight: bold;
}
div.fichaProducto a{
	color: #6a359c;
}
div.fichaProducto div.imagen {
	float: left;
	margin: 0 10px 10px 0;
}
div.fichaProducto p.detalle.comprar {
	text-align: right;
}
div.fichaProducto p.detalle.comprar a{
	background: #6a359c;
	color: #fff;
	padding: 5px;
	border: #fff 1px solid;
}
div.fichaProducto div.datosTecnicos{
	clear: both;
}
/* @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: #ff0000;
}
#main div.listadoArticulos div.elemento p a.detalle {
	margin: 0 10px;
	background: #6a359c;
	color: #fff;
	padding: 3px;
	border: #fff 1px solid;
	font-size: 0.85em;
}
#main div.listadoArticulos div.elemento p a.detalle:hover{
	background: #fff;
	color: #6a359c;
	border: #6a359c 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: url('../images/fondoFooter.jpg') no-repeat right;
	margin: 0;
	text-align: center;
	color: #fff;
	width: 100%;
	padding: 10px 0;
	line-height: 16px;
	font-size: 0.8em;
}
#footer a{
	color: #fff;
}
