/* @override http://www.libreriafabula.com/themes/fabula/templates/css/style.css */

/* Reiniciamos los estilos */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, font, img,
ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
center, u, b, i, form {
	margin: 0; padding: 0; border: 0; outline: 0; font-weight: normal;
	font-style: normal; font-size: 100%; font-family: inherit; vertical-align: baseline
}
body {line-height: 1;}
:focus {outline: 0}
ol, ul {list-style: none; padding:0;}
table {border-collapse: collapse;border-spacing: 0;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
input, textarea {margin: 0;padding: 0;}
hr {margin: 0;padding: 0;border: 0;color: #000;background-color: #000;height: 1px}

/* A continuación definimos los estilos para la estructura del documento */
body {
	background: #000;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
em{
    font-style:italic;
}
form{margin:0;}
p{margin:0;}
h1{margin:0;}
strong{ font-weight: bold;}
/* Contenedor centrado y de ancho fijo */
	#page{
		margin: 0 auto;
		width: 766px;
	}
	
	/* Cabecera */
		#head{
			background: top center url(../image/cabecera.jpg) no-repeat;
			height: 113px;
		}
			#head h1{text-indent: -5000px;}
			#head #busquedaRapida{ width: 320px; margin-top: 44px; margin-left:435px; margin-right: 10px;}
			#head #busquedaRapida form{ text-align:left;}
			#head #busquedaRapida form input{ border: 1px solid;padding:3px;}
			#head #busquedaRapida form input.boton{ 
				border: none; padding:3px; color:#fff; 
				text-transform: uppercase; font-weight:bolder; background:#000;
				font-size: 0.8em;
			}
			
			#head #menuUsuario{ 
				width: 320px; margin-left:435px;margin-right: 10px; 
				margin-top: 5px; color: #fff; font-size: 0.8em; text-align: left;
			}
			#head #menuUsuario a{ color: #fff;}
	/* Contenido principal */		
		#content{
			background: top center #fff url(../image/fondo.jpg) no-repeat;
			overflow: auto;
			width: 100%;
			text-align: left;
		}
#content #main{
    width: 550px;
}
		
		/* Definición de Columnas */
			#content .column{
				width: 195px;
				min-height: 605px;
			}
			
		/* Columna Central */
			#content #barCenter{
				width: 250px;
			}
			/* Estilos internos de la columna Central */
				#content #barCenter h2{
					margin: 15px 5px;
					text-transform: uppercase;
					font-size: 2.4em;
					font-weight: bolder;
					color:#920101;
					font-family: Impact, fantasy;
				}
				#content #barCenter p{
					margin: 15px 0;
					font-size: 0.9em;
					line-height: 1.3em;
				}
			
		/* Columna Izquierda */
			#content #barLeft{
				background:url(../image/lateral-trans.png) right top no-repeat;
			}
			/* Estilos internos de la columna Izquierda */
				#barLeft .pad{padding-right: 20px;}
				/* Menú principal */
				#barLeft #menu{ text-align: right; margin-top: 35px; font-size: 0.75em;}	
				#barLeft #menu a{color: #000; display:block; height: 15px; padding: 1px;}
				#barLeft #menu ul li{
					margin: 12px 0;
					height: 15px;
				}
				#barLeft #menu ul li a.largo{background:url(../image/largo-trans.png) left top no-repeat;}
				#barLeft #menu ul li a.medio{background:url(../image/medio-trans.png) left top no-repeat;}
				#barLeft #menu ul li a.corto{background:url(../image/corto-trans.png) left top no-repeat;}
				#barLeft #menu ul li a:hover{color: #fff; background:url(../image/menuActual-trans.png) left top no-repeat;}
				/* Menú Categorias */
				#barLeft #categorias{ width:165px; margin-left: 0; background-color:#2a2a2a; margin-top: 20px; padding-top:1px;}
				#barLeft #categorias .pad{ padding: 8px;}
				#barLeft #categorias h3{ 
                        margin:13px;
                        margin-bottom: 0;
                        text-transform: uppercase;
                        color: #fff;
                        font-weight: bold;
                        font-size: 0.8em;
                 }
                #categorias #scrollable{
                        overflow:hidden;
                        /*height:300px;*/
                        position:relative;
                }
                #categorias div.pad ul.items{
                    /*position:absolute;*/
                }
                #barLeft #categorias li{
					font-size: 0.9em;
					list-style: square;
					color: #aaaaaa; 
					border-bottom: 1px dotted; 
					list-style-position:inside;
				}
				#barLeft #categorias li a{color: #aaaaaa; text-decoration: none;}
		/* Columna Derecha */
			#content #barRight{
				background:url(../image/lateral-trans.png) left top no-repeat;
				width: 300px;
			}
			/* Estilos internos de la columna Derecha */
				#barRight h3{
					margin: 10px 5px;
					text-transform: uppercase;
					font-size: 1.4em;
					font-weight: bolder;
					color:#575756;

				}
				#barRight .pad{padding-left: 35px;}	
				/* Listado de elementos (libros) en la columna Derecha */
				#barRight .elemento {
					margin-top: 20px;
					text-transform: uppercase;
