body {
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	background: #eee;
}
footer#colophon{
	background-color: #2a5580;
	color: #eee;
	text-align: center;
	padding-bottom: 10px;
}
body:not(.theme-preset-active) footer#colophon {
	color: #99979c;
	background-color: #eee;
}
#colophon .site-info{
	background-color: #2a5580;
	color: #eee;
	text-align: center;
	padding-bottom: 10px;
}
.top-header-menu{
	position: relative;
	height: 33px;
	padding: 5px 0 0;
	margin: 0 0 10px 0;
	z-index: 30;
	flex: auto;
}
.top-header-menu ul {
	float: left;
	list-style: none;
	padding: 16px 10px 0 0;
}

.top-header-menu ul li{
	float: left;
	background-color: #336699; 
	color: white;
	margin: -5px 10px 0px 0px;
	padding: 0.1em 1em;
	font-weight: bold;
	font-size: 14px;
	border: none;
	border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
}

.top-header-menu ul li a{
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: white;
}

header#masthead {
	background-color: #ffffff;
	padding: 5px 1rem;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
	color: #666666;
	font-size: .85em;
	font-weight: 700;
}
.dropdown-menu .dropdown-item:hover {
	background: #333333;
	color: white;
}
#sidebar .dropdown-menu{
	background: #000000ad;
}
#sidebar .dropdown-item {
	color: white;
}
#sidebar a{
	color: white !important;
}
#sidebar .menu-item{
	border-bottom: 1px solid white;
	margin-left: 13px;
	font-size: 13px;
	line-height: 17px;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover, body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
	background: #cccccc;  
	text-decoration: none;
	color: #666666;
	display: block;
}

.bg-light {
	background-color: #ffffff!important;
}

#menu-primary .menu-item{
	width: 100%;
	text-align: right;
}

#menu-primary .nav > li > a:focus, .nav > li > a:hover {
	text-decoration: underline;
    color: white;
    font-weight: 700;
    background-color: #eee0;
}
#menu-primary .navbar-light .navbar-nav .nav-link {
	color: #666666;
}
#menu-primary .dropdown-menu {
	margin: 0;
	padding: 0;
	min-width: 11.6rem;
}
#menu-primary .dropdown-item {
	color: #666666;
	padding: .25rem 0.3rem;
}
#menu-primary .dropdown-item:hover {
	color: white;
}
.carousel-inner{
	border: 1px solid #c5c5c5;
}
#content.site-content {
	padding-top: 0;
	padding-bottom: 0rem;
}

.titulo-noticia{
	font-size: 1.6em;
}
#primary a > h3 {
	color: red;
}
#primary a:hover > h3 {
	text-decoration: none;
	color: black;
}

hr{
	border-top: 2.5px solid #cccccc;
}
.posts-navigation{
	margin: 0 0 1em !important;
	background: #337ab7;
	padding: 5px;
	text-align: center;
	border-radius: 8px;
}
.posts-navigation a{ 
	color: white;
}
.posts-navigation a:hover{ 
	color: white;
	text-decoration: underline;
}

.list-sidebar ul {
	padding-left: 0px;
}
.list-sidebar ul li{
	font-size: .95em;
	margin: 4px 0;
	text-decoration: none;
	font-weight: 700;
	border: 1px solid #cccccc;
	background-color: #9c4570;
	padding: 5px 5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	list-style: none;
}

.list-sidebar ul li a{
	color: white;
}

.noticias-imagen{
	height: 15.5rem;
	object-fit: cover;
}

.wrapper {
	display: block;
	align-items: stretch;
}

#sidebar {
	min-width: 250px;
	min-height: 100vh;
}

#sidebar.active {
	margin-left: -250px;
}

a[data-toggle="collapse"] {
	position: relative;
}

.dropdown-toggle::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

ul ul a {
	font-size: 0.9em !important;
	padding-left: 30px !important;
}

@media only screen and (max-width: 600px) {
	#header .logo img {
		bottom: 96px;
	}
}

.btn-black {
	color: #fff;
	background-color: black;
	border-color: black;
}

.btn-black:hover {
	color: #fff;
	background-color: #010101ba;
	border-color: #010101ba;
}

#content .container{
	background: #fff;
}


.carousel{
	margin-left: -15px;
	margin-right: -15px;
}

.carousel-indicators {
	bottom: -18px;
}
.carousel-imagen{
	top: 0;
	left: 0;
	min-width: 100%;
	height: 22rem;
	object-fit: cover;
}
.carousel-caption {
	position: absolute;
	bottom: 0px;
	left: 0%; 
	z-index: 10;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	background: #000;
	max-width: 100%;
	padding: 15px;
	min-width: 100%;
	opacity: 0.7;

}
.carousel-caption h3{
	color: #337ab7 !important;
}

.navbar-toggler{
  width: 47px;
  height: 34px;
  border: 1px solid #6a9a31 !important;
  margin: 6px;
}

.navbar-toggler .line{
  width: 100%;
  float: left;
  height: 2px;
  background-color: #18652f;
  margin-bottom: 5px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after{
	margin-right: 20px;
	border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}


#sidebar-derecha .card-body, .card-header{
  background: 	#e3c589;
}
#sidebar-derecha a{
  color: white;
}


#sidebar-derecha .card-header{
  padding: 3px;
  color: #337ab7;
  font-size: 24px;
  font-weight: bold;
    margin-top: -20px;
    margin-left: -20px;
    margin-right: -20px;
}

@media (max-width: 992px) {
#sidebar-derecha .card-header{
    margin-top: -15px;
    margin-left: -15px;
    margin-right: -15px;
}
}

.top-header-menu ul li a:hover, .top-header-menu ul li:hover {
	color: #eee;
    background-color: #5B0000;
}
#top ul{
	    list-style-type: none;
	    display: inline-flex;
	    margin-bottom: 0;
}
#top ul li{
	    padding: 3px;
	}