﻿.popup {
    background-color:rgba(9, 39, 66, 0.90);
    margin-left: auto !important;
    margin-right: auto !important;
    /*display: block;*/
    color: #888888;

    width:60%;
    height:70%;

    /*max-height:850px;
    max-width:initial;*/

    /*min-width:300px;
    min-height:180px;*/


    
    /*left:25%;
     right: 25%;*/
    /*padding: 5px;*/
    /*position:center;*/
 


     z-index: 300;
    -moz-box-shadow: 0px 0px 10px 1px #888888;
    -webkit-box-shadow: 0px 0px 10px 1px #888888;
    box-shadow: 0px 0px 10px 1px #888888;
    border-radius:10px;
    -moz-border-radius:10px;
}

.img_pop 
{
    /*min-width:200px;
    min-height:200px;*/
    border-radius:10px;
    /*height:auto;*/
    /*width:100%;*/
     top: 0;
    bottom: 0;
    margin: auto;
    /*max-height:95%;*/
    padding:0.5%;
    background-color: rgba(255, 255, 255, 0.30);

}
    .img_pop:hover 
    {
        background-color: rgba(198, 237, 35, 0.51);
    }

.overlay {
    background: rgba(0, 0, 0, 0.51);
    bottom: 0;
    left: 0;
    position: center;
    right: 0;
    top: 0;
    z-index: 400;
    /*opacity:0.9;*/
}

.close2  {
    /*background: white;*/
    /*background-color:white;*/
    /*color:white;*/
    text-decoration:none;
    font-size:25px;
    border-radius:2px;
    text-align:center;
    /*-webkit-box-shadow: 0px 0px 10px 1px #f6eeee;*/
    /*url("../images/iconos/cancel_1.png") repeat scroll left top transparent;*/
    /*cursor: zoom-in;*/
    /*cursor: -webkit-zoom-out;*/
    float: right;
    height: 26px;
    left: 22px;
    position: relative;
    top: -35px;
    width: auto;
    z-index:0;
   
}


.btn_close_modal_bootstrap
{
    /*color:white !important;
    background-color:black !important;
    text-decoration:none;
    font-size:25px;
    border-radius:30%;
    display:block;
    border:1px solid white !important;
    text-align:center;*/
    margin-right:20px;
    margin-top:10px;
    /*-webkit-box-shadow: 0px 0px 10px 1px #f6eeee;*/
    /*url("../images/iconos/cancel_1.png") repeat scroll left top transparent;*/
    /*cursor: zoom-in;*/
    /*cursor: -webkit-zoom-out;*/
    /*float: right;
    
    left: 22px;
    position: relative;
    top: -35px;*/
    /*height: 26px;
    width: auto;
    z-index:0;*/
    color:red !important;
}

.parrafo 
{
    color:rgba(9, 39, 66, 0.65);
    /*color:#ff9c00;*/
    font-size:28px;

}
    .parrafo:hover 
    {
        color:black;
        font-size:35px;
        cursor:-webkit-grab;
    }


.Cerrar_pop 
{
    text-decoration:none;
    /*font-size:25px;*/
    border-radius:20px;
    text-align:center;
    padding:2px;
    float: right;
    /*height: 26px;*/
    left: 30px;
    position: relative;
    top: -35px;
    width: auto;
    z-index:0;
    vertical-align:top;
}
    .Cerrar_pop:hover {
        border-color:orange;
        border-style:solid;
        border-width:2.5px;
        padding:1.5px;
        background-color:rgba(52, 149, 239, 0.62);
        vertical-align:top;
        border-radius:30px;
    }

    /*Animacion parta alternar texto e imagen*/

.div_pop 
{
     position:absolute;
     margin-left: auto;
     margin-right: auto;
     left: 0;
     right: 0;
     text-align: center;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}




.transparent 
{
/*opacity:0;
border:solid;*/

display:none !important;


}

#cf_onclick 
{
    cursor:pointer;
}
   
 .noVisible
 {
    display:none

}

 .textopopCentrado
 {
     
 
     padding: 5%;

 
 }

.scrollsinBarra
{
    scrollbar-width:  thin;
}