clear:both; overflow: auto;
				}
					#barRight .elemento h3{
						font-size: 0.8em;
						margin: 0.2em;
					}
					#barRight .elemento h2{
						font-size: 0.8em;
						margin: 0.2em;
					}
					#barRight .elemento h2 a{
						color: #b3b3b3;
						font-weight: bold;
					}
					#barRight .elemento h3 a{
						color: #6d6d6d;
						font-weight: bold;
						text-decoration: none;
					}
					
					#barRight .elemento p{
						color: #e00000;
						font-weight: bold;
					}
					#barRight .elemento p.detalle{
						background: #4c4c4c url(../image/flecha.png) no-repeat right;
						margin: 15px 50px 0 120px;
						padding: 5px;
					}
						#barRight .elemento p.detalle a{
							color: #fff;
							text-decoration: none;
							font-size: 0.8em;
							font-weight: bolder;
						}
					#barRight .elemento .imagen{
						width: 105px;
						overflow: hidden;
						background: #fff;
						border: outset 1px #000;
						float: left;
						margin-right: 15px;
					}
#barRight .elemento .imagen img{ width: 105px;}
			
		/* Pie de página */
		#footer{
			height: 55px;
			background:bottom center #fff url(../image/pie.jpg) no-repeat;
			font-size: 0.8em;
			color: #000;
			font-weight: bold;				
		}
			/* Estilos de pie de página */
			#footer a{ color: #000; text-decoration:none;}
			#footer #autor { color: #fff;}
			#footer #autor a{ color: #fff;}
			#footer p{padding: 6px 0;}
		
div.listadoArticulos ul.subCategorias{
  margin: 15px;
  border: 1px solid #e00000;
  overflow:auto;
  padding: 15px;
  background: #fefefe;
  padding-bottom: 0px;
  font-size: 0.8em;
}
div.listadoArticulos ul.subCategorias li{
    width: 33%;
    float: left;
    height: 30px;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:circle;
    margin-left:3%;
    width:30%;
}
div.listadoArticulos ul.subCategorias li a{
    color:#e00000;
}
/* Clases generales de la página*/
	.pad{padding: 10px;}
	.floatLeft{float:left;display: inline;overflow: hidden;}
	.floatRight{float:right;display: inline;overflow: hidden;}
	.clear{clear: both;}
	.oculta{display:none;}
/* Ficha de Artículo */
div.fichaProducto{
    margin:15px;
    overflow:auto;
    padding:10px;
    position:relative;
}

div.fichaProducto div.imagen{
    float:left;
    height:auto;
    overflow:hidden;
    width:200px;
    margin: 10px;
}
div.fichaProducto div.imagen img{
    border:1px outset;
    width:99%;
}

div.fichaProducto div.datosInteres{
    float:left;
    margin:10px;
    position:relative;
    width:250px;
}
div.fichaProducto div.datosInteres h3{
    color:#920101;
    font-weight:bold;
    line-height:1.2em;
    margin-bottom:0.5em;
    font-size: 1.1em;
}
            div.fichaProducto div.datosInteres p.autores{
                    font-style:italic;
                    margin-bottom:2em;
                }
div.fichaProducto div.datosInteres p.autores a{
    color:#920101;
    font-style: italic;
}
div.fichaProducto div.datosInteres p{
    line-height: 1.5em;
}
div.fichaProducto div.datosInteres p a{
    color:#920101;
}

div.fichaProducto div.datosTecnicos{
    clear:both;
    margin: 10px;
}
div.fichaProducto div.datosTecnicos h3{
    color:#920101;
    font-weight:bold;
    line-height:1.2em;
    margin-bottom:0.5em;
    font-size: 1.1em;
}
div.fichaProducto div.datosTecnicos p{
    line-height: 1.5em;
}
div.fichaProducto div.datosTecnicos p a{
    color:#920101;
}
/* Listado de articulos */
div.listadoArticulos .elemento {
    margin: 20px;
    clear:both;
    overflow: auto;
    border-bottom:1px dashed;
    padding-bottom:15px;
}
div.listadoArticulos .elemento h3{
    font-size: 0.9em;
    margin: 0.2em;
}
div.listadoArticulos .elemento h2{
    font-size: 0.9em;
    margin: 0.2em;
}
div.listadoArticulos .elemento h2 a{
    color: #2a2a2a;
    font-weight: bold;
    line-height: 1.2em;
     
}
div.listadoArticulos .elemento h3 a{
    color: #6d6d6d;
    font-weight: bold;
    text-decoration: none;
    font-size: 0.9em;
    line-height: 1.2em;
    margin-bottom: 1em;
}

