/* Genéricos */

body, div, input, ul, li, textarea, select{
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	font-size: 15px;
	text-shadow: 0px 1px 1px #ffffff;
	/* filter: dropshadow(color=#ffffff, offx=0, offy=1); */
	}
h1, h2, h3, h4{
	font-weight: normal;
	color: #999;
	}
h1{
	font-style: italic;
	color: #aaa;
	
	}
h3{
	font-style: italic;
	font-size: 21px;
}

hr{
	height: 1px;
	width: 60%;
	background: #999;
	border: 0 none;
	border-bottom: 1px solid #eee;
}	

input{
	-webkit-transition: color 250ms linear;
	-moz-transition: color 250ms linear;
	-o-transition: color 250ms linear;
	transition: color 250ms linear;
	}
blockquote{
	color: #666;
	font-style:italic;
	margin-top: 0px;
	margin-left: 50px;
	font-size: 14px;
	}
a{
	/* color: #4BBFF3; */
	color: #09F;
	-webkit-transition: color 250ms linear;
	-moz-transition: color 250ms linear;
	-o-transition: color 250ms linear;
	transition: color 250ms linear;
	text-decoration: none;
	}
a:hover{
	color: #B11014;
	}
a.boton{
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	display: inline-block;
	margin: 1px 5px;
	padding: 2px 3px;
	background-color: #09F;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow: none;
	text-transform: capitalize;
	-webkit-transition: background 250ms linear;
	-moz-transition: background 250ms linear;
	-o-transition: background 250ms linear;
	transition: background 250ms linear;
}
a.boton:hover{
	background-color:#B11014;
	}
a.gris{
	background-color: #646469;
	}
a.botonGrande{
	text-decoration: none;
	font-weight: bold;
	font-size: 17px;
	display: inline-block;
	margin: 1px 5px;
	padding: 5px 10px;
	background-color: #4BBFF3;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow: none;
	text-transform: capitalize;
	-webkit-transition: background 250ms linear;
	-moz-transition: background 250ms linear;
	-o-transition: background 250ms linear;
	transition: background 250ms linear;
}
a.botonGrande:hover{
	background-color:#B11014;
	}
.botonRojo, .botonRojoGrande{
	border: 0 none;
	cursor: pointer;
	display: inline-block;
	height: 30px;
	width: 132px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF !important;
	line-height: 28px;
	vertical-align: middle;
	background: url(../img/boton_corto.png) center center no-repeat;
	text-shadow: 0px -1px 1px #330000;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	transition: all 250ms linear;
	}
.botonRojo:hover, .botonRojoGrande:hover{
	text-shadow: 0px 0px 10px #FF9999;
	}
.botonRojoGrande{
	width: 232px;
	background: url(../img/boton_largo.png) center center no-repeat;
	}

/* Maquetación base */

body{
	background: url(../img/fondo_web.jpg) center top;
	min-width: 999px;
}
#destello{
	background: url(../img/fondo_destello.png) center top no-repeat;
	min-height: 400px;
	}
#margen_top{
	background: url(../img/margen_top.png) left top repeat-x;
	min-height: 400px;
	}
#parte_superior{
	background: url(../img/fondo_logo.png) center top no-repeat;
	height: 252px !important;
	}
#contenidos_top{
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	}
#menu_general{
	background: url(../img/fondo_menu.png) left top no-repeat;
	position: absolute;
	margin-left: 335px;
	margin-top: 7px;
	line-height: 50px;
	font-size: 22px;
	text-align: center;
	color: #933;
	width: 533px !important;
	height: 53px !important;
	}
#menu_general a{
	color: #222;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
	}
#menu_general a:hover{
	color: #4BBFF3;
	}
#buscador{
	background: url(../img/fondo_buscador.png) left top no-repeat;
	position: absolute;
	margin-left: 570px;
	margin-top: 66px;
	width: 422px !important;
	height: 43px !important;
	}
