body {
    text-align: center;
    background: url(../img/fondoDegradado.jpg) bottom repeat-x;
    background-color: #D7D7D7;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
}
p, h1, h2, h3, h4, h5, li {
    color: #000000;
}

h1 {
    font-size: 30px;
    font-family: Arial;
    text-align: center;
}
h2 {
    font-size: 23px;
    margin-bottom: 30px;
    margin-top: 7px;
}
h3 {
    font-size: 22px;
    font-family: Arial;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 14px;
}
strong {
    font-weight: 700;
}
em {
    font-style: italic;
}
td {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
}
select, textarea, input {
    font-family: Verdana, Helvetica, sans-serif;
    color: #333333;
    margin: 0;
    padding: 0;
}
li {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    margin-left: 10px;
}
a {
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
#todo {
    overflow: hidden;
    width: 965px;
    margin: 10px auto;
    padding: 0px;
    background-color: White;
}
.ruta {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    margin-bottom: 20px;
    color: #575759;
}
.ruta .gris {
    color: #575759;
}
.ruta span {
    color: #ee7f00;
}
.menuTop {
    padding: 4px 20px;
    text-align: right;
    background: #565658;
    color: #FFF;
    font-size: 0.98em;
}
.subMenuTop a {
    font-family: Verdana;
    font-size: 0.98em;
    color: #FFF;
}
.top {
    padding: 20px;
    height: 60px;
}
.logo {
    clear: both;
}
.cajaDer {
    float: right;
    overflow: hidden;
    display: inline;
}
.cajaIzq {
    float: left;
}
.divCesta {
    float: right;
    width: 140px;
    height: 21px;
    line-height: 21px;
    background-color: #D4D5D6;
    font-size: 11px;
    text-align: center;
}
.saltoLinea {
    clear: both;
    padding-top: 15px;
}
/*FORMULARIO*/
.form {
    padding-top: 3px;
    clear: both;
}
.cajaTexto {
    border: 1px solid #C3C2C4;
    padding: 0px 4px;
}
.cajaList
{
	display: none;
	z-index: 1;
	position: absolute;
	clear: both;
}
.cajaTextoList
{
	display: block;
	line-height: 24px;
	padding: 4px 8px;
    color: #000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background-color: #D4D5D6;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}

#divOrden span {
	width: 114px;
}

#divNumLibros span {
	width: 133px;
}
.form input[type=text] {
    background: none;
    margin: 0px;
    height: 25px;
    line-height: 25px;
    border-width: 0px;
}
.boton {
    background: #ee7f00;
    margin: 0px;
    height: 30px;
    border: none;
    width: 60px;
    text-align: center;
}
.form input.btn {
    height: 28px;
    background: #ee7f00;
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: bold;
    color: #FFF;
    border: none;
    margin: 0px;
}
/*MENU*/
.cajaMenu {
    padding: 20px 0;
}
.menuColor {
    width: 14px;
    height: 31px;
    border-top: solid 4px #FFF;
    float: left;
    overflow: hidden;
}
.menu {
    text-align: left;
    height: 31px;
    line-height: 31px;
    border-top: solid 4px #FFF;
    background: url(../img/menuDegradado.jpg) bottom repeat-x;
    width: 190px; //width:176px;
}
.menu:hover {
    background: url(../img/menuDegradadoOn.jpg) bottom repeat-x;
    text-decoration: underline;
}
.menu a {
    display: block;
    padding-left: 20px; //padding-left:5px;
}
.menu a:hover { /*text-decoration: none;*/
}
.menu a, .menu2 a {
    color: #000;
    text-decoration: none;
    letter-spacing: -1px;
    font-size: 17px;
}
.menu2 {
    width: 190px;
    text-align: left;
    height: 31px;
    line-height: 31px;
    border-top: solid 4px #FFF;
}
.menu2 .seleccion {
    color: #FFF;
    margin-left: 19px;
    font-weight: normal;
    font-size: 17px;
}
.menu2 .seleccion:hover {
    text-decoration: none;
}

.menu2 a.seleccion {
    color: #FFF;
    font-size: 17px;
    font-weight: normal;
    letter-spacing: 0px;
}

.menu2 a.seleccion:hover {
    text-decoration: underline;
}

