/********************************** BANNER ******************************************/
/********************************** BANNER ******************************************/
/********************************** BANNER ******************************************/
#baner {
    margin-top: 0px;
    width: 100%;
    height: 50px;
    background-size:100vw 100vh;
    background-repeat:no-repeat;
    animation-name:baner;
	animation-duration:60s;
	animation-iteration-count:infinite;
	animation-direction:50%;
    background: rgba(0,58,122,1.0);
}
@keyframes baner {
	0%, 19% {background-image: url(../img/fondo_01.png);}	
	20%, 39% {background-image: url(../img/fondo_05.png);}
	40%, 59% {background-image: url(../img/fondo_03.png);}
    60%, 79% {background-image: url(../img/fondo_04.png);}
    80%, 100% {background-image: url(../img/fondo_02.png);}
}

/********************************** BANNER ******************************************/
/********************************** BANNER ******************************************/
/********************************** BANNER ******************************************/
#banner {
    margin: 60px 0px 0px 0px;
    width: 100%;
    height: 500px;
    background-size:100vw 100vh;
    background-repeat:no-repeat;
    animation-name:baner;
	animation-duration:60s;
	animation-iteration-count:infinite;
	animation-direction:50%;
    background: rgba(220,220,220,1.0);
    border-bottom: 5px solid rgba(0,0,0,0.5);
}
    
.slider-container {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.slider {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease-in-out;
}

.slide {
  position: relative;
  flex: 0 0 100%;
}

.slide img {
    float: right;
    margin:20px 65px 0px 0px;
    width: 230px;
    height: 130px;
}

.slide-content {
    position: absolute;
    top: 0px;
    left: 20px;
    width: 100%;
    height: 350px;
    text-align: center;
    color: black;
}

.slide-content h2 {
    margin: 200px 0px 0px 0px;
    width: 360px;
    height: 30px;
    font-family: Arial;
    font-size: 23px;
    color: black;
    text-align: left;
}

.slide-content h3 {
    margin: 20px 0px 0px 0px;
    width: 200px;
    height: 40px;
    text-align:left;
    font-family: Arial;
    font-size: 20px;
    color: black;
}

.slide-content h4 {
    margin: 20px 0px 0px 0px;
    width: 350px;
    height: 80px;
    text-align:left;
    font-family: Arial;
    font-size: 40px;
    color: black;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}


.slider-nav {
    position:absolute;
    bottom:20px;
    width: 100%;
    height: 30px;
}

/********************************** BOTONES ******************************************/
/********************************** BOTONES ******************************************/
/********************************** BOTONES ******************************************/

#anterior {
    margin: 0px 0px 0px 40px;
    float: left;
    width: 40px;
    height: 40px;
    font-family: arial;
    font-size: 20px;
    padding: 0px;
    background: rgba(255,255,255,0.7);
    color: black;
}

#siguiente {
    margin: 0px 20px 0px 0px;
    float: right;
    width: 40px;
    height: 40px;
    font-family: arial;
    font-size: 20px;
    padding: 0px;
    background: rgba(255,255,255,0.7);
    color: black;
}


button {
    padding: 5px 10px;
    margin: 0 5px;
    cursor: pointer;
}

button {
    padding: 5px 10px;
    margin: 0 10px;
    border-radius: 50px;
    background: rgba(80,80,80,0.7);
    color: white;
}

    
/********************************** CONTENIDO PAGINA WEB ******************************************/
/********************************** CONTENIDO PAGINA WEB ******************************************/
/********************************** CONTENIDO PAGINA WEB ******************************************/
#contenido_pagina {
    width: 100%;
    height: 3400px;
}
.contenedor_info_pagina {
    margin: auto;
    width: 100%;
    height: 3400px;
    background: rgba(230,230,230,1.0);
    border-radius: 0px 0px 50px 50px;
}
#contenido_pagina_2 {
    width: 100%;
    height: 2550px;
}
.contenedor_info_pagina_2 {
    margin: auto;
    width: 100%;
    height: 2550px;
    background: rgba(230,230,230,1.0);
    border-radius: 0px 0px 50px 50px;
}

#contenido_pagina_3 {
    width: 100%;
    height: 2550px;
}
.contenedor_info_pagina_3 {
    margin: auto;
    width: 100%;
    height: 2550px;
    background: rgba(230,230,230,1.0);
    border-radius: 0px 0px 50px 50px;
}

