﻿/*---------------------------------Titulo Index----------------------------------------------*/

.titulo1 {
    color: #0e4165;
}

/*---------------------------------border_div----------------------------------------------*/

.border_div {
    /*border-style:solid;
    border-width:1px;
    border-color:black;*/
    border-radius: 5px;
    box-shadow: 10px 10px 5px #888;
    height: auto;
    font-weight: bold;
    padding: 10px;
}

.drop_diseño {
    width: 100%;
    height: 30px;
    border-radius: 5px;
}

.txt_cajas {
    width: 100%;
    height: 30px;
    border-radius: 5px;
    color: black;
}

.txt_cajas_multi {
    width: 100%;
    height: auto;
    border-radius: 5px;
    color: black;
}


.div_seccion {
    background-color: #12AFAF;
    border-radius: 2px;
    color: white;
    font-weight: bold;
    box-shadow: 5px 5px 5px rgba(136, 136, 136, 0.64);
    height: auto;
    padding: 5px;
}




.boton_blanco {
    background-color: white;
    color: white;
    text-decoration: none;
    border: none;
}

.div_bordes_laterales {
    border-left-color: black;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: black;
    border-right-style: solid;
    border-right-width: 1px;
}


/*---------------------------------Publica----------------------------------------------*/
.index_home {
    /*background: url("../images/fondos/esta2.jpg") no-repeat center top;*/
    background-color: white;
    color: black;
    /*background-size: cover;*/
    /*background-attachment: fixed !important;*/
    /*height: auto;*/



    margin-top: 40px;
    /*min-height:100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;*/
}





.foto_usuario {
    border-color: #38a2ed;
    border-width: 1px;
    border-style: solid;
    padding: 5px;
    border-radius: 5px;
    background-color: rgba(56, 162, 237, 0.45);
    text-align: center;
}

.picker {
    border-radius: 10px;
    background-color: rgba(56, 162, 237, 0.47);
    color: white;
    width: 100%;
    height: 35px;
}

.btn_general {
    border-radius: 8px;
    border-style: solid;
    border-width: 1px;
    width: 100%;
    padding: 5px;
    height: 35px;
    border-color: rgba(0, 0, 0, 0.53);
    background-color: rgba(56, 162, 237, 0.47);
    color: white;
}

    .btn_general:hover {
        border-radius: 8px;
        border-style: solid;
        border-width: 1px;
        width: 100%;
        padding: 5px;
        height: 35px;
        border-color: rgba(255, 255, 255, 0.78);
        background-color: rgba(14, 65, 101, 0.53);
        color: white;
    }


/*---------------------------------Privada----------------------------------------------*/
.privada {
    /*background: url("../images/fondos/esta2.jpg") no-repeat center top;*/
    background-color: rgba(0, 0, 0, 0.60);
    color: #fff;
    background-size: cover;
    background-attachment: fixed !important;
    height: auto;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.tool {
    width: 200px;
    height: 150px;
    border-radius: 8px;
    background-color: rgba(56, 162, 237, 0.47);
}


/*-------------------------------------------------------*/

.boton_hoy {
    border-radius: 5px;
    border-style: none;
    border-width: 0px;
    border-color: none;
    background-color: rgba(0, 0, 0, 0.01);
    text-align: center;
    padding: 5px 10px 5px 10px;
}

    .boton_hoy:hover {
        background-color: rgba(1, 214, 245, 0.95);
    }


/*-----------------Regiones Boton*/

.boton_total {
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.01);
    color: white;
    text-align: center;
    padding: 5px 10px 5px 10px;
}

    .boton_total:hover {
        background-color: rgba(1, 214, 245, 0.95);
        color: black;
        border-style: solid;
        border-width: 1px;
        border-color: rgba(0, 0, 0, 0.01);
        padding: 5px 10px 5px 10px;
    }


.div_secretarias {
    border-radius: 5px 5px 0px 0;
    margin: 0 auto;
    background-color: white;
    text-align: center;
    text-decoration: none;
    vertical-align: inherit;
    padding: 5px;
    height: 100px;
    border-color: black;
    border-style: solid;
    border-width: 1px;
}

    .div_secretarias:hover {
        background-color: rgba(0, 0, 0, 0.64);
        text-align: center;
        color: white;
        text-decoration: none;
        vertical-align: inherit;
        padding: 5px;
        border-color: white;
        border-style: solid;
        border-width: 1px;
        height: 100px;
    }

.div_secretarias_interno {
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 0px 0px 5px 5px;
    padding: 8px;
    border-color: white;
    border-style: solid;
    border-width: 1px;
}





@media (min-width: 800px) {

    img_galeria {
        width: 100%;
        height: 450px;
    }
}

@media (min-width: 400px) {

    img_galeria {
        width: 100%;
        height: 250px;
    }
}

@media (min-width: 200px) {

    img_galeria {
        width: 100%;
        height: 150px;
    }
}



/*@media (min-width: 800px) {

    .img_galeria2
    {
        width:100%;
        height:150px;
    }
}

@media (min-width: 400px) {
.img_galeria2 
    {
        width:100%;
        height:5px;
    }
}

@media (min-width: 200px) {

    .img_galeria2 
    {
        width:100%;
        height:5px;
    }
}*/


.div_notas {
    padding: 8px;
    border-radius: 5px;
}

    .div_notas:hover {
        background-color: rgba(0, 0, 0, 0.50);
        border: solid 1px yellow;
        color: white;
        padding: 8px;
        border-radius: 5px;
    }




.boton_privada {
    color: #fff;
    background-color: #edce13;
    /*border-color: transparent;*/
}

.fondo_region {
    /*background:url(../images/fondos/regiones_fondo.jpg);*/
    background-color: #;
}

.fondo_index {
    background-color: white;
}

.fondo_index2 {
    background: url(../images/fondos/regiones_fondo.jpg);
}



.secre_imgs {
    width: 45%;
    height: 85%;
}

    .secre_imgs:hover {
        transition-delay: 0.5s;
        transition-duration: 0.2s;
        transition-property: initial;
        width: 100%;
        height: 100%;
        z-index: 101;
    }

.center {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.centervert {
    display: flex;
    justify-content: center;
    align-items: center;
    /*position: absolute;
	top: 50%;
	left: 50%;
	height: 30%;
	width: 50%;
	margin: -15% 0 0 -25%;*/
}





.centerlist {
    margin-left: 30px;
    margin-right: 70px;
    display: block;
}


.img_transparencia {
   
    padding:10px;
    max-width: 80%;
    margin-top:10px;
    height: 100%;
}

.div_formatos {
    text-align:center;
    overflow-wrap:break-word;
}
.fondo_loader 
{
       background-color: black;
    opacity: 0.8;
}