form.buscar{
	width: 422px;
	height:42px;
	line-height: 42px;
	display: inline-block;
	margin-top: 1px;
}
input.buscar_input{
	background: none;
	border: 0 none;
	font-style: italic;
	font-size: 24px;
	margin-left: 12px;
	width: 295px;
	height:42px;
	/* line-height: 42px;
	vertical-align: middle; */
	float:left;
	}
input.buscar_boton, input.buscar_boton:active{
	width: 113px;
	height: 42px;
	line-height: 40px;
	font-size: 20px;
	border: 0 none;
	background: url(../img/buscar_boton.png) left center no-repeat;
	text-align: center;
	float: right;
	margin-right: 2px;
	color: #fff;
	text-shadow: 0px -1px 1px #330000;
	cursor: pointer;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	transition: all 250ms linear;
	}
input.buscar_boton:hover{
	text-shadow: 0px 0px 10px #FF9999;
	}
#acceso_compras{
	background:url(../img/fondo_acceso_compra.png) left top no-repeat;
	position: absolute;
	margin-top: 130px;
	margin-left: 203px;
	width: 770px !important;
	height: 110px !important;
	font-style: italic;
	font-size: 14px;
	}
#acceso{
	width: 398px;
	height: 78px;
	position: absolute;
	margin-top: 22px;
	margin-left: 12px;
	line-height: 14px;
	}
#acceso a{
	font-size: 14px;
	}
#compras{
	width: 302px;
	height: 78px;
	margin-top: 22px;
	margin-left: 453px;
	line-height: 14px;
	position: absolute;
	}
input::-moz-focus-inner /*Remove button padding in FF*/
{ 
    border: 0;
    padding: 0;
}
input.acceso{
	width: 152px;
	height: 35px;
	line-height: 35px;
	background: url(../img/input_acceso.png) left top no-repeat;
	border: 0 none;
	color: #999;
	text-shadow: 0px 1px 1px #ffffff;
	font-size: 14px;
	font-style: italic;
	padding-left: 5px;
	padding-right: 5px;
	}
input.boton, a.boton-input{
	width: 117px;
	height: 32px;
	line-height:32px;
	vertical-align:middle;
	display:inline-block;
	color: #222;
	text-shadow: 0px 1px 1px #ffffff;
	font-size: 16px !important;
	font-style:normal !important;
	text-align: center;
	border: 0 none;
	background: url(../img/input_boton.png) left center no-repeat;
	cursor: pointer;
	}
input.boton:hover, a.boton-input:hover{
	color: #4BBFF3;
	}
#parte_contenidos{
	background: url(../img/fondo_contenidos.png) center top repeat-y; 
	overflow: hidden;
	}
#contenidos{
	min-height: 300px;
	width: 940px !important;
	margin-left: auto;
	margin-right: auto;
	}
#parte_inferior{
	background: url(../img/fondo_inferior.png) center top no-repeat;
	height: 17px !important;
	}
#pie{
	background: url(../img/fondo_pie.png) center top repeat-x;
	min-height: 50px;
	text-align: center;
	line-height: 50px;
	color: #8A724A;
	}
#pie a{
	color: #8A724A;
	text-decoration: none;
	margin-left: 7px;
	margin-right: 7px;
	}
#pie a:hover{
	color: #111;
	}

/* Buscar Resultados */

#resultados_buscar{
	text-align: center;
}
#resultados_autor{
	float: left;
	width: 294px;
}
#resultados_titulo{
	float: left;
	width: 294px;
	margin-left: 29px;
}
#resultados_descripcion{
	float: right;
	width: 294px;
}
.ficha_resultados{
	margin-bottom: 30px;
	margin-top: 30px;
	color: #505050;
	background-color: #fff;
	-webkit-transition: background 250ms linear;
	-moz-transition: background 250ms linear;
	-o-transition: background 250ms linear;
	transition: background 250ms linear;
	padding: 7px;
	overflow: hidden;
}
.ficha_resultados:hover{
	background-color: #eee;
	}