/****************************** NOTICIAS *************************/
/****************************** NOTICIAS *************************/
/****************************** NOTICIAS *************************/
.contenedor_noticias {
    float: left;
    width: 100%;
    height: 800px;
}
.contenedor_noticias_semana {
    float: left;
    width: 360px;
    height: 400px;
}
.contenedor_noticias_semana a {
    float: left;
    margin: 5px;
    width: 360px;
    height: 800px;
}
.contenedor_not_img {
    float: left;
    width: 350px;
    height: 180px;
    background-image: url(../img/noticias/img_noticias_01.png);
    background-size: cover;
    background-position: center;
    border-radius: 3px;
}
.contenedor_not_titulo {
    float:left;
    margin: 10px 0px 0px 5px;
    width: 340px;
    height: 130px;
    font-weight:bold;
    font-size: 20px;
    text-align: justify;
    color: black;
}
.contenedor_not_vermas {
    margin: 10px 20px 0px 0px;
    float: right;
    width: 200px;
    height: 35px;
    padding: 3px;
    font-size: 24px;
    text-align: center;
    background: rgba(130,130,130,1.0);
    color: white;
    border-radius: 5px 10px;
}
.contenedor_not_vermas:hover {
    background: rgba(0,26,90,1.0);
}
    
    
.contenedor_noticias_cont {
    float: left;
    width: 360px;
    height: 380px;
}
.contenedor_noticias_cont a {
    float: left;
    margin: 5px;
    width: 350px;
    height: 370px;
}
.contenedor_noticias_cont_titulo {
    float: left;
    width: 350px;
    height: 80px;
    font-size: 30px;
    color: rgba(50,50,50,1.0);
}
.contenedor_noticias_cont_subtitulo {
    float: left;
    width: 350px;
    height: 80px;
    font-size: 20px;
    text-align: justify;
    color: rgba(150,150,150,1.0);
}
.contenedor_noticias_cont_img {
    float: left;
    width: 350px;
    height: 150px;
    background-image: url(../img/noticias/img_noti_01.png);
    background-size: cover;
    background-position: center;
    border-radius: 3px;
}
.contenedor_noticias_cont_vermas {
    float: right;
    width: 200px;
    height: 40px;
    margin-top:10px;
    padding: 3px;
    font-size: 25px;
    text-align: center;
    background: rgba(130,130,130,1.0);
    color: white;
    border-radius: 5px 10px;
}
.contenedor_noticias_cont_vermas:hover {
    background: rgba(0,26,90,1.0);
}

