body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat' !important;
    letter-spacing: 1px !important;
    font-smooth: always !important;
}

.contenedor {
    width: 100%;
    min-height: 100%;
}

.container-img {
  position: relative;
  width: 100%;
  max-width: 100%;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .3s ease;
  /*background-color: red;*/
}

.container-img:hover .overlay {
  opacity: .9;
}

.icon {
  color: white;
  font-size: 40px;
  /*position: absolute;*/
  text-align: center;
  background: #1257AC;
  padding-left:10px;
  padding-right:10px;
  padding:10px;
  margin:10px;
  border-radius: 15px;
  color: white;
  text-decoration: none;

}

.fa-search-plus:hover {
  color: white;
  text-decoration: none;
}

/* #col-header{
	width: 100%;
	height: 100px;
	background-image: url("../images/logos/top.png");
	background-size:100% 100%;
	display: flex;
	position: relative;
} */

#col-header {
    width: 100%;
    height: 150px;
    /*background-color: #0078b6;*/
    background-color: red;
    /* background-size: 100% 100%; */
    display: flex;
    position: relative;
}

#col-header>a>img {
    /*logo shoa*/
    width: 167px;
    text-align: center;
    /* position: relative; */
    margin: 23px;
    margin-top: 28px;
    margin-left: 0px;
    position: absolute;
    /* left: 40; */
}

#col-header>img {
    /*logo cendhoc*/
    width: 200px;
    text-align: center;
    /* position: relative; */
    margin-top: -30px;
    /* margin: 300 px; */
    margin-left: 82%;
    position: absolute;
    /* left: 40; */
}


/* #col-header>img {
    width: 180px;
    text-align: center;
    position: relative;
    margin: 0 auto;
} */

#col-footer {
    width: 100%;
    background-color: #1257AC;
    padding: 20px;
}

#tabla-enlace th {
    width: 20%;
}

#tabla-enlace th img {
    width: 60%;
}

#tabla-enlace td {
    width: 80%;
}

#tabla-enlace td a {
    color: #2d457c;
    font-weight: bold;
}

#color-cendhoc-1 {
    background: #338eaf;
    color: #fff;
}

#color-cendhoc-2 {
    background: #338eaf;
    color: #fff;
}

#ajustar-sombra-img {
    width: 100%;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
}

#ajustar-img {
    width: 100%;
}

.fondo-titulo {
    width: 100%;
    background: #338eaf;
    padding: 5px;
    padding-left :10px;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
}

#tabla-cimar th {
    width: 20%;
}

#tabla-cimar th img {
    width: 100%;
}

#tabla-cimar td {
    line-height: 10px;
}

#tabla-cimar td p {
    line-height: 12px;
}

#tabla-cimar td .cont-text-cimar {
    padding-top: 2px;
}

#tabla-cimar td a {
    color: #2d457c;
    font-weight: bold;
}

.text-subtitulo {
    font-size: 16px;
    color: #2d457c;
}

.text-descripcion {
    font-size: 14px;
    color: #2d457c;
}


/*iframe {
    border: none;
    min-width: 900px;
    min-height: 600px;
}*/


/* .cards_body {
    background-color: #2baf4c;
    width: 100%;
}

.cont_body {
    background-color: #146500;
    margin-top: 5px;
    margin-left: 10%;
} */

.noti_botton {
    /* background-image: url('<?php echo base_url(); ?>assets/images/logos/fondo_noticias.png'); */
    width: 100%;
    height: 100%;
    display: flex;
    text-align: center;
}

.conte_noti_botton {
    width: 100%;
    /* height: 4rem; */
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
    text-align: center;
    align-items: center;
    margin-top: 1em;
    margin-bottom: 1em;
}

@media screen and (max-width: 784px) {
    #tabla-cimar th {
        display: none;
    }
}