.subMenu {
    line-height: 20px;
    padding-bottom: 15px;
    text-indent: 10px;
    padding-left: 10px;
}
.subMenu a {
    font-size: 12px;
    color: #FFF;
    display: block;
}
.subMenu a.seleccion {
    background: url(../img/flechaSeleccionMenu.gif) center left no-repeat;
    text-decoration: underline;
}
/*DER*/
.contenido {
    padding: 17px 20px;
    text-align: left;
    width: 697px;
}
.contenido a {
    color: #ee7f00;
}
.contenidoIzq {
    text-align: left;
    margin: 15px 0 15px 20px;
}
/*IMAGEN COMPRAR*/
.comprarImg {
    padding-top: 2px;
    padding-bottom: 5px;
}
/*Listado Horizontal*/
.listado {
    padding-bottom: 27px;
    overflow: hidden;
}
.listadoImg {
    position: relative;
    overflow: hidden;
    height: 120px;
    width: 655px;
}
.listadoImg img {
    float: left;
    padding-right: 25px;
}
.listadoLb {
    position: relative;
    overflow: hidden;
    height: 120px;
    width: 635px;
}
.listadoLb img {
    float: left;
    padding-right: 25px;
}
/*CAJA CONT*/
.cajaCont {
    float: right;
    width: 697px;
    overflow: hidden;
}
/*LISTA DE BUSQUEDA*/
.listaSalto {
    overflow: hidden;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #999;
    clear: both;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
}

.listaSaltoCompra {
    overflow: hidden;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #999;
    clear: both;
    position: relative;
    margin-right: 100px;
    margin-bottom: 10px;
}

.listaSaltoFicha {
    overflow: hidden;
    clear: both;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
}

.listaCompraL {
    text-align: right;
    position: absolute;
    display: inline;
    top: 24px;
    right:0;
}

.listaCompraE {
    text-align: right;
    position: absolute;
    display: inline;
    bottom: 22px;
    right: 0;
}

.listaEliminar {
    vertical-align: middle;
    float: right;
    margin-top: 30px;
}

.listaFoto {
    width: 90px;
    padding-right: 26px;
}

.listaCont {
    width: 380px;
    padding-top: 13px;
    line-height: 18px;
}
.listaContTitulo {
    width: 380px;
    position: absolute;
    display: inline;
    top: 22px;
    line-height: 18px;
}
.listaContDescrip {
    width: 380px;
    line-height: 18px;
    display: inline;
    position: absolute;
    bottom: 22px;
}

.listaLinkInfo {
    color: #ee7f00;
    text-decoration: none;
}

.listaLinkTit {
    color: #575759;
    text-decoration: none;
}

.listaPrecio {
    padding-right: 55px;
    margin-top: 30px;
    float: right;
}

.listaPrecioFin {
    margin-top: 18px;
    float: right;
    padding-right: 100px;
}

.listaTitulo {
    font-size: 14px;
    font-weight: bold;
}
.enCesta{
    margin-top: 15px;
}
.listadoPaginas {
    text-align: right;
    padding: 15px 0px 15px 0px;
    clear: both;
}
.listadoPaginas a {
    font-size: 18px;
    font-weight: bold;
}

.listadoPaginas p {
    font-size: 18px;
    font-weight: bold;
}
/*NOVEDADES*/
.novedad {
    margin-bottom: 20px;
    width: 220px;
    float: left;
    height: 130px;
    vertical-align: top;
}
.novedad a {
    color: #575759;
    text-decoration: none;
    font-weight: bold;
}
.novedadTexto {
    width: 110px;
    float: left;
    padding: 10px 0px 0px 10px;
    vertical-align: top;
}
/*FICHA*/
.fichaFoto {
    margin-right: 38px;
}
.fichaFotoDato {
    padding-top: 20px;
    width: 150px;
}
.fichaFotoDato p {
    font-size: 11px;
}
.fichaDatos {
    width: 458px;
}
.fichaDatos p {
    line-height: 24px;
}
.fichaCompra {
    text-align: left;
    padding-top: 15px;
}


/*FOOT*/
#foot {
    width: 906px;
    margin: 0 auto;
    height: 28px;
    background: #f1f1f1;
    padding: 2px;
    text-align: left;
    clear: both;
    overflow: hidden;
}