/****************************** CATEGORIAS *************************/
/****************************** CATEGORIAS *************************/
/****************************** CATEGORIAS *************************/
.contenedor_categorias {
    float: left;
    width: 100%;
    height: 2600px;
}
.contenedor_categoria {
    float: left;
    margin: 20px 5px 5px 5px;
    width: 350px;
    height: 290px;
}
.contenedor_categoria a {
    float: left;
    margin: 0px 10px;
    width: 330px;
    height: 280px;
}
.contenedor_categoria_cat {
    float: left;
    width: 300px;
    height: 18px;
    padding: 2px;
    font-size: 12px;
    font-weight: bold;
    color: black;
}
.contenedor_categoria1_img {
    float: left;
    width: 330px;
    height: 120px;
    background-image: url(../img/noticias/img_categoria1_01.png);
    background-size: cover;
    background-position: center;
    border-radius: 3px;
}
.contenedor_categoria2_img {
    float: left;
    width: 330px;
    height: 120px;
    background-image: url(../img/noticias/img_categoria2_01.png);
    background-size: cover;
    background-position: center;
    border-radius: 3px;
}
.contenedor_categoria3_img {
    float: left;
    width: 330px;
    height: 120px;
    background-image: url(../img/noticias/img_categoria3_01.png);
    background-size: cover;
    background-position: center;
    border-radius: 3px;
}
.contenedor_categoria4_img {
    float: left;
    width: 330px;
    height: 120px;
    background-image: url(../img/noticias/img_categoria4_01.png);
    background-size: cover;
    background-position: center;
    border-radius: 3px;
}
.contenedor_categoria5_img {
    float: left;
    width: 330px;
    height: 120px;
    background-image: url(../img/noticias/img_categoria5_01.png);
    background-size: cover;
    background-position: center;
    border-radius: 3px;
}
.contenedor_categoria6_img {
    float: left;
    width: 330px;
    height: 120px;
    background-image: url(../img/noticias/img_categoria6_01.png);
    background-size: cover;
    background-position: center;
    border-radius: 3px;
}
.contenedor_categoria7_img {
    float: left;
    width: 330px;
    height: 120px;
    background-image: url(../img/noticias/img_categoria7_01.png);
    background-size: cover;
    background-position: center;
    border-radius: 3px;
}
.contenedor_categoria8_img {
    float: left;
    width: 330px;
    height: 120px;
    background-image: url(../img/noticias/img_categoria8_01.png);
    background-size: cover;
    background-position: center;
    border-radius: 3px;
}
.contenedor_categoria9_img {
    float: left;
    width: 330px;
    height: 120px;
    background-image: url(../img/noticias/img_categoria9_01.png);
    background-size: cover;
    background-position: center;
    border-radius: 3px;
}
.contenedor_categoria10_img {
    float: left;
    width: 330px;
    height: 120px;
    background-image: url(../img/noticias/img_categoria10_01.png);
    background-size: cover;
    background-position: center;
    border-radius: 3px;
}
.contenedor_categoria11_img {
    float: left;
    width: 330px;
    height: 120px;
    background-image: url(../img/noticias/img_categoria11_01.png);
    background-size: cover;
    background-position: center;
    border-radius: 3px;
}
.contenedor_categoria12_img {
    float: left;
    width: 330px;
    height: 120px;
    background-image: url(../img/noticias/img_categoria12_01.png);
    background-size: cover;
    background-position: center;
    border-radius: 3px;
}
.contenedor_categoria13_img {
    float: left;
    width: 330px;
    height: 120px;
    background-image: url(../img/noticias/img_categoria13_01.png);
    background-size: cover;
    background-position: center;
    border-radius: 3px;
}
.contenedor_categoria14_img {
    float: left;
    width: 330px;
    height: 120px;
    background-image: url(../img/noticias/img_categoria14_01.png);
    background-size: cover;
    background-position: center;
    border-radius: 3px;
}
.contenedor_categoria15_img {
    float: left;
    width: 330px;
    height: 120px;
    background-image: url(../img/noticias/img_categoria15_01.png);
    background-size: cover;
    background-position: center;
    border-radius: 3px;
}
.contenedor_categoria16_img {
    float: left;
    width: 330px;
    height: 120px;
    background-image: url(../img/noticias/img_categoria16_01.png);
    background-size: cover;
    background-position: center;
    border-radius: 3px;
}
.contenedor_categoria17_img {
    float: left;
    width: 330px;
    height: 120px;
    background-image: url(../img/noticias/img_categoria17_01.png);
    background-size: cover;
    background-position: center;
    border-radius: 3px;
}
.contenedor_categoria18_img {
    float: left;
    width: 330px;
    height: 120px;
    background-image: url(../img/noticias/img_categoria18_01.png);
    background-size: cover;
    background-position: center;
    border-radius: 3px;
}
.contenedor_categoria19_img {
    float: left;
    width: 330px;
    height: 120px;
    background-image: url(../img/noticias/img_categoria19_01.png);
    background-size: cover;
    background-position: center;
    border-radius: 3px;
}
.contenedor_categoria20_img {
    float: left;
    width: 330px;
    height: 120px;
    background-image: url(../img/noticias/img_categoria20_01.png);
    background-size: cover;
    background-position: center;
    border-radius: 3px;
}
.contenedor_categoria21_img {
    float: left;
    width: 330px;
    height: 120px;
    background-image: url(../img/noticias/img_categoria21_01.png);
    background-size: cover;
    background-position: center;
    border-radius: 3px;
}
.contenedor_categoria22_img {
    float: left;
    width: 330px;
    height: 120px;
    background-image: url(../img/noticias/img_categoria22_01.png);
    background-size: cover;
    background-position: center;
    border-radius: 3px;
}
.contenedor_categoria23_img {
    float: left;
    width: 330px;
    height: 120px;
    background-image: url(../img/noticias/img_categoria23_01.png);
    background-size: cover;
    background-position: center;
    border-radius: 3px;
}
.contenedor_categoria24_img {
    float: left;
    width: 330px;
    height: 120px;
    background-image: url(../img/noticias/img_categoria24_01.png);
    background-size: cover;
    background-position: center;
    border-radius: 3px;
}


.contenedor_categoria_titulo {
    float: left;
    width: 330px;
    height: 60px;
    margin: 5px 0px 0px 0px;
    font-size: 15px;
    font-weight: bold;
    text-align: justify;
    color: black;
}
.contenedor_categoria_sub_titulo {
    float: left;
    width: 330px;
    height: 50px;
    font-size: 12px;
    text-align: justify;
    color: black;
}
.contenedor_categoria_vermas {
    float: right;
    width: 150px;
    height: 25px;
    font-size: 20px;
    text-align: center;
    color: white;
    border-radius: 3px 10px;
    background: rgba(130,130,130,1.0);
}
.contenedor_categoria_vermas:hover {
    background: rgba(0,26,90,1.0);
}

