﻿
.btnGaleria{
    background-image:url(../Recursos/galeria.png);      
    background-size:auto 100%;
    background-repeat:no-repeat;
    width:35px;
    height:25px;
    position:inherit;
    margin-bottom: 10px;
    margin-top: 15px;
    float:left;
    cursor:pointer;
    display: none;
}
.fotoGaleria{    
    width:800px;
    height:600px;
    margin:0 auto;
    position: fixed;
    color: #00695C;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    background-color: rgba(255,255,255,0.8);
    border-radius: 15px;
    padding: 8px;
    cursor:pointer;
}


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 0px;
    border: 1px solid #888;
    max-width: 100vh;
    max-height: 75vh;
    position:relative;
    padding:10px;
    display:table;
}

/* The Close Button */
.close {
    color: #aaaaaa;    
    font-size: 28px;
    font-weight: bold;    
    top: 8px;
    float:right;
    position:absolute;
    right:20px;
    z-index:1;
}

.close:hover,
.close:focus {
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
}
.imgGaleria{
   position:relative;
   object-fit: contain;
   max-width: 100vh;
   max-height: 75vh;
    
}

.pag-tarjetero-fotos{
    
    position:absolute;
    bottom:20px;
    right:20px;

    background-color: rgba(255,255,255,0.8);
    border-radius: 5px;
}

ul.paginacion-foto li a.active {
    border-radius: 5px;  
    background-color: #f44336;
    color: white;
}

ul.paginacion-foto li a:hover:not(.active) {
    background-color: #ddd;
}


ul.paginacion-foto {
    display: inline-block;
    padding: 0;    
    float: right;
    margin:5px;
}

ul.paginacion-foto li {
    display: inline;

}

ul.paginacion-foto li a {
    border-radius: 5px;
    color: black;
    float: left;
    padding: 4px 8px;
    text-decoration: none;
}

