/* 2012-09-05 17:41:42 ./css/home_base.css */
/* Generated by LESS PHP v0.3.8 */

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, Tahoma, sans-serif;
  background: #0C3A6C;
  padding: 0;
  margin: 0;
  color: white;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
ul,
ol,
dl {
  margin: 0 20px;
  margin-bottom: 10px;
}
p {
  margin: 0;
}
h1 {
  font-size: 16px;
}
h2 {
  font-size: 14px;
}
h3 {
  font-size: 13px;
}
a,
a:focus {
  outline: 0;
}
#wrapper2 {
  *zoom: 1;
  width: 960px;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 20px;
}

#wrapper3 {
  *zoom: 1;
  width: 450px;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  padding-left: 10px;
  padding-top: 10px;
}

#wrapper {
  *zoom: 1;
  width: 960px;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
#wrapper:after,
#wrapper:before {
  content: '';
  display: table;
}
#wrapper:after {
  clear: both;
}
#wrapper * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


a {
  color: #15B3DA;
  text-decoration: none;
}

a.autores
{
  color: white;
  text-decoration:underline;
  text-align:inherit;
}

a.autores:hover
{
  color: #15B3DA;
  text-decoration:underline;
  text-align:inherit;
}

a:hover {
  color: white;
  text-decoration: underline;
}
fieldset {
  margin: 20px;
  border: 0;
}
fieldset legend {
  display: block;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #73D2E8;
}
.table {
  width: 100%;
  display: table;
}
.table .cell {
  display: table-cell;
  vertical-align: top;
  /*height: 250px;*/
}
.table .cell.middle {
  vertical-align: middle;
}
.table .cell.bottom {
  vertical-align: bottom;
}
.table .cell.bottom2 {
  text-align: right;
}

.table .cell .field {
  margin-right: 20px;
}
.nowrap {
  white-space: nowrap;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.full {
  width: 100%;
}
.field {
  margin-bottom: 20px;
}
.field label {
  display: table;
  color: #3A9FC9;
}
.field label span {
  white-space: nowrap;
  display: table-cell;
  padding: 0 20px 0 5px;
  font-size: 14px;
  color: white;
  width: 10em;
}
.field select {
  border: 0;
  padding: 4px;
  background: #F3F3F3;
}
.field .textfield {
  border: 0;
  padding: 4px;
  background: #F3F3F3;
}
.field .button {
  border: 0;
  color: #333333;
  padding: 8px 20px;
  background-color: #D5D1CE;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear,left top,left bottom,from(#FDFDFD),to(#D5D1CE));
  background-image: -moz-linear-gradient(#FDFDFD,#D5D1CE);
  background-image: -ms-linear-gradient(#FDFDFD,#D5D1CE);
  background-image: -webkit-linear-gradient(#FDFDFD,#D5D1CE);
  background-image: -o-linear-gradient(#FDFDFD,#D5D1CE);
  background-image: linear-gradient(#FDFDFD,#D5D1CE);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(#FDFDFD,#FDFDFD),color-stop(#D5D1CE,#D5D1CE));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FDFDFD',endColorstr='#D5D1CE',GradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FDFDFD',endColorstr='#D5D1CE',GradientType=0);
}
.inline {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style-type: none;
  list-style-position: inside;
}
.inline li {
  float: left;
}
.search {
  background: #041F32;
}

.item {
  float: left;
  background: #021E33;
  
}

.item figcaption {
  width: 100%;
  height: 210px;
}
.item figcaption.cell {
  padding: 20px;
 
}
.item .picture {
  background: white;
  text-align: center;
  
}
.item .picture img {
  margin: 10px 10px 10px 10px;
  
}
.item .title {
  font-size: 14px;
  margin-bottom: 5px;
  color: #15B3DA;
}
.item .little_title {
  font-size: 11px;
  margin-bottom: 5px;
  color: #15B3DA;
}
.item .price {
  font-size: 20px;
  margin-top: 10px;
}
.item .detail {
  font-size: 12px;
  width: 100%;
}
.item .detail a {
  float: right;
  line-height: 22px;
}

.item .detail a.autores {
  float: left;
  line-height: 22px;
}