#footMapa {
    width: 850px;
    padding: 5px;
    text-align: left;
    clear: both;
    overflow: hidden;
}

.footColDer {
    float: left;
    padding-top: 12px;
    width: 150px;
    padding-right: 8px;
    min-height: 120px;
}

.footColCont {
    border-left-width: 2px;
    border-left-style: solid;
    margin-left: 12px;
    padding-top: 5px;
    width: 250px;
}
.footColCont li {
    margin-bottom: 7px;
}

.colNivel {
    margin-top: 12px;
    width: 200px;
    padding-right: 8px;
}

.colSubnivel {
    margin-top: 5px;
    margin-left: 25px;
    width: 200px;
}

.footCajaIzq {
    width: 650px;
}

#footMapa a {
    color: #575759;
}

#foot ul {
    margin-top: 7px;
    margin-bottom: 5px;
}

#foot li {
    font-size: 11px;
    margin-left: 0px;
    margin-bottom: 3px;
}

.footFoot {
    clear: both;
    text-align: right;
    padding-top: 5px;
    padding-right: 5px;
}

.footFoot p {
    font-size: 11px;
}

.footFoot a {
    color: #000;
}

.footFootImg {
    padding-left: 10px;
    float: right;
}

/*Recomendar a un amigo*/
.dvRecomend {
    width: 130px;
    float: left;
}

.dvRecomend img {
    border: none;
    margin-right: 5px;
}

.dvRecomend a {
    display: block;
    color: #4C5C5C;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 10px;
}

.dvRecomend a:hover {
    color: #00609F;
    background: url(../img/fondo_SeccioGrisOver.jpg) center repeat-x;
}

.toolTipBuscar {
    display: none;
    position: absolute;
    background-color: #EE7F00;
    color: #FFFFFF;
    text-align: left;
    border: solid 3px #EEE;
    padding: 10px;
    width: 210px;
    z-index: 12;
}
.delegaciones {
    margin-left: 30px;
}
.delegaciones td {
    color: #000000;
}
.LetraSitu {
    font-weight: bold;
}

.centrado {
    text-align: center;
}
.bordeInferior {
    border-bottom: solid 1px #999;
    padding-left: 20px;
}
.MargenDer{
    padding-right: 20px;
}
.topCompra {
    vertical-align: top;
}
.tdCabCesta {
    background-color: #DDD;
    height: 25px;
    line-height: 25px;
    padding: 0 0 0 20px;
    font-weight: bold;
}
.cantidadCompra {
    width: 25px;
    text-align: right;
}
.procesoCompra {
    color: #999;
    font-size: 17px;
}
.procesoCompraSelect {
    color: #ee7f00;
    font-size: 22px;
}
.divTotalCesta {
    padding: 10px 36px 10px 36px;
    line-height: 20px;
    width: 230px;
    float: right;
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: -20px;
}
.txtIzqCesta {
    background-color: #f1f1f1;
    color: #575759;
    padding: 15px 20px;
    width: 140px;
    font-family: Arial;
    font-size: 1em;
}
.txtIzqCesta a {
    color: #575759;
    font-family: Arial;
    font-weight: bold;
}
/************* Tag cluod *************/
#tagcloud {
    width: 190px;
    text-align: center;
}
#tagcloud a:link, #tagcloud a:visited {
    text-decoration: none;
    color: #ee7f00;
}
#tagcloud a:hover {
    text-decoration: underline;
}
#tagcloud span {
    padding: 2px;
}
#tagcloud .smallest {
    font-size: 9px;
}
#tagcloud .small {
    font-size: 11px;
    position: relative;
    top: 4px;
}
#tagcloud .smaller {
    font-size: 12px;
}
#tagcloud .medium {
    font-size: 13px;
    position: relative;
    top: 6px;
}
#tagcloud .large {
    font-size: 17px;
    position: relative;
    top: 2px;
}
#tagcloud .largest {
    font-size: 18px;
    position: relative;
    top: 8px;
}

.hlkOff {
    cursor: default;
    text-decoration: none;
}
.hlkOff:hover {
    text-decoration: none;
}
.icosRedesSociales img{
    margin-right: 6px;
}