﻿ul.share-buttons-not {
        list-style: none;
        padding: 0;
        text-align: center;
    }

    .share-buttons-not li {
        display: inline-block;
        width: 30px;
        margin-right: 3px;
    }

        .share-buttons-not li img {
            width: 100%;     
        }
        
.share-buttons-bottom {        
	padding: 0;
    text-align: center;
}

    .share-buttons-bottom a {
        display: inline-block;
        /*width: 30px;*/
        margin-right: 3px;
    }

        .share-buttons-bottom img {
            width: 30px;
            margin-bottom: 0px !important;
        }

        
/*.historial_noticias {
	width: 100%;
	text-align: center;
} */
  
.btn_historial_noticias_2 {
	padding: 4px 10px;
	background-color:#F77952;
	color:#fff;
	display:block;
	color: white;
	width: 245px;
	height: 30px;
	/*margin: 0 auto;*/
}

@media all and (max-width: 520px){
	.btn_historial_noticias_2 {
		display: none !important;	
	} 
}
.close-news {
	padding: 4px 10px;
	background-color:#F77952;
	color:#fff;
	display: inline-block !important;
	color: white;
	width: 60px;
	height: 30px;
	/*margin: 0 auto;*/
}

.btn-clipboard {
	padding: 4px 10px;
	background-color:#F77952;
	color:#fff;
	display: inline-block !important;
	color: white;
	width: 110px;
	height: 30px;
	cursor: pointer;
	/*margin: 0 auto;*/
}
@media all and (max-width: 520px){
	.btn-clipboard {
		display: none !important;	
	} 
}

/*BOTÓN HISTORIAL*/
.btn-clipboard-sm {
	display: none !important;	
}

@media all and (max-width: 520px){
	.btn-clipboard-sm {
		display: inline-block !important;
		background-color: #FF00FF;
		width: 30px;
		cursor: pointer;		
	}
}




.btn_historial_noticias_2:visited, .close-news:visited, .btn-clipboard:visited {
    color: white;
}

/*BOTÓN HISTORIAL*/
.btn-history {
	display: none !important;	
}

@media all and (max-width: 520px){
	.btn-history {
		display: inline-block !important;
		background-color: #5ca7b1;
		width: 30px;		
	}
}


.bgk-opacity{
	background-color: transparent; 
	opacity: 1;
	/*opacity: 0.4;
    filter: alpha(opacity=40); // msie 
    background-color: #000;*/
}
.bgk-opacity:hover{
	background: rgb(255, 0, 0);
	opacity: 0.2;
}

.comunication-info {
	font-size: 13px !important;
}

li.li-menu-parent a, li.item-plan a span {
	font-size: 13px !important;
}

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 0, 0, 0, .3 ) url('/_catalogs/masterpage/envigado2/images/loading_with_fade.gif') 50% 50% no-repeat;
    background-size: 40px;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
}

    /* Anytime the body has the loading class, our
       modal element will be visible */
    body.loading .modal {
        display: block;
    }
    


/********* MENU *********/

ul.topnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
  display: none;
  margin-left: -15px;
  margin-right: -15px;
}

ul.topnav li {float: left;}

ul.topnav li a {
  display: inline-block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  transition: 0.3s;
  font-size: 17px;
}

ul.topnav li a:hover {background-color: #555;}

ul.topnav li.icon {display: none;}

@media screen and (max-width:500px) {

	ul.topnav {
		display: block !important;
	}


  ul.topnav li:not(:first-child) {display: none;}
  ul.topnav li.icon {
    float: right;
    display: inline-block;
  }
}

@media screen and (max-width:550px) {
  ul.topnav.responsive {position: relative;}
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
  }
}

#footer-third-column h2 h4 {
	margin: 0 !important;
    color: #fff;
}
.footer-title {
	margin: 0 !important;
    color: #fff;
}