.ficha_resultados span{
	display: block;
	line-height: 20px;
}
.ficha_titulo{
	text-align: left;
	text-transform: uppercase;
}
.ficha_imagen img{
	float: left;
	margin: 0 8px 5px 0;
}
.ficha_autor{
	text-align: right;
	font-style: italic;
	text-transform: capitalize;
}
.ficha_precio{
	color: #B11014;
	text-align: left;
	font-style: italic;
	float: left;
	font-size: 17px;
	line-height: 32px;
}
.ficha_referencia{
	float: left;
	display: inline-block;
	font-size: 11px;
	width: 100px;
	text-align: left;
}
.ficha_info{
	float: right;
	width: 30px;
	height: 32px;
	line-height: 32px;
	background: url(../img/info_button.png) left center no-repeat;
	text-align: center;
	margin-right: 10px;
}
.ficha_info a{
	line-height: 32px;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	width: 30px;
	display: inline-block;
	}
.ficha_comprar{
	float: right;
}
.ficha_descripcion {
	text-align: justify;
	font-size: 13px;
}
.ficha_pie{
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	margin: 5px;
	clear: both;
}
.ficha_resultados.listar .ficha_pie{
	clear: none;
	float: right;
	margin: 5px 5px 0 10px;
}
.ficha_img_ref{
	float: left;
	margin: 0 10px 5px 0;
	min-width: 80px;
}
.ficha_img_ref .ficha_referencia,
.ficha_img_ref .ficha_precio{
	diplay: block;
	clear: left;
	width: auto;
}
.ficha_img_ref .ficha_imagen img{
	margin: 0;
}

.paginador, .temas{
	overflow: hidden;
	width: 100%;
	height: auto;
}

.paginador a, .temas a{
	text-decoration: none;
}
.paginador span, .temas span{
	display: inline-block;
	float: left;
	padding: 5px 10px;
	margin: 2px;
	background: #fff;
	border: 1px solid #eee;
	-webkit-transition: background 250ms linear;
	-moz-transition: background 250ms linear;
	-o-transition: background 250ms linear;
	transition: background 250ms linear;
	}
.temas span{
	font-size: 1.2em;
	margin: 10px;
	}
.paginador a:hover span, .temas a:hover span{
	background-color: #eee;
}


/* Avisos */

#MostrarAviso{
	position: fixed;
	top: 10px;
	left: 10px;
	width: 270px;
	height: auto;
	padding: 10px;
	color: #222;
	text-align: center;
	font-weight: bold;
	line-height: 26px;
	font-size: 17px;
	cursor: pointer;
	
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	transition: all 250ms linear;
	
	-webkit-box-shadow: 0px 0px 20px #000000;
	-moz-box-shadow: 0px 0px 20px #000000;
	box-shadow: 0px 0px 20px #000000;
	}
#MostrarAviso.error{
	background-color: #FFBEBF;
	border: 2px solid #FF8385;
	}
#MostrarAviso.normal{
	background-color: #BDFFC6;
	border: 2px solid #82FF94;
	}
#MostrarAvisoDetalles{
	font-weight: normal;
	line-height: 18px;
	font-size: 13px;
	}

div.foto{
	width: 310px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 20px #000000;
	-moz-box-shadow: 0px 0px 20px #000000;
	box-shadow: 0px 0px 20px #000000;
	margin: 20px;
	line-height: 0;
	}
div.foto img{
	margin: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}
iframe.borde{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 2px #000000;
	-moz-box-shadow: 0px 0px 2px #000000;
	box-shadow: 0px 0px 2px #000000;
	}
	
/* Administración */
	
#menu_administracion{
	border: 1px solid #999;
	background: #eee;
	margin-bottom: 20px;
	padding: 5px;
	}
.submenu_administracion{
	float: left;
	width: 250px;
	min-height: 200px;
	}
.submenu_administracion h2{
	margin-top: 0px;
	border-bottom: 1px solid #999;
	}
