.widget {
	margin-bottom: 20px;
}
.widget h1, .widget h2, .widget h3, .widget h4, .widget h5, .widget h6 {
	border-bottom: 0 none;
	padding: 3px 3px 3px 7px;
	border-radius: 3px;
	text-transform: uppercase;
}
.widget h3 {
	font-size: 14px;
}

.widget ul {
	margin-top: 5px;
}

.widget a {
	color: black;
	font-weight: 400;
}

.widget ul {
	list-style: none;
	padding:0;
	margin: 10px 0 10px 10px;
}

.widget_footer {
	text-align: right;
	font-size: 0.8rem;
}
.widget_footer.more-items .more-link {
	height: auto;
	line-height: 4px;
}


/* ...... WIDGET MENU PERSONALIZADO .............................. */
.widget .menu .sub-menu {
	margin-left: 0;
}

.widget .menu .sub-menu .menu-item {
	padding-left: 18px;
}


.widget h3 {    
    color: #212529;
    font-weight: 600;
}
.widget a:hover {
    color: #212529;
}

.widget li a:hover {
    color: #0B8068;
}


/* ...... WIDGET NOTICIAS .............................. */

.widget_noticias a{ 
	color: black; 
} 

.widget_noticias .media {
	margin-bottom: 15px;
}
.widget_noticias .post-date {
	padding-left: 0;
}

/* ...... WIDGET CALENDARIO .............................. */

.widget .calendar_wrap caption {
    background-color: #0B8068;
}
.widget .calendar_wrap th {
    background-color: #0B8068;
    border: 1px solid #fff;
}
.widget .calendar_wrap th:first-child {
    border-left: 1px solid #0B8068;
}
.widget .calendar_wrap th:last-child {
    border-right: 1px solid #0B8068;
}
.widget .calendar_wrap tbody tr {
    border-right: 1px solid #0B8068;
    border-left: 1px solid #0B8068;
}
.widget .calendar_wrap tbody tr:last-child {
    border-bottom: 1px solid #0B8068;
}
.widget .calendar_wrap td a:hover {
    background-color: #0B8068;
    color: #fff;
}


/* ...... WIDGET ENLACES DE INTERÉS .............................. */

.widget .interes_widget_list {
	font-size: 16px;	
	margin: 20px 0;
	display: table;
	width: 100%;
}
.widget .interes_widget_list .interes_widget_item:before {    
    content: none;
    margin: 0;
}
.widget .interes_widget_list .interes_widget_item {    
    padding: 0;
    text-indent: 0;
    margin-bottom: 5px;
    display: block;
}
.widget .interes_widget_item:nth-child(odd) {
    background-color: #e7e7e7;
}
.widget .interes_widget_item:nth-child(even) {
    background-color: #f2f2f2;
}
.widget .interes_widget_list .interes_widget_item a {
    display: block;
    margin-bottom: 2px;
    text-decoration: none;
    color: #41464a;
}
.widget .interes_widget_list .interes_widget_item a:hover {
	background-color: #0B8068 !important;
	color: #fff;
}
.widget .interes_widget_item i {
    padding: 13px 15px;
    font-size: 25px;
}
.widget .interes_widget_item .interes_icon {
	width: 45px;
	display: table-cell;
}
.widget .interes_widget_item .interes_text {
    display: table-cell;
    overflow: hidden;
    font-size: 15px;
    vertical-align: middle;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}


/* ...... WIDGET BANNER .............................. */


.widget ul.banner_widget_list {
	margin: 0;
}
.widget ul.banner_widget_list li.banner_widget_item {
	padding: 0;
	text-indent: 0;
	margin-bottom: 1rem;
	text-align: center;
}
.widget ul.banner_widget_list li.banner_widget_item:before {
    content: none;
    margin: 0;
}


/* ...... WIDGET DESTACADOS .............................. */
.widget .destacados-slide-text {
	width: 100%; 
}
.widget .uex_carousel h3{
	text-transform: none;
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	font-weight: normal;
}
.widget .destacados-slide-text p{
	font-size: 0.9em;
	margin: 0;
}
