body {
    height: 100% !important;
    min-height: 100% !important;
    font-family: Helvetica, Arial, sans-serif;
    background-color: #333;
}

/* Layout */

#dvHead {
    width: 100%;
    height: 60px;
    background-color: #222;
    background-image: url(../images/bgHead.png);
    background-position: center;
    background-repeat: repeat-x;
}

#dvTitle {
    width: 400px;
    height: 60px;
    float: left;
    background-image: url(../images/bgTitle.png);
    background-position: center;
    background-repeat: no-repeat;
}

#dvMenu {
    width: 400px;
    height: 60px; /* 60px */
    float: right;
    /*background-image: url(../images/bgMenu.png);
    background-position: center;
    background-repeat: no-repeat;*/
    margin-right: 40px;
}

#dvMenu ul li {
    display: block;
    float: left;
}

#dvMenu ul li a {
    display: block;
    text-decoration: none;
    text-align: center;
    color: #FFF;
    width: 100px; /* 100px */
    height: 40px; /* 60px */
    padding-top: 20px;
    /*border-right: 1px solid #DED;*/
    background-image: url(../images/bgButtonMenu.png);
    background-position: top;
    background-repeat: no-repeat;
}

#dvMenu ul li a.first {
    /*border-left: 1px solid #DED;*/
}

#dvMenu ul li a:hover {
    background-position: bottom;
}

#dvContainer {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #111;
}

#dvContent {
    width: 1000px;
    margin: 0px auto;
    text-align: center;
    color: #EEE;
}

#dvFoot {
    width: 100%;
    height: 40px;
    background-color: #333;
}

/* Photo layout */
#dvContent h1 {
    display: block;
    height: 20px;
    width: auto;
}

#dvShowImg {
    padding: 1px;
    border: 1px solid #444;
    margin: 0 auto;
    margin-top: 20px;
}

#dvOpenInfo {
    position: relative;
    z-index: 998;
    text-align: left;
    background-color: transparent;
    width: 100%;
}

.aOpenInfo {
    display: block;
    width: 200px;
    height: 14px;
    margin: 0 auto;
    background-image: url(../images/bgAInfo.png);
}

#dvImgInfo {
    text-align: left;
    display: none;
    overflow: hidden;
    background-color: transparent;
    background-image: url(../images/bgDvInfo.png);
    background-repeat: repeat;
    padding: 10px 0px;
    width: 100%;
}


#dvPrevPhoto, #dvNextPhoto {
    z-index: 888;
    height: 180px; /* 200px */
    padding-top: 20px;
    width: 220px;
    margin-top: -100px;
    background-color: #000;
}

#dvPrevPhoto a, #dvNextPhoto a {
    text-decoration: none;
    color: #FFF;
    display: block;
    width: auto;
    filter:alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

#dvPrevPhoto a:hover, #dvNextPhoto a:hover {
    filter:alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity: 1;
    opacity: 1;
}

#dvPrevPhoto {
    float: left;
    background-color: transparent;
    background-image: url(../images/bgBtnPrevPhoto.png);
}

#dvNextPhoto {
    float: right;
    background-color: transparent;
    background-image: url(../images/bgBtnNextPhoto.png);
}

#dvContInfo {
    position: absolute;
    top: 420px;
}

#dvInfoDesc {
    width: 40%;
    margin-left: 5%;
    margin-right: 5%;
    float: left;
}

#dvInfoCats {
    width: 40%;
    margin-left: 5%;
    margin-right: 5%;
    float: left;
}

#dvInfoCats h2 {
    font-weight: bold;
    padding-bottom: 6px;
    margin-bottom: 6px;
    border-bottom: 1px solid #DDD;
    font-size: 14px;
}

#dvInfoCats ul li a {
    text-decoration: none;
    color: #DDD;
    font-size: 12px;
}

#dvInfoCats ul li a:hover {
    color: #FFF;
    text-decoration: underline;
}

#dlExif {
    margin-top: 20px;
    color: #EEE;
    font-size: 12px;
}

#dlExif dt {
    clear: both;
    float: left;
    margin-right: 5px;
}

#dlExif dd {
    float: left;
}

/* Lists */

#dvContPhotos, #dvContCats {
    width: 40%;
    margin-left: 5%;
    margin-right: 5%;
    float: left;
    text-align: left;
}

#ulListCats li a {
    text-decoration: none;
    color: #DDD;
    font-size: 12px;
}

#ulListCats li a:hover {
    color: #FFF;
    text-decoration: underline;
}

/*
  Enlaces => miniaturas
  
   El tamanio de la imagen y su posicion (top y left) relativa
   al enlace se definen inline ya que son distintas para cada
   foto (ver vista listPhotos.html.php)
*/

#dvContPhotos a {
    text-decoration: none;
    display: block;
    float: left;
    width: 60px;
    height: 60px;
    line-height: 80px;
    z-index: 1;
    overflow: hidden;
    position: relative;
    margin-right: 12px;
    margin-bottom: 12px;
    padding: 2px;
    filter:alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

#dvContPhotos a img {
    position: absolute;
}


/* Agranda la miniatura a tamanio completo */
#dvContPhotos a:hover {
    overflow: visible;
    z-index: 1000;
    filter:alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity: 1;
    opacity: 1;
}

#dvContPhotos a:hover img {
  border: 1px solid #BBB;
 
}

/* Generic */

.oculto {
    display: none;
}

.h1Left {
    text-align: left;
    margin-top: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #DDD;
}