.submenu_administracion li{
	line-height: 24px;
	list-style: none;
	background: url(../img/ui-radio-button-uncheck.png) left center no-repeat;
	padding-left: 20px;
	color: #222 !important;
	margin-bottom: 10px;
}
.contenidos_administracion{
	float: right;
	width: 650px;
	min-height: 200px;
}
.contenidos_administracion h3, .contenidos_administracion h2{
	margin-top: 0px;
	border-bottom: 1px solid #999;
	}
.contenidos_administracion .bloque_300{
	margin: 0 10px;
	width: 300px;
	display: block;
	float: left;
	}
.contenidos_administracion .bloque_300 + div{
	padding: 20px;
}
form.alta, form.generico, form.web, .recuadro{
	background-color: #eee;
	padding: 10px;
	}
form.alta label{
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	cursor:pointer;
	display: block;
	line-height: 30px;
	}
form.alta label span{
	display: block;
	float: left;
	width: 150px;
	border-bottom: 1px dotted #ccc;
	margin: 2px;
	text-align:left;
	line-height: 26px;
	}
form.alta label input, form.alta label textarea, form.alta label select{
	height: 24px;
	padding: 2px;
	width: 300px;
	border: 1px solid #ccc;
	background: #FFF;
	}

form.web label{
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	cursor:pointer;
	display: block;
	line-height: 30px;
	}
form.web label span{
	display: block;
	float: left;
	width: 150px;
	border-bottom: 1px dotted #ccc;
	margin: 2px;
	text-align:left;
	line-height: 26px;
	}
form.web label input, form.web label textarea, form.web label select, form.web label p{
	height: 24px;
	padding: 2px;
	width: 300px;
	border: 1px solid #ccc;
	background: #FFF;
	}
form.web label p{
	display: inline-block;
	height: auto;
	border: none;
	background-color: #f5f5f5;
	margin: 0;
	padding-left:5px;
	}
	
label.superior{
	margin-left: auto;
	margin-right: auto;
	display: block;
	line-height: 30px;
	}
input.texto_ancho{
	height: 24px;
	padding: 2px;
	width: 95%;
	border: 1px solid #ccc;
	background: #FFF;
	}
.listado_admin{
	width: 100%;
	font-size: 14px;
	border: 1px solid #ccc;
	border-collapse: collapse;
	}
.listado_admin td{
	padding: 3px;
	border: 1px solid #ccc;
	border-collapse: collapse;
	}
.listado_admin th{
	padding: 3px;
	background-color: #eee;
	}
.listado_admin .alternar{
	background-color: #F5F5F5;
	}
.seleccionable{
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	transition: all 250ms linear;
	cursor: pointer;
	}
