/*  
Theme Name: jqviewer
Theme URI: http://www.tecnodoc.com.ar/
Version: 1.0
Author: Martín Mulone
Author URI: 
*/

.imageViewer {
    margin:0;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.imageViewer a {
    color: #fff;
}
.imageViewer .well, .imageViewer .surface {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: default;
}
.imageViewer .well {
    background-color: #000000;
    overflow: hidden;
}
.imageViewer .surface {
    background-color: transparent;
    background-image: url(imagenes/center.gif);
    background-repeat: no-repeat;
    background-position: center center;
}
.imageViewer .well .tile {
    border: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
}
.imageViewer a img {
    text-decoration: none;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
.imageViewer .status {
    position: absolute;
    margin: 0px;
    bottom: 0px;
    left: 0px;
    background: #000;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.10em;
    height: 18px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 8px;
    padding-left: 8px;
    display: none;
}
.imageViewer .pages {
    margin: 0px;
    padding: 6px;
    position: absolute;
    bottom: 30px;
    left: 0px;
    color: #fff;
    background: #000;
    display: none;
}
.imageViewer .info {
    margin: 0px;
    padding: 6px;
    position: absolute;
    top: 66px;
    right: 0px;
    color: #fff;
    background: #000;
    display: none;
}
.imageViewer .info .infotitle {
    font-size: 10px;
    padding-left: 10px;
    font-weight: bold;
    letter-spacing: 0.10em;
}
.imageViewer .info .close {
    position: absolute;
    margin: 0px;
    padding: 6px;
    right: 0px;
    top: 0px;
}
.imageViewer .info .infotext {
    padding-top: 16px;
    padding-right: 24px;
}
.imageViewer .pages .page {
    font-size: 10px;
    padding-left: 10px;
    font-weight: bold;
    letter-spacing: 0.10em;
}
.imageViewer .pages .close {
    position: absolute;
    margin: 0px;
    padding: 6px;
    right: 0px;
    top: 0px;
}
.imageViewer .pages .listpages {
    padding-top: 16px;
    padding-right: 24px;
}
.imageViewer .pages .listpages a {
    text-decoration: none;
}
.imageViewer .pages .listpages .selected {
    font-weight: bold;
    color: #c22600;
}
.imageViewer .pages .listpages ul {
    padding-bottom: 2px;
    padding-left: 2px;
}
.imageViewer .pages .listpages ul li a {
    color: #fff;
}
.imageViewer .pages .listpages li {
    color: #fff;
    margin-left: 4px;
    margin-right: 4px;
    list-style-type: none;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 2px;
    padding-left: 2px;
    display: inline-block;
}
.imageViewer .titleimage {
    padding: 4px;
    top: 0px;
    left: 0px;
    background: #000;
    display: none;
}
.imageViewer .titleimage h1 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.imageViewer .actions {
    background-color: #000;
    position: absolute;
    left: 0px;
    top: 29px;
    padding: 5px;
    display: none;
}
.url_permanent {
    position: relative;
    padding-top: 2px;
    padding-bottom: 2px;

}
.url_permanent h3 {
    padding: 6px;
    font-size: 16px;
    font-weight: bold;
}
.permanentlink {
    margin-left: 6px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 4px;
    padding-top: 4px;
    width: 470px;
}