/***************************************** PUBLICIDAD PLATAFORMA *************************************************/
/***************************************** PUBLICIDAD PLATAFORMA *************************************************/
/***************************************** PUBLICIDAD PLATAFORMA *************************************************/
#publicidad_plataforma {
    margin-top: 30px;
    width: 100%;
    height: 900px;
    background: rgba(0,0,0,0.75);
}
#publicidad_plataforma2 {
    margin-top: 30px;
    width: 100%;
    height: 900px;
    background: rgba(0,0,0,0.75);
}
.contenido_publicidad {
    margin: auto;
    width: 100%;
    height: 1000px;
}
/***** MOD 1 *****/
/***** MOD 1 *****/
/***** MOD 1 *****/
.contenido_publicidad_mod1 {
    float:left;
    width: 360px;
    height: 320px;
}
.cont_publi_titulo1 {
    float:left;
    margin: 20px 0px 0px 20px;
    width: 350px;
    height: 40px;
    color: white;
    font-weight: bold;
}
.cont_publi_video {
    float:left;
    margin: 0px 0px 0px 10px;
    width: 340px;
    height: 200px;
    font-weight: bold;
    background: black;
    border-radius: 5px;
}
.cont_publi_titulo2 {
    float:left;
    margin: 5px 0px 0px 20px;
    width: 350px;
    height: 40px;
    font-weight: bold;
    color: white;
}
    
/***** MOD 2 *****/
/***** MOD 2 *****/
/***** MOD 2 *****/
.contenido_publicidad_mod2 {
    float:left;
    width: 350px;
    height: 130px;
}
.cont_publi_whatsapp {
    float:left;
    margin: 0px 0px 0px 140px;
    width: 80px;
    height: 80px;
    background-image: url(../img/bot_whatsapp.png);
}
.cont_publi_txt1 {
    margin: 5px 0px 0px 120px;
    float:left;
    width: 120px;
    height: 50px;
    text-align: center;
    color: rgba(0,255,0,1.0);
}
    
/***** MOD 3 *****/
/***** MOD 3 *****/
/***** MOD 3 *****/
.contenido_publicidad_mod3 {
    float:left;
    width: 360px;
    height: 400px;
}
.cont_publi_titutlo3 {
    float:left;
    margin: 30px 0px 0px 20px;
    width: 330px;
    height: 110px;
    color: white;
    font-size: 30px;
    font-weight: bold;
}
.cont_publi_txt2 {
    float:left;
    margin: 20px;
    width: 320px;
    height: 220px;
    font-size: 16px;
    text-align:justify;
    color: white;
} 
/***************************************** IMAGEN *************************************************/
/***************************************** IMAGEN *************************************************/
/***************************************** IMAGEN *************************************************/
#imagen {
    margin-top: 100px;
    width: 100%;
    height: 200px;
}
.imagen_cont {
    margin: auto;
    width: 350px;
    height: 200px;
    background-image: url(../img/varias.png);
    background-size: auto; 
    background-position:left;
}
    
    

/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/


/********************************** BANNER ******************************************/
/********************************** BANNER ******************************************/
/********************************** BANNER ******************************************/
@media (min-width:1024px) {
#baner {
    margin-top: 0px;
    width: 100%;
    height: 50px;
    background-size:100vw 100vh;
    background-repeat:no-repeat;
    animation-name:baner;
	animation-duration:60s;
	animation-iteration-count:infinite;
	animation-direction:50%;
    background: rgba(0,58,122,1.0);
}
@keyframes baner {
	0%, 19% {background-image: url(../img/fondo_01.png);}	
	20%, 39% {background-image: url(../img/fondo_05.png);}
	40%, 59% {background-image: url(../img/fondo_03.png);}
    60%, 79% {background-image: url(../img/fondo_04.png);}
    80%, 100% {background-image: url(../img/fondo_02.png);}
}

/********************************** BANNER ******************************************/
/********************************** BANNER ******************************************/
/********************************** BANNER ******************************************/
#banner {
    margin: 0px;
    width: 100%;
    height: 300px;
    background-size:100vw 100vh;
    background-repeat:no-repeat;
    animation-name:baner;
	animation-duration:60s;
	animation-iteration-count:infinite;
	animation-direction:50%;
    background: rgba(220,220,220,1.0);
    border-bottom: 5px solid rgba(0,0,0,0.5);
}
    
.slider-container {
  position: relative;
  width: 1200px;
  height: 300px;
  overflow: hidden;
}

.slider {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease-in-out;
}

.slide {
  position: relative;
  flex: 0 0 100%;
}

.slide img {
    float: right;
    margin:70px 100px 0px 0px;
    width: 230px;
    height: 130px;
}

.slide-content {
    position: absolute;
    top: 0px;
    left: 20px;
    width: 1200px;
    height: 350px;
    text-align: center;
    color: black;
}

.slide-content h2 {
    margin: 30px 550px 0px 40px;
    width: 450px;
    height: 40px;
    font-family: Arial;
    font-size: 30px;
    color: black;
    text-align: left;
}

.slide-content h3 {
    margin: 20px 800px 0px 40px;
    width: 200px;
    height: 40px;
    text-align:left;
    font-family: Arial;
    font-size: 25px;
    color: black;
}

