/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 8/08/2019, 01:53:42 PM
    Author     : kmejia
*/

.imagenDenuncia{
    border-style: dashed;
    border-color: black;
    width: 95%;
    margin-right: 1%;
    float: left;
}

.imagenDenuncia:hover{
    cursor: pointer;
}

.imagenDenuncia img{
    max-width: 30px;
    max-height: 30px;
    text-align: center;
    margin: 23%;
}

.inputFileDenuncia{
    display:none !important;
}

.eliminaIamgen{
    border: 1px solid black;
    border-radius: 10px;
    padding: 0px 10%;
    color: white;
    background-color: #df0000;
    cursor: pointer;
    float: right;
    margin: -22% -19.5%;
    font-weight: bold;
}

#carouselImagenes{
    width: 100%;
    height: 60%;
}
.imagenCarousel{
    height: 100% !important;
    width: auto;
    margin:auto;
}

.carousel-indicators li:hover{
    cursor:pointer !important;
}

#numArchivos{
    font-weight: bold;
}