/*
 * Custom CSS
 * theme-skin override
 */
 
 body{
 	background-color: black;
 }
 
 .navbar {
  background-color: black;
}

.navbar .navbar-collapse .navbar-nav > li > a {
    color: #a9a9a9;
}
.noticias-portada a, .title{
	color: #AFAFAF;
}


/** enlace ver todos eventos y ver todos noticias**/
.eventos-portada .title span a{
	color: #AFAFAF;
}

.noticias-portada .title a, .title span {
	color: #AFAFAF;
}


.navbar .submenu-wrapper .submenu-content ul li strong, .navbar .submenu-wrapper .submenu-content .large  {
    color: #000000;
}


/** COLORES DE FONDO ***/

.home .container .row {
    background-color: transparent !important;
}

.home .body .container .row:first-child {
    margin-top: 0 !important;
}

.body .container .row {
    background-color: white;
}

.body .container .row:first-child {
    margin-top: 30px;
}

.body .breadcrumb .active{
 color: black;
 }
 /*
 div#\30 d6c52c2-5b0b-11e7-8472-005056b64bfa-ly1-col1-wide-sha {
    background: white;
}
*/
.row.gilena {
    background: white;
}

.footer {
    margin-top: 30px;
}


/** ICONO TIK TOK **/
/*
a.flickr {
  background: url("/.galleries/imagenes-general/tiktok-logo.png") no-repeat center center !important;
  width: 20px;
  height: 20px;
  background-color:white;
  }

.socialicon-flickr::before {
  content: "";
}
*/

/** ICONOS REDES SOCIALES*/
.socialicon-instagram, .fa-facebook-official, .icon.icon-search, .icon-tiktok{
	color:white;
}


/** LISTADO NOTICIAS **/
.listados-noticias .title{
	font-size:24px;
	color:#4f4f4f;

}

.listados-noticias .pagination > .active > a{
    color: #777777;
    background-color: #FFFFFF;
    border-color: #000000;
}

.listados-noticias .pagination > li > a{
    color: #000000;
}

/******/


.detail-p img{
	display:inline;
}

.calendario-timeline .events-list .event-image * {
	color: #AFAFAF
}

/************* CALENDARIO EVENTOS ****************/

.calendario h3.title {
    display: none;
}

.calendario .calendar {    
    border-left: 1px solid #fff;
    border-right: 1px solid #eee;
}

.calendario .listado {    
	background-color: #EEE;
	
}