.slide-content h4 {
    margin: 20px 0px 0px 40px;
    width: 750px;
    height: 90px;
    text-align:left;
    font-family: Arial;
    font-size: 70px;
    color: black;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.slider-nav {
    position:absolute;
    bottom:20px;
    width: 1200px;
    height: 30px;
}

/********************************** BOTONES ******************************************/
/********************************** BOTONES ******************************************/
/********************************** BOTONES ******************************************/

#anterior {
    margin: 0px 0px 0px 40px;
    float: left;
    width: 40px;
    height: 40px;
    font-family: arial;
    font-size: 20px;
    padding: 0px;
    background: rgba(255,255,255,0.7);
    color: black;
}

#siguiente {
    margin: 0px 20px 0px 0px;
    float: right;
    width: 40px;
    height: 40px;
    font-family: arial;
    font-size: 20px;
    padding: 0px;
    background: rgba(255,255,255,0.7);
    color: black;
}


button {
    padding: 5px 10px;
    margin: 0 5px;
    cursor: pointer;
}

button {
    padding: 5px 10px;
    margin: 0 10px;
    border-radius: 50px;
    background: rgba(80,80,80,0.7);
    color: white;
}

    
/********************************** CONTENIDO PAGINA WEB ******************************************/
/********************************** CONTENIDO PAGINA WEB ******************************************/
/********************************** CONTENIDO PAGINA WEB ******************************************/
#contenido_pagina {
    width: 100%;
    height: 1000px;
}
.contenedor_info_pagina {
    margin: auto;
    width: 1200px;
    height: 1000px;
    background: rgba(230,230,230,1.0);
    border-radius: 0px 0px 50px 50px;
}
#contenido_pagina_2 {
    width: 100%;
    height: 700px;
}
.contenedor_info_pagina_2 {
    margin: auto;
    width: 1200px;
    height: 700px;
    background: rgba(230,230,230,1.0);
}
#contenido_pagina_3 {
    width: 100%;
    height: 700px;
}
.contenedor_info_pagina_3 {
    margin: auto;
    width: 1200px;
    height: 700px;
    background: rgba(230,230,230,1.0);
}

/****************************** NOTICIAS *************************/
/****************************** NOTICIAS *************************/
/****************************** NOTICIAS *************************/
.contenedor_noticias {
    float: left;
    width: 1200px;
    height: 300px;
}
.contenedor_noticias_semana {
    float: left;
    width: 900px;
    height: 300px;
}
.contenedor_noticias_semana a {
    float: left;
    margin: 20px;
    width: 860px;
    height: 260px;
}
.contenedor_not_img {
    float: left;
    width: 500px;
    height: 260px;
    background-image: url(../img/noticias/img_noticias_01.png);
    border-radius: 3px;
}
.contenedor_not_titulo {
    float:left;
    margin: 0px 0px 0px 20px;
    width: 340px;
    height: 220px;
    font-weight:bold;
    font-size: 26px;
    text-align: justify;
    color: black;
}
.contenedor_not_vermas {
    margin: 0px;
    float: right;
    width: 150px;
    height: 25px;
    padding: 3px;
    font-size: 15px;
    text-align: center;
    background: rgba(130,130,130,1.0);
    color: white;
    border-radius: 5px 10px;
}
.contenedor_not_vermas:hover {
    background: rgba(0,26,90,1.0);
}
    
    
.contenedor_noticias_cont {
    float: left;
    width: 300px;
    height: 300px;
}
.contenedor_noticias_cont a {
    float: left;
    margin: 20px;
    width: 260px;
    height: 260px;
}
.contenedor_noticias_cont_titulo {
    float: left;
    width: 260px;
    height: 65px;
    font-size: 25px;
    color: rgba(50,50,50,1.0);
}
.contenedor_noticias_cont_subtitulo {
    float: left;
    width: 260px;
    height: 65px;
    font-size: 16px;
    text-align: justify;
    color: rgba(150,150,150,1.0);
}
.contenedor_noticias_cont_img {
    float: left;
    width: 260px;
    height: 100px;
    background-image: url(../img/noticias/img_noti_01.png);
    border-radius: 3px;
}
.contenedor_noticias_cont_vermas {
    float: right;
    width: 150px;
    height: 25px;
    margin-top:10px;
    padding: 3px;
    font-size: 15px;
    text-align: center;
    background: rgba(130,130,130,1.0);
    color: white;
    border-radius: 5px 10px;
}
.contenedor_noticias_cont_vermas:hover {
    background: rgba(0,26,90,1.0);
}

