body {
    margin: 0px;
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #544e3e;
    position: relative;
}

a.seleccionado {
    color: #d6192f;
}

a {
    color: #00a4ed;
}

h1 {
    margin-top: 5px;
    font-size: 26px;
    border-bottom: 1px dotted #c0c0c0;
}

h1.with-tabs {
    margin-bottom: 5px;
}

ul.tabs {
    font-size: 0.8em;
    list-style: none;
    margin-bottom: 20px;
    margin-top: 0;
    margin-left: 0px;
    padding: 0;
}

ul.tabs li{
    display: inline;
    margin-right: 10px;
    padding: 3px;
}

ul.tabs li a{
    color: #d6192f;
}

ul.tabs li.active a{
    color: #d6192f;
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
}


.clear {
    clear: both;
}

.resaltado {
    font-weight: bold;
    color: #d6192f;
}

/* CABECERA */

#cabecera {
    position: relative;
    height: 80px;
    background: url(images/fondo-cabecera.jpg) bottom left repeat-x;
}

#cabecera .logo {
    position: absolute;
    left: 24px;
    top: 10px;
}

#cabecera .logo img {
    border: 0;
}

#cabecera .idiomas {
    position: absolute;
    right: 24px;
    top: 30px;
    font-size: 12px;
}

#cabecera .idiomas a {
    color: #544e3e;
    text-decoration: none;
    padding: 0px 7px;
}

#cabecera .idiomas a:hover {
    text-decoration: underline;
}

#cabecera .idiomas a.active {
    color: #d6192f;
    background: #ffffff;
    border: #fff solid 1px;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
}

#cabecera .idiomas ul {
    list-style: none;
    margin: 0;
    padding: 0:
}

#cabecera .idiomas ul li {
    float: left;
    padding: 1px;
}

/* MENU PPAL */

#subcabecera {
    padding: 10px 30px;   
}

#subcabecera .menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

#subcabecera .menu li {
    float: left;
    padding-right: 30px;
}

#subcabecera .menu li a{
    text-decoration: none;
    color: #544e3e;
    padding-left: 10px;
    border-left: 3px solid #544e3e;
}

#subcabecera .menu li a:hover {
    text-decoration: underline;
}

#subcabecera .menu li a.active, #subcabecera .menu li a.active-trail  {
    color: #d6192f;
    border-left: 3px solid #d6192f;
}


/* CUERPO */

#cuerpo {
    margin-top: 20px;
    clear: both;
}

#contexto {
    width: 300px;
    float: left;
}

#contexto div.block {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    margin-bottom: 20px;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;    
}

#contexto div.block-uc_cart {
    background: #ccc;
}

#contexto h2.title {
    color: #d6192f;
    font-size: 24px;
    font-weight: bold;
    margin: 3px 0px;
}

#contexto .menu { 
    font-size: 12px;
    list-style: none;
    padding: 10px 0;
    margin: 0;    
}

#contexto .menu li {
    margin-bottom: 5px;
}

#contexto .menu a {
    text-decoration: none;
    color: #544e3e;
}

#contexto .menu a.active {
    color: #d6192f;
}

#contexto .menu a.active-trail {
    color: #d6192f;
}

#contexto .menu a:hover {
    text-decoration: underline;
}

#contexto div.block-views {
	border: 0;
}

#contexto div.block-search {
	padding-top: 20px;
	padding-bottom: 20px;
}

#contexto .block-search .form-item {
	display: block;
}

#contexto .block-search label {
	display: none;
}

#contexto input.form-text {
	width: 16em;
}

.descarga {
	float: right;
	width: 140px;
	height: 40px;
	margin-right: 30px;
	margin-top: 71px;
	font-size: 12px;
}

.descarga a {
	color: #d6192f;
	text-decoration: none;
}

.descarga img {
	border: 0px;
}

.descarga a:hover {
	text-decoration: underline;
}

.descarga-titulo {
	font-size: 14px;
	font-weight: bold;
}

.descarga img {
	vertical-align: top;
	float: left;
}

#contenido {
    margin-left: 320px;
    padding-top: 15px;
    padding-bottom: 20px;
    padding-right: 30px;
    padding-left: 20px;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    border-left: 1px solid #c0c0c0;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;    
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;    
    min-height: 400px;
}

/* PIE */

#pie {
    clear: both;
    font-size: 12px;
    margin-top: 30px;
    padding: 15px 30px;
    background: url(images/fondo-pie.jpg) repeat-x;
}

#pie .direccion {
    float: left;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #d6192f;
}