.seleccionable:hover, .seleccionable:active{
	background-color: #9DE8FF;
	-moz-transform: scale(1.1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-webkit-transform: scale(1.1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-o-transform: scale(1.1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-ms-transform: scale(1.1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	transform: scale(1.1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-webkit-box-shadow: 0px 0px 10px #000000;
	-moz-box-shadow: 0px 0px 10px #000000;
	box-shadow: 0px 0px 10px #000000;
	}
.espaciado{
	margin: 5px;
	}
ul.borrar_tema{
	width: 49%;
	display: inline-block;
}
ul.borrar_tema li{
	list-style-position: inside;
	padding-left: 10px;
	line-height: 30px;
	}	
ul.borrar_tema li img{
	margin-right: 5px;
	margin-top: 4px;
}

.accion_admin{
	text-align: right;
	padding: 2px 5px;
	
}
.accion_admin > *{
	margin-left: 10px;
	vertical-align: bottom;
}
.accion_admin select{
	background: transparent;
	border: 1px solid transparent;
}
.accion_admin select:hover {
	border: 1px solid #333;
}
.accion_admin a img{
	border: 0 none;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	transition: all 250ms linear;
	
}
.accion_admin a img:hover{
	-moz-transform: scale(1.1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-webkit-transform: scale(1.5) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-o-transform: scale(1.1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-ms-transform: scale(1.1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	transform: scale(1.1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
}

.Desplegable{
	background-color: #eee;
	cursor: pointer;
	height: auto;
	padding: 5px;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	transition: all 250ms linear;
	}
.DesplegableContenido{
	height: 0px;
	overflow:hidden;
	}
.DesplegableContenidoMostrar{
	height:auto !important;
	}

/* .alta .validation-advice{
	text-align: right;
	margin-right: 20px;
	}
*/
.validation-advice{
	color: #F00 !important;
	text-align: right;
	margin-right: 20px;
	}
.validation-failed{
	border: 1px solid #F00 !important;
	background-color: #FFC !important;
	}
	
ul.lista > li{
	margin-bottom: 10px;
	padding: 5px;
	background-color: #eee;
	}
ul.lista li, ul.lista ul{
	list-style-position: inside;
	padding-left: 10px;
	}
.centrar{
	text-align: center;
	}
.izquierda{
	text-align:left;
	}
.no_disponible{
	background-color: #FCC;
	}
.no_disponible td div{
	text-decoration:line-through;
	}
.especial{
	background-color:#C8EEC8 !important;
	}
.especial_ojo{
	background-color:#EEC8C8 !important;
	}

div.navegador{
	position: absolute;
	width: 42px;
	height: 42px;
	overflow: hidden;
	margin-top: 190px;
	}
a.navegador{
	background-color: #fff;
	display: block;
	width:42px;
	height:42px;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	transition: all 250ms linear;
	}
a.navegador:hover{
	/*background-color: #09f;
	background-color: #B11014;*/
	background-color: #555;
	}
a.navegador img{
	border: 0 none;
	}

.libro-destacado{
	display: block;
	float: left;
	width: 150px;
	height: 200px;
	background: url(../img/sombra_destacados.png) left top no-repeat;
	margin: 5px 10px;
	}
.libro-destacado a{
	margin: 0;
	padding: 0;
	margin-top:5px;
	margin-left: 11px;
	display: inline-block;
	text-decoration: none;
	height: 182px;
	width: 128px;
	overflow: hidden;
	}
.libro-destacado a img{
	border: 0 none;
	height: 182px;
	width: 128px;
	}
/* SPINNER */
.spinner {
	position: absolute;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	z-index: 999;
	background: #fff;
}
.spinner-msg {
	text-align: center;
	font-weight: bold;
	color: #222;
	text-shadow: 0px 1px 1px #ffffff;
	/*filter: dropshadow(color=#ffffff, offx=0, offy=1);*/
}
.spinner-img {
	background: url(../img/spinner.gif) no-repeat;
	width: 50px;
	height: 50px;
	margin: 0 auto;
}

.listado_nuevo {
	display: block;
	overflow: hidden;
}
.listado_nuevo .ficha_img_ref{
	float: left;
	width: 74px;
}
.listado_nuevo .ficha_contenido{
	float: left;
	width: 680px;
}
.listado_nuevo .ficha_pie{
	width: 120px;
	height: auto;
}
.ficha_resultados.listar .listado_nuevo .ficha_precio{
	text-align: center;
	display: block;
	width: 100%;
	padding: 10px 0 10px 0;
}
.ficha_resultados .ficha_autor{
	text-align: left;
	padding: 5px 0
}

/* Autocomplete */

.autocomplete_box {
	display: block;
	overflow: hidden;
	position: absolute;
	background: white;
	width: 304px;
	margin-left: 155px;
	border-radius: 5px;
	box-sizing: border-box;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.65);
}
.autocomplete_box > div {
	overflow: hidden;
	white-space: nowrap;
	font-size: 11px;
	text-overflow: ellipsis;
	padding: 0 10px;
	max-height: 30px;
}
.autocomplete_box > div:hover {
	background: #fffbe2;
}
.autocomplete_box > div + div {
	border-top: 1px solid #eee;
}