/****************************** CATEGORIAS *************************/
/****************************** CATEGORIAS *************************/
/****************************** CATEGORIAS *************************/
.contenedor_categorias {
    float: left;
    width: 1200px;
    height: 650px;
}
.contenedor_categoria {
    float: left;
    margin: 20px 5px 5px 5px;
    width: 290px;
    height: 290px;
}
.contenedor_categoria a {
    float: left;
    margin: 0px 25px;
    width: 240px;
    height: 260px;
}
.contenedor_categoria_cat {
    float: left;
    width: 240px;
    height: 15px;
    padding: 2px;
    font-size: 10px;
    font-weight: bold;
    color: black;
}
.contenedor_categoria_img {
    float: left;
    width: 240px;
    height: 120px;
    background: blue;
    border-radius: 3px;
}
/******CATEGORIAS*******/
/******CATEGORIAS*******/
/******CATEGORIAS*******/
/******CATEGORIAS*******/
/******CATEGORIAS*******/
.contenedor_categoria1_img {
    float: left;
    width: 240px;
    height: 120px;
    background-image: url(../img/noticias/img_categoria1_01.png);
    border-radius: 3px;
    transition: transform 0.3s ease;
    box-shadow: 1px 1px 4px rgba(0,0,0,1.0);
}
.contenedor_categoria1_img:hover {
    transform: scale(1.05);
    border-radius: 5px;
}
.contenedor_categoria2_img {
    float: left;
    width: 240px;
    height: 120px;
    background-image: url(../img/noticias/img_categoria2_01.png);
    border-radius: 3px;
    transition: transform 0.3s ease;
    box-shadow: 1px 1px 4px rgba(0,0,0,1.0);
}
.contenedor_categoria2_img:hover {
    transform: scale(1.05);
    border-radius: 5px;
}
.contenedor_categoria3_img {
    float: left;
    width: 240px;
    height: 120px;
    background-image: url(../img/noticias/img_categoria3_01.png);
    border-radius: 3px;
    transition: transform 0.3s ease;
    box-shadow: 1px 1px 4px rgba(0,0,0,1.0);
}
.contenedor_categoria3_img:hover {
    transform: scale(1.05);
    border-radius: 5px;
}
.contenedor_categoria4_img {
    float: left;
    width: 240px;
    height: 120px;
    background-image: url(../img/noticias/img_categoria4_01.png);
    border-radius: 3px;
    transition: transform 0.3s ease;
    box-shadow: 1px 1px 4px rgba(0,0,0,1.0);
}
.contenedor_categoria4_img:hover {
    transform: scale(1.05);
    border-radius: 5px;
}
.contenedor_categoria5_img {
    float: left;
    width: 240px;
    height: 120px;
    background-image: url(../img/noticias/img_categoria5_01.png);
    border-radius: 3px;
    transition: transform 0.3s ease;
    box-shadow: 1px 1px 4px rgba(0,0,0,1.0);
}
.contenedor_categoria5_img:hover {
    transform: scale(1.05);
    border-radius: 5px;
}
.contenedor_categoria6_img {
    float: left;
    width: 240px;
    height: 120px;
    background-image: url(../img/noticias/img_categoria6_01.png);
    border-radius: 3px;
    transition: transform 0.3s ease;
    box-shadow: 1px 1px 4px rgba(0,0,0,1.0);
}
.contenedor_categoria6_img:hover {
    transform: scale(1.05);
    border-radius: 5px;
}
.contenedor_categoria7_img {
    float: left;
    width: 240px;
    height: 120px;
    background-image: url(../img/noticias/img_categoria7_01.png);
    border-radius: 3px;
    transition: transform 0.3s ease;
    box-shadow: 1px 1px 4px rgba(0,0,0,1.0);
}
.contenedor_categoria7_img:hover {
    transform: scale(1.05);
    border-radius: 5px;
}
.contenedor_categoria8_img {
    float: left;
    width: 240px;
    height: 120px;
    background-image: url(../img/noticias/img_categoria8_01.png);
    border-radius: 3px;
    transition: transform 0.3s ease;
    box-shadow: 1px 1px 4px rgba(0,0,0,1.0);
}
.contenedor_categoria8_img:hover {
    transform: scale(1.05);
    border-radius: 5px;
}
.contenedor_categoria9_img {
    float: left;
    width: 240px;
    height: 120px;
    background-image: url(../img/noticias/img_categoria9_01.png);
    border-radius: 3px;
    transition: transform 0.3s ease;
    box-shadow: 1px 1px 4px rgba(0,0,0,1.0);
}
.contenedor_categoria9_img:hover {
    transform: scale(1.05);
    border-radius: 5px;
}
.contenedor_categoria10_img {
    float: left;
    width: 240px;
    height: 120px;
    background-image: url(../img/noticias/img_categoria10_01.png);
    border-radius: 3px;
    transition: transform 0.3s ease;
    box-shadow: 1px 1px 4px rgba(0,0,0,1.0);
}
.contenedor_categoria10_img:hover {
    transform: scale(1.05);
    border-radius: 5px;
}
.contenedor_categoria11_img {
    float: left;
    width: 240px;
    height: 120px;
    background-image: url(../img/noticias/img_categoria11_01.png);
    border-radius: 3px;
    transition: transform 0.3s ease;
    box-shadow: 1px 1px 4px rgba(0,0,0,1.0);
}
.contenedor_categoria11_img:hover {
    transform: scale(1.05);
    border-radius: 5px;
}
.contenedor_categoria12_img {
    float: left;
    width: 240px;
    height: 120px;
    background-image: url(../img/noticias/img_categoria12_01.png);
    border-radius: 3px;
    transition: transform 0.3s ease;
    box-shadow: 1px 1px 4px rgba(0,0,0,1.0);
}
.contenedor_categoria12_img:hover {
    transform: scale(1.05);
    border-radius: 5px;
}
.contenedor_categoria13_img {
    float: left;
    width: 240px;
    height: 120px;
    background-image: url(../img/noticias/img_categoria13_01.png);
    border-radius: 3px;
    transition: transform 0.3s ease;
    box-shadow: 1px 1px 4px rgba(0,0,0,1.0);
}
.contenedor_categoria13_img:hover {
    transform: scale(1.05);
    border-radius: 5px;
}
.contenedor_categoria14_img {
    float: left;
    width: 240px;
    height: 120px;
    background-image: url(../img/noticias/img_categoria14_01.png);
    border-radius: 3px;
    transition: transform 0.3s ease;
    box-shadow: 1px 1px 4px rgba(0,0,0,1.0);
}
.contenedor_categoria14_img:hover {
    transform: scale(1.05);
    border-radius: 5px;
}
.contenedor_categoria15_img {
    float: left;
    width: 240px;
    height: 120px;
    background-image: url(../img/noticias/img_categoria15_01.png);
    border-radius: 3px;
    transition: transform 0.3s ease;
    box-shadow: 1px 1px 4px rgba(0,0,0,1.0);
}
.contenedor_categoria15_img:hover {
    transform: scale(1.05);
    border-radius: 5px;
}
.contenedor_categoria16_img {
    float: left;
    width: 240px;
    height: 120px;
    background-image: url(../img/noticias/img_categoria16_01.png);
    border-radius: 3px;
    transition: transform 0.3s ease;
    box-shadow: 1px 1px 4px rgba(0,0,0,1.0);
}
.contenedor_categoria16_img:hover {
    transform: scale(1.05);
    border-radius: 5px;
}
.contenedor_categoria17_img {
    float: left;
    width: 240px;
    height: 120px;
    background-image: url(../img/noticias/img_categoria17_01.png);
    border-radius: 3px;
    transition: transform 0.3s ease;
    box-shadow: 1px 1px 4px rgba(0,0,0,1.0);
}
.contenedor_categoria17_img:hover {
    transform: scale(1.05);
    border-radius: 5px;
}
.contenedor_categoria18_img {
    float: left;
    width: 240px;
    height: 120px;
    background-image: url(../img/noticias/img_categoria18_01.png);
    border-radius: 3px;
    transition: transform 0.3s ease;
    box-shadow: 1px 1px 4px rgba(0,0,0,1.0);
}
.contenedor_categoria18_img:hover {
    transform: scale(1.05);
    border-radius: 5px;
}
.contenedor_categoria19_img {
    float: left;
    width: 240px;
    height: 120px;
    background-image: url(../img/noticias/img_categoria19_01.png);
    border-radius: 3px;
    transition: transform 0.3s ease;
    box-shadow: 1px 1px 4px rgba(0,0,0,1.0);
}
.contenedor_categoria19_img:hover {
    transform: scale(1.05);
    border-radius: 5px;
}
.contenedor_categoria20_img {
    float: left;
    width: 240px;
    height: 120px;
    background-image: url(../img/noticias/img_categoria20_01.png);
    border-radius: 3px;
    transition: transform 0.3s ease;
    box-shadow: 1px 1px 4px rgba(0,0,0,1.0);
}
.contenedor_categoria20_img:hover {
    transform: scale(1.05);
    border-radius: 5px;
}
.contenedor_categoria21_img {
    float: left;
    width: 240px;
    height: 120px;
    background-image: url(../img/noticias/img_categoria21_01.png);
    border-radius: 3px;
    transition: transform 0.3s ease;
    box-shadow: 1px 1px 4px rgba(0,0,0,1.0);
}
.contenedor_categoria21_img:hover {
    transform: scale(1.05);
    border-radius: 5px;
}
.contenedor_categoria22_img {
    float: left;
    width: 240px;
    height: 120px;
    background-image: url(../img/noticias/img_categoria22_01.png);
    border-radius: 3px;
    transition: transform 0.3s ease;
    box-shadow: 1px 1px 4px rgba(0,0,0,1.0);
}
.contenedor_categoria22_img:hover {
    transform: scale(1.05);
    border-radius: 5px;
}
.contenedor_categoria23_img {
    float: left;
    width: 240px;
    height: 120px;
    background-image: url(../img/noticias/img_categoria23_01.png);
    border-radius: 3px;
    transition: transform 0.3s ease;
    box-shadow: 1px 1px 4px rgba(0,0,0,1.0);
}
.contenedor_categoria23_img:hover {
    transform: scale(1.05);
    border-radius: 5px;
}
.contenedor_categoria24_img {
    float: left;
    width: 240px;
    height: 120px;
    background-image: url(../img/noticias/img_categoria24_01.png);
    border-radius: 3px;
    transition: transform 0.3s ease;
    box-shadow: 1px 1px 4px rgba(0,0,0,1.0);
}
.contenedor_categoria24_img:hover {
    transform: scale(1.05);
    border-radius: 5px;
}
/******CATEGORIAS*******/
/******CATEGORIAS*******/
/******CATEGORIAS*******/
/******CATEGORIAS*******/
/******CATEGORIAS*******/
    
    
    
