
/* Elementos base */

@import url(maquetacion.css);
@import url(menu-imagen.css);
@import url(textos.css);
@import url(milkbox/milkbox.css);

/* Estilos específicos de la pagina  */

body {
 background: #dedede url(../images/fondos/fondo011.jpg) no-repeat top left fixed;
 }
#texto2  h2,#texto2  h3,#texto2  h4 {
 padding-bottom: 20px;
 padding-top: 20px;
 }
#texto2  h2 {
 font-size: 2em;
 font-family: Helvetica;
 }
#texto  {
 background: transparent url(../images/fondos/back-texto-2.png) repeat top left;
 }
#texto2  {
 width: 95%;
 margin: 0 auto;
 padding-bottom:30px;
 }
#principal {
 background: transparent url(../images/fondos/back-texto.png) repeat top left;
 }
#texto2 p {
 font:italic bold 10pt Verdana;
 }
#texto2 li{
 color: #613e3e;
 font-weight: bold;
 }
.listado{
 float: left;
 padding-right: 20px;
 width: 65%;
 }
#capspicks{
 margin: 35px 15px 0 25px;
 }
#pick001, #pick003, #pick005 {
 text-align: left;
 }
#pick002, #pick004, #pick006{
 text-align: right;
 }

/* Estilos de picks de fotos */
.photos {
 padding: 3px;
 border: 1px solid #fff;
 }
a:hover .photos {
 border: 1px solid #999;
 }
.lightboxDesc a {
 color: #999999;
 text-decoration: none;
 }
.lightboxDesc a:hover {
 color: #000000;
 text-decoration: none;
 }
.lightboxDesc {
 display: none;
 }