/* COLECCIONES */

h1.desplazado {
    margin-left: 140px;
    margin-bottom: 0px;
    margin-top: 5px;
    padding-bottom: 10px;
    font-size: 22px;
    border-bottom: 1px dotted #c0c0c0;
}

.descripcion-coleccion {
    margin-left: 140px;
    font-style: italic;
    font-size: 1em;
    border-bottom: 1px dotted #c0c0c0;
}

.libro .portada {
    text-align: right;
    float: left;
    width: 120px;
}

.libro .portada img {
    padding: 5px;
    border: 1px solid #d6192f;
    border-radius: 4px;
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px;
}

.tambien {
    color: #d6192f;
    background-color: #ccc;
    font-weight: bold;
    padding-left: 3px;
    padding-right: 3px;
}

.tambien:hover {
    color: #fff;
    background-color: #888;
}

.libro .descripcion {
    border-bottom: 1px dotted #c0c0c0;
    margin-left: 140px;
    padding-bottom: 20px;
	min-height: 100px;
}

.descripcion p {
    margin: 0;
}

.descripcion {
    font-size: 12px;
    margin: 0;
}

.libro .descripcion h2 {
    margin-bottom: 5px;
    font-size: 16px;
}

.libro .descripcion h2 a {
    color: #d6192f;
    text-decoration: none;
}

.libro .descripcion h2 a:hover {
    text-decoration: underline;
}

.navegacion {
    margin-left: 140px;
    margin-top: 20px;
}

.navegacion span {
    padding-left: 3px;
    padding-right: 3px;
}

.navegacion img {
    margin-top: -5px;
    padding-left: 3px;
    border: 0;
}

.navegacion .pager-current {
    color: #fff;
    font-weight: bold;
    background: #d6192f;
}

.navegacion a {
    color: #666;
}

.navegacion a:hover {
    color: #d6192f;
}

.lista-libros .view-content, .lista-libros .views-row {
    margin: 0;
    padding: 0;
}

/* FICHA DE LIBRO */

.info-libro {
    text-align: right;
    float: left;
    width: 240px;
}

img.imagen-portada {
    padding: 10px;
    border: 1px solid #d6192f;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.miniaturas {
    margin: 5px 0px;
}

.miniaturas a {
	text-decoration: none;
}

.miniaturas img {
    padding: 3px;
    border: 1px solid #d6192f; 
    margin-left: 5px;    
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.resumen-libro {
    margin-left: 260px;
}

.resumen-libro h1 {
    color: #d6192f;
    font-size: 20px;
    font-weight: bold;
    margin: 3px 0px;
}

.resumen-libro .product-body {
    width: 600px;
}

.view-content .node {
  margin-bottom:1.5em;
}

.add-to-cart input{
	color:#d6192f;
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color:white;
	margin-top:4px;
	border-color:#544E3E;
}

/**
 * Styles for the cart block icon.
 */
.cart-block-icon-full, .cart-block-icon-empty {
  display: inline;
  padding: 4px 12px 0;
  height: 7px;
}

.cart-block-icon-full {
  background: transparent url(../../modules/ubercart/uc_cart/images/cart-full.png) no-repeat left center;
}

.cart-block-icon-empty {
  background: transparent url(../../modules/ubercart/uc_cart/images/cart-empty.png) no-repeat left center;
}

.cart-help-text {
  font-size: x-small;
  position: relative;
  top: -5px;
}

#uc-cart-checkout-form {
	width: 600px;
}

#uc-cart-view-form {
	width: 600px;
}


/**
 * Styles for the cart block contents and summary.
 */
#cart-block-contents ul.product-description {
  margin: 0pt;
  padding: 0pt 0pt 0.25em 1em;
}

#cart-block-contents .product-description li {
  margin: 0pt;
  padding-top: 0pt;
  padding-bottom: 0pt;
  font-size: .8em;
}

.cart-block-items {
  border-bottom: 2px;
  padding: 2px;
}

.cart-block-items tbody {
  border-top: 0px;
}

.cart-block-items tr {
  vertical-align: top;
}

.cart-block-items tr.odd, .cart-block-items tr.even {
  background-color: inherit;
  border: none;
}

.cart-block-item-title {
  width: 100%;
}

.cart-block-item-price {
  text-align: right;
  white-space: nowrap;
}

.cart-block-summary {
  padding: 2px;
}

.cart-block-summary tbody {
  border-top: 0px;
}

.cart-block-summary tr {
  vertical-align: top;
}

.cart-block-summary-items {
  white-space: nowrap;
}