div.listadoArticulos .elemento p{
    color: #e00000;
    font-weight: bold;
}
div.listadoArticulos .elemento p.detalle, .comprar{
    background: #4c4c4c url(../image/flecha.png) no-repeat right;
    margin:20px 15px 10px 0;
    padding:5px 20px 5px 10px;
    float:left; text-transform:uppercase;
    color:#fff;
}
div.listadoArticulos h3{
    color:#920101;
font-size:1.4em;
font-weight:bold;
line-height:1.6em;
margin:1.2em;
}
div.listadoArticulos .elemento p.detalle:hover, .comprar:hover{
    background: #E00000; text-decoration:underline; 
}
    div.listadoArticulos .elemento p.detalle a{
        color: #fff;
        text-decoration: none;
        font-size: 0.8em;
        font-weight: bolder;
    }
    div.fichaProducto div.datosInteres p.comprar a{color: #fff; text-decoration:none;}
div.listadoArticulos .elemento .imagen{
    width: 105px;
    overflow: hidden;
    background: #fff;
    float: left;
    margin-right: 15px;
    
}
div.listadoArticulos .elemento .imagen img{
    width: 99%;
    border: outset 1px #000;
}

div.listadoArticulos .paginacion{
    font-size:0.9em;
    margin-bottom:10px;
    text-align:center;
}
div.listadoArticulos .paginacion strong{
    font-weight: bold;
}
div.listadoArticulos .paginacion a{
    text-decoration: none;
    color: #ff0000;
}

table.carrito{
    margin: 10px;
    width: 530px;
}
table.carrito tr{
    border-bottom: 1px dashed #666;
}
table.carrito th.col1{ width: 405px;}
table.carrito th.col2{ width: 40px;}
table.carrito th.col3{ width: 60px;}
table.carrito th.col4{ width: 25px;}

table.carrito thead{
    background: #920101;
    color: #fff;
    font-weight: bold;
}
table.carrito th, table.carrito td{
    padding: 5px;
}
table.carrito tbody{
    font-size: 0.8em;
}
table.carrito tbody tr.par{
    background:#fff;
}
table.carrito tbody tr.impar{
    background:#e1e1e1;
}
table.carrito tfoot{
    font-weight:bold;
    font-size: 0.8em;
}
table.carrito tfoot tr{
    border:none;
}
table.carrito a.eliminarLineaCarro{
    background:transparent url(../image/delete.gif) no-repeat scroll 0 0;
    display:block;
    height:25px;
    text-indent:50000px;
    width:25px;
}
table.carrito td.eliminarLineaCarro{
    padding: 3px 0 1px 5px;
    vertical-align: top;
}
table.carrito input{ width:40px;}
h3.carrito{
    color:#920101;
    font-size:1.4em;
    font-weight:bold;
    line-height:1.6em;
    margin:1.2em 1.2em 0.6em 0.6em;
}
table.carrito a{color: #ff0000; text-decoration:none;}
table.carrito a:hover{text-decoration:underline;}
a.enviarPedido{
		margin:10px 210px;
		width:125px;
		height:31px;
		background:#666666 url(../image/button-trans.png) no-repeat;
		text-align:center;
		line-height:31px;
		color:#FFFFFF;
		font-size:11px;
        display:block;
        text-decoration:none;
	}
 a.enviarPedido:hover{ text-decoration:underline;}
.contentDatos{
    margin: 10px;
    width: 250px;
    float:left;
}
div.datosEnvio{
    padding: 10px;
    min-height: 185px;
}
div.datosEnvio a.enviarPedido{
    margin: 10px 50px;
}
#datosPersonales div.datosEnvio{
    min-height: 170px;
    border: none;
}
#datosPersonales div.datosEnvio a.enviarPedido{
    margin: 10px 3px;
}
.contentDatos h3{color:#e00000;}
h2.confirmarPedido{
    clear:both;
    border-bottom:1px dashed #666666;
    clear:both;
    color:#666666;
    font-size:1.2em;
    margin-left:10px;
    margin-right:10px;
    padding-top:10px;
}
#datosPersonales p{
    font-size:0.8em;
    line-height:1.2em;
    margin:0 0 5px 0;
}
.contentDatos label {
    display:block;
    float:left;
    font-weight:bold;
    width:80px;
}
label.acordeonLeft {
    display:block;
    float:left;
    width:200px;
}
label.acordeonRight {
    display:block;
    float:right;
    width:300px;
    text-align:right;
}