.contenedor_categoria_titulo {
    float: left;
    width: 240px;
    height: 70px;
    margin: 5px 0px 0px 0px;
    font-size: 15px;
    font-weight: bold;
    text-align: justify;
    color: black;
}
.contenedor_categoria_sub_titulo {
    float: left;
    width: 240px;
    height: 60px;
    font-size: 12px;
    text-align: justify;
    color: black;
}
.contenedor_categoria_vermas {
    float: right;
    width: 100px;
    height: 20px;
    font-size: 14px;
    text-align: center;
    color: white;
    border-radius: 3px 10px;
    background: rgba(130,130,130,1.0);
}
.contenedor_categoria_vermas:hover {
    background: rgba(0,26,90,1.0);
}

/***************************************** PUBLICIDAD PLATAFORMA *************************************************/
/***************************************** PUBLICIDAD PLATAFORMA *************************************************/
/***************************************** PUBLICIDAD PLATAFORMA *************************************************/
#publicidad_plataforma {
    margin-top: 30px;
    width: 100%;
    height: 400px;
    background: rgba(0,0,0,0.75);
}
#publicidad_plataforma2 {
    margin-top: 30px;
    width: 100%;
    height: 400px;
    background: rgba(0,0,0,0.75);
}
.contenido_publicidad {
    margin: auto;
    width: 1200px;
    height: 400px;
}
/***** MOD 1 *****/
/***** MOD 1 *****/
/***** MOD 1 *****/
.contenido_publicidad_mod1 {
    float:left;
    width: 540px;
    height: 400px;
}
.cont_publi_titulo1 {
    float:left;
    margin: 20px 0px 0px 40px;
    width: 540px;
    height: 40px;
    color: white;
    font-weight: bold;
}
.cont_publi_video {
    float:left;
    margin: 0px 0px 0px 40px;
    width: 500px;
    height: 280px;
    font-weight: bold;
    background: black;
    border-radius: 5px;
}
.cont_publi_titulo2 {
    float:left;
    margin: 5px 0px 0px 40px;
    width: 540px;
    height: 30px;
    font-weight: bold;
    color: white;
}
    
