
.reco .resultado {
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    margin-top: -5px;
}
.reco .resultado .usuario {
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    float: left
}
.reco .resultado .usuario:hover {
    text-decoration: none;
}
.meta {
	position: absolute;
	display: block;
	z-index: 9999;
	top: 20px;
	right: 4px;

}
.meta h3, .meta p {
	color: #FFFFFF;
}
.meta p {
	text-transform: uppercase;
}
.medalla {
	position: absolute;
	top: 10px;
	right: 10px;
	
}
.medalla .icon-featured {
    width: 60px;
    height: 60px;
    font-size: 25px;
    line-height: 65px;
}
.fc-event {
	background-color: #0088CC !important;
	border: none;
	text-align: center;
}
ul.nav-list li.active > a {
	color: #fff;
	background: #E2061F;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
ul.nav-list li.active a:before {
	border-left: 4px solid #fff;
}
.detallearchivos {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f8f6f6+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(248,246,246,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(248,246,246,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(248,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(248,246,246,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(248,246,246,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(248,246,246,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f6f6',GradientType=0 ); /* IE6-9 */

}
.accordion-toggle.collapsed 
{
	font-weight: normal;
}
.accordion-toggle
{
	font-weight: 900;
}
.cambiar-avatar.active .img-thumbnail {
	border: 1px solid #999;	
}
.listadovisuales .estado {
	position: absolute;
	top: 10px;
	right: 30px;
	z-index: 1;
}
.list-comunicados li h5, .list-comunicados li small {
	margin-left: 75px !important;
	display: block;
}
.list-comunicados li .img-thumbnail {
	float: left !important;
}
.breadcrumb {
	text-transform: lowercase;
}
/*POPOVER*/
 .popover {
    width: 250px !important;
}
.popover-title {
   text-align: center;
}
.popover-content {
    height: 300px;
    overflow: auto;
}
.list-alertas li a:hover{
    text-decoration: none;
}
.list-alertas li {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #E6E5E5;
}