#accordion {
	font-size: 0.9em;
}
#perfilUsuario .contentDatos{
    width:160px;
    margin: 0 10px;
}
#accordion a{overflow:auto;}
#accordion table.carrito{width: 450px;}
#accordion table.carrito th.col1{width: 325px;}

iframe{ border: 1px solid #920101; margin: 20px; margin-top:0px;}
a.mapa{ color: #920101; text-decoration:none;margin-left:20px; display:block; margin-bottom:20px;}
a.mapa:hover{ color: #000; text-decoration:underline;}


p.fechaNoticia{margin:-1.2em 0 0 20px; color: #666;font-style:italic;}
p.publicado{text-align: right;}
p.publicado small{font-size:0.8em; color:#666; margin:1.2em;}
p.cuerpo{line-height: 1.5em; margin:1.2em 0;}
/* Formulario contacto */
/* ----------- My Form ----------- */
.myform{
	margin:0 auto;
	width:400px;
	padding:14px;
}
	/* ----------- stylized ----------- */
	#stylized{


		margin: 20px auto;
	}
	#stylized h1 {
		font-size:14px;
		font-weight:bold;
		margin-bottom:8px;
	}
	#stylized p{
		font-size:11px;
		color:#666666;
		margin-bottom:20px;
		border-bottom:solid 1px #ff0000;
		padding-bottom:10px;
		font-family: Arial, Helvetica, sans-serif;
	}
	#stylized label{
		display:block;
		font-weight:bold;
		text-align:right;
		width:140px;
		float:left;
	}
	#stylized .small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;
		width:140px;
	}
	#stylized input, #stylized textarea{
		float:left;
		font-size:12px;
		padding:4px 2px;
		border:solid 1px #000;
		width:200px;
		margin:2px 0 10px 10px;
	}
	#stylized textarea{
		float:none;
		width:200px;
	}
	#stylized input.button{ 
		clear:both;
		margin:10px 140px;
		width:125px;
		height:31px;
		background:#666666 url(../image/button-trans.png) no-repeat;
		text-align:center;
		line-height:31px;
		color:#FFFFFF;
		font-size:11px;
		font-weight:bold;
		border:none;
		float: none;
	}

a.boton {
		clear:both;
		margin:10px auto;
		width:125px;
		height:31px;
		background:#666666 url(../image/button-trans.png) no-repeat;
		text-align:center;
		line-height:31px;
		color:#FFFFFF;
		font-size:11px;
		font-weight:bold;
		border:none;
		float: none;
		display: block;
		text-decoration: none;
}
	#stylized input.error, #stylized textarea.error{
		background: #ff0000;
	}
	span.rojo{
		color: #ff0000;
		font-size: 1.2em;
	}
    /* Estilos formulario de busqueda */
    #stylized .orderBy label{
		display:inline;
        float:none;
	}
    #stylized #buscador input.boton{
		margin:20px 100px;
	}
    #stylized #buscador label{
		text-align: left;
	}

    /* Enlaces */
div.enlace{
    float:left;
    margin: 10px;
    width:250px;
    height: 230px;
    text-align:center;
    display:block;
}

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{
	float: right;
	padding: 5px;
	color: #ff0000;
}
#configEnvio div.contentDatos,
#configPago div.contentDatos {
	width: 500px;
}

#configPago div.contentDatos.totales {
	width: 240px;
	margin: 0 230px 20px 230px;
}

div#stylized.myform {
	width: 420px;
}

#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;
	margin-bottom: 10px;
}

#confirmPedido div.contentDatos {
	width: 230px;
}

#stylized #formulario label.pago span{
	text-align: left;
	width: 340px;
	margin-bottom: 10px;
}
#stylized #formulario input.radio{
	width: 30px;
}

div.contentDatos a{
	color: #ff0000;
}
div.contentDatos a.linkFloat{
	float: right;
	padding: 5px;
}

div.orderBy{
    clear:both;
}
#datosPersonales div.contentDatos {
	margin: 0 2%;
	width: 28%;
	float: left;
	border: 1px solid;
	background: #fff;
	margin-bottom: 20px;
	font-size: 0.9em;
	line-height: 40px;
}
#datosPersonales div.contentDatos:hover {
	background: #000;
}
#datosPersonales div.contentDatos h3{
	overflow: auto;
	margin: 0;
	padding: 0;
	text-align: center;
}
#datosPersonales div.contentDatos a{
	float: none;

	text-decoration: none;
}
select{
	width: 200px;
	margin-left: 10px;
	margin-bottom: 10px;
}
h1{
    clear:both;
}
span.nostock {
	padding: 3px 5px;
	background: #ff0000;
	color: #fff;
	font-size: 0.8em;
	margin-left: 15px;
}
span.stock {
	padding: 3px 5px;
	background: #00ff00;
	color: #fff;
	font-size: 0.8em;
	margin-left: 15px;
}