/* @override 
	http://www.buscapromocion.es/Default/css/style.css
	http://buscapromocion.es/Default/css/style.css
	http://librariacartabon.com/css/style.css
*/

.hidden{display:none;}
/* @group Estilos Etiquetas */
body {
	background: #fc7e03;
}
a{
	text-decoration: none;
	cursor: pointer;
	color: #fc7e03;
}
a:hover{
	text-decoration: underline;
}

/* @end */
#page {
	background: #fff;
	overflow: auto;
}
/* @group Cabecera */
#head{
	overflow: auto;
	background: url(../images/cabecera.jpg) no-repeat top right;
	height: 140px;
}
#logo {
	height: 120px;
}
#logo a{
	height: 60px;
	display: block;
	text-indent: -8000px;
	margin: 10px 0 0;
}
#menuUsuario {
	text-align: right;
}
#menuUsuario ul {
	overflow: auto;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-left: 70px;
	color: #fff;
	width: 470px;
}
#menuUsuario a{
	color: #fff;
}
#menuUsuario ul li {
	float: left;
	list-style: none;
	margin-left: 15px;
	width: auto;
}

#busquedaRapida {
	text-align: right;
	margin: 15px 0;
	margin-bottom: 6px;
}
#busquedaRapida form {
	padding-right: 0px;
}
#busquedaRapida form input.boton {
	background: #fc7e03;
	border-width: 1px;
	border-style: groove;
	padding: 1px;
}
#menuCorporativo{
	margin: 15px 0;
}
#menuCorporativo ul{
	overflow: auto;
	margin-left: 10px;
	margin-top: 3px;
		margin-bottom: 0;
}
#menuCorporativo ul li {
	float: left;
	list-style: none;
	padding: 0px 15px;
	margin-left: 0px;
	margin-top: 5px;
	border-right: 2px solid #fff;
}
#menuCorporativo ul li a{
	color: white;
}
/* @end */
/* @group Sidebar */
/* @group Carrito */
#barRight div.capaCarrito {
	background: #522714;
	padding: 5px;
	color: #fff;
	
}
#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: #fc7e03;
}
#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: #fc7e03;
	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;
	background: #c5c3b6;
}
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: #522714;
	margin-bottom: 0;
	padding: 3px;
	color: #fff;
}
#categorias li{
	margin: 0;
	background: #fc7e03;
	border-bottom: 1px dashed #fff;
}
#categorias li a{
	color: #fff;
	border-right: none;
}
#categorias li a:hover{
	background: #fff;
	color: #c5c3b6;
}
/* @end */
/* @end */

/* @group Contenido */
/* @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: 190px;
	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: #fc7e03;
}
div.contentDatos a.linkFloat{
	float: right;
	padding: 5px;
}
#configEnvio div.contentDatos,
#configPago div.contentDatos {
	width: 460px;
	padding: 10px;
}

#confirmPedido div.contentDatos {
	width: 41%;
	margin: 0 2%;
	padding: 2%;
}

#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: #c5c3b6; 
	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 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: 94%;
	margin: 10px 3%;
	border: 1px solid #000;
	background: #fff;
	text-align: left;
}
#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: #fff;
	color: #fc7e03;
	padding: 5px;
	border: #fc7e03 1px solid;
	margin: 0 auto;
	display: block;
	width: 100px;
}
#main a.boton:hover {
	background: #000;
}
/* @end */
#datosPersonales div.contentDatos {
	margin: 0 2%;	
	width: 28%;
	float: left;
	border: 1px solid;
	background: #fff;
	margin-bottom: 20px;
	font-size: 0.9em;
	text-align: center;
	line-height: 40px;
}
#datosPersonales div.contentDatos:hover {
	background: #000;
}

#datosPedidos p {
	margin-left: 20px;
}
#perfilUsuario a.enviarPedido{
	background: #fff;
	color: #000;
	padding: 5px;
	border: #000 1px solid;
	margin: 10px auto;
	width: 100px;
	display: block;
	text-align: center;
}
#datosPedidos #accordion{
	font-size: 0.9em;
	width: 94%;
	margin: 0 3%;
}
#accordion table.carrito {
	margin: 5px 3%;
	width: 94%;
	font-size: 0.9em;
}
#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;
	color: #522714;
	text-decoration: underline;
}
div.fichaProducto p {
	margin-bottom: 0.5em;
	text-indent: 15px;
}
div.fichaProducto span{
	font-weight: bold;
}
div.fichaProducto a{
	color: #fff;
	font-style: italic;
}
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: #000;
	color: #fc7e03;
	padding: 5px;
	border: #000 1px solid;
}
div.fichaProducto p.detalle.comprar a:hover{
	background: #fff;
}
div.fichaProducto div.datosTecnicos{
	margin-top: 15px;
}

#TB_window #TB_ajaxContent {
	background: #fc7e03;
}
/* @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: #fc7e03;
}
#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: #fc7e03;
	color: #fff;
	border: #fc7e03 1px dashed;
}
#main div.listadoArticulos div.elemento  h3 a{
	color:  #fc7e03;
	font-style: italic;
}
#main div.listadoArticulos div.elemento p{
	text-align: right;
	clear:both;
}
	/* @end */

/* @group Inicio */
#main div.inicio{
    margin-top: 10px;
}

#main div.inicio div.imagen{
	width: 100px;
	float: left;
	margin: 0 5px;
}
#main div.inicio h2 a{
	color: #000;
}
#main div.inicio div.elemento {
	overflow: auto;
	margin: 10px;
	width: 240px;
	height: 220px;
	float: left;
	border-bottom: 1px dashed;
}
#main div.inicio div.elemento img{
    max-height:180px;
}
#main div.inicio h3 {
	margin: 10px;
}

#main div.inicio div.articulo,
#main div.inicio div.noticia {
	height: 250px;
	border: 1px solid;
	margin: 5px -1px;
}

#main div.inicio a.verMas {
	display: block;
	clear: both;
	text-align: right;
	margin: 10px;
}

#main div.inicio div.elemento p {
	clear: both;
	margin-bottom: 2px;
	text-align: right;
}
#main div.inicio div.elemento h2{
	font-size: 1em;
}
#main div.inicio div.imagen img{
	width: 100px;
}

/* @end */
/* @end */
#footer{
	background:#c5c3b6;
	margin: 0;
	text-align: center;
	color: #fff;
	width: 100%;
	padding: 10px 0;
	line-height: 16px;
	font-size: 0.8em;
}
#footer a{
	color: #fff;
}
span.nostock {
	padding: 3px 5px;
	background: #ff0000;
	color: #fff;
	font-size: 0.8em;
	margin-left: 2px;
}
span.stock {
	padding: 3px 5px;
	background: #00ff00;
	color: #fff;
	font-size: 0.8em;
	margin-left: 2px;
}