/***** MOD 2 *****/
/***** MOD 2 *****/
/***** MOD 2 *****/
.contenido_publicidad_mod2 {
    float:left;
    width: 120px;
    height: 400px;
}
.cont_publi_whatsapp {
    float:left;
    margin: 130px 20px 10px 20px;
    width: 80px;
    height: 80px;
    background-image: url(../img/bot_whatsapp.png);
}
.cont_publi_txt1 {
    margin: 0px;
    float:left;
    width: 120px;
    height: 50px;
    text-align: center;
    color: rgba(0,255,0,1.0);
}
    
/***** MOD 3 *****/
/***** MOD 3 *****/
/***** MOD 3 *****/
.contenido_publicidad_mod3 {
    float:left;
    width: 540px;
    height: 400px;
}
.cont_publi_titutlo3 {
    float:left;
    margin: 70px 0px 0px 20px;
    width: 500px;
    height: 70px;
    color: white;
    font-size: 30px;
    font-weight: bold;
}
.cont_publi_txt2 {
    float:left;
    margin: 20px;
    width: 460px;
    height: 160px;
    font-size: 16px;
    text-align:justify;
    color: white;
} 
/***************************************** IMAGEN *************************************************/
/***************************************** IMAGEN *************************************************/
/***************************************** IMAGEN *************************************************/
#imagen {
    margin-top: 50px;
    width: 100%;
    height: 200px;
}
.imagen_cont {
    margin: auto;
    width: 1200px;
    height: 200px;
    background-image: url(../img/varias.png);
} 
    
    
}