.cart-block-summary-total {
  width: auto;
  text-align: right;
}

.cart-block-summary-total label {
  font-weight: bold;
}

.cart-block-summary-total .uc-price {
  display: inline;
}

.cart-block-summary-links {
  text-align: right;
}

.cart-block-summary-links ul.links li {
  padding: 0px 1px 0px 1px;
  border-right: solid 1px;
  list-style: none;
  display: inline;
  text-align: center;
}
   
.cart-block-summary-links ul.links li a{
margin-right:4px;
margin-left:2px;
color: #D6192F;
}	

.cart-block-summary-links ul.links li.last {
  padding-right: 0em;
  border-right: none;
  list-style: none;
}

.links{
 border-right: 10px;
}

/* Cart table */
.tableHeader-processed .desc a{
color: #D6192F;
}

#continue-shopping-link{
    border-top: 1px solid #C0C0C0;
    margin-top: 2px;
    margin-bottom: 12px;
    padding-top: 10px;
}

#continue-shopping-link a{
    color: #D6192F;
    margin-right: 4px;
    font-weight: bold;
}
	
/* cart/checkout */

input.form-submit{
	color: #ffffff;
    border: 0px;
    padding: 1px 7px;
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    background-color: #d6192f;
    margin-top:4px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}

table.cart-review {
    width: 95%;
    text-align: left;
}

table.uc-order-history {
    width: 95%;
    text-align: left;
}

table.cart-block-summary {
    width: 90%;
}

table.order-review-table {
	padding-left: 50px;
}

table.order-review-table table td{
	padding: 5px;
}

table.order-review-table .pane-title-row  td{
	font-weight: bold;
	border-bottom: 1px dotted #000;
	padding-top: 10px;
}

table.order-review-table .review-button-row  td{
	padding-top: 10px;

}

.order-pane {
    border-bottom: 1px dotted #ddd;
    margin-bottom: 20px;
    padding: 5px;
}

.order-pane-title {
    font-weight: bold;
    font-size: 1.1em;    
}

fieldset {
    margin-top: 15px;   
}

fieldset legend {
    font-weight: bold;
    font-size: 1.2em;
    padding: 5px;
}

fieldset legend a {
    color: #000;
}

#cart-form-products table td {
	padding: 5px;
}

td.image{
    padding-left:30px;
}

td.qty{
    padding-left:80px;
}

tr.odd {
    background: #eee;
}

#uc-cart-pane-quotes {
	font-size: 0.8em;
	width: 600px;
	margin-top: 30px;
	padding: 10px;
	border-top: 1px dotted #666;
}

#uc-cart-pane-quotes #quote {
	font-size: 1.3em;
	margin-top: 30px;
}

/* LOGIN */

#user-login  label, #user-register label, #user-pass label {
    display: block;
    font-weight: bold;
}

#user-login  .form-item, #user-register .form-item, #user-pass .form-item  {
    margin-bottom: 20px;
}

form .description {
    font-style: italic;
    font-size: 0.8em;
    color: #666;
}

/* BLOG */

.entrada-blog {
    padding: 0px 15px;
}

.entrada-blog h2 a {
    color: #d6192f;
    text-decoration: none;
}

.entrada-blog h2 a:hover {
    color: #fff;
    background-color: #d6192f;    
}

.entrada-blog div.links {
	height: 40px;
}

.entrada-blog ul.links {
	list-style: none;
	padding: 0;
}

.entrada-blog ul.links li {
	display: inline;
	margin-right: 20px;
}

.entrada-blog .submitted {
	font-size: 0.8em;
	color: #999;
}

div#comments {
	margin: 20px 15px;
	padding: 10px;
	background: #eee;
}

div#comments .box {
	border-top: 1px dotted #666;
	margin-top: 20px;
}

.clear-block .box {
	margin: 20px 15px;
	padding: 10px;
	background: #eee;
}

/* MERCADILLO */

.producto {
	width: 230px;
	float: left;
	margin: 20px;
}

.producto .descripcion h2 {
    margin-bottom: 5px;
    font-size: 14px;
	text-align: center;
}

.producto .descripcion h2 a {
    color: #d6192f;
    text-decoration: none;
}

.producto .descripcion h2 a:hover {
    text-decoration: underline;
}

.producto .precio {
	text-align: right;
	
}

.producto .imagen {
    text-align: center;
	height: 120px;
}

.producto .imagen img {
    padding: 5px;
    border: 1px solid #d6192f;
    border-radius: 4px;
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px;	
}

.lista-productos .navegacion {
	clear: left;
}
