@charset "utf-8";
/* CSS Document */

/* COLORES BASE *************************
#D1D1D1 GRIS CLARO
#888889 GRIS OSCURO
#85E565 VERDE
#33BFF2 CELESTE
*/

/* COLORES COMPLEMENTARIOS **************
#FF671B NARANJA
#1CD2E1 CELESTE CLARO
#F7C41E AMARILLO
#603813 MARRON
*/


body {
	padding-top: 145px;
}
@media screen and (max-width: 767px) {
	body {
		padding-top: 105px;
	}
}
#header {
	background-color: #000;
	border-bottom: 5px solid #33BFF2;
}
#header #header_container {
	position: relative;
}
#WidgetTiempo {
	position: relative;
	margin-bottom: 5px;
}
#WidgetTiempo > div {
	position: absolute;
	right: 0;
}
.navbar-toggle {
	position: absolute;
	top: 0;
	right: 0;
	margin: 5px;
	border: none;
	background: #fff;
}
.navbar-toggle .icon-bar {
	background: #999;
}
.navbar-toggle:hover .icon-bar,
.navbar-toggle:focus .icon-bar {
	background-color: #000;
}
.nav li a:hover,
.nav li a:focus {
	background: #666;
	color: #fff;
}
ul li span.menu-toggler {
	color: #000;
}
.nav > li > ul {
	list-style: none;
}
.nav > li > ul > li a {
	display: block;
	padding: 5px;
}
#bottom {
	background-color: #33BFF2;
	color: #3a3a3a !important;
}
#bottom h3 {
	color: #000;
}
#bottom li:not(:last-child) {
	padding-bottom: 0.5em;
}
#bottom a {
	color: #222;
}
#bottom a:hover {
	color: #000;
}
#bottom span.post-date {
	color: #888;
}
#footer {
	background-color: #3A3A3A;
	color: #A3A3A3;
}
#footer a:hover, #footer a:active {
	color: #FFF;
}
aside.widget-area > div {
	margin-bottom: 50px;
}
.entry-meta {
	margin-bottom: 5px !important;
}
article.post {
	border-bottom: 1px solid #eeeeee;
	overflow: auto;
}
h1.entry-title {
	margin-top: 0 !important;
}
.post h2.entry-title, .post h2.entry-title a {
	color: #000 !important;
}
#top_bar {
	background: #3A3A3A;
}
#top_bar a {
	color: #33BFF2;
	background: none;
	padding: 6px;
}
#top_bar a:hover {
	background: none;
}
#top_bar a small {
	display: none;
}
#top_bar a:hover small {
	display: block;
}
#top_bar a .fa-inverse {
	color: #3A3A3A;
}
#top_bar a:hover .fa-inverse {
	color: #ffffff;
}
#top_bar form {
	padding: 4px;
	margin-left: 15px;
	max-width: 15em;
}
.navbar .navbar-main {
	position: absolute;
	right: 0;
	bottom: -4px;
}
.navbar .navbar-main > li > a {
	background: none !important;
	color: #999;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 0;
}
.navbar .navbar-main > li:focus > a,
.navbar .navbar-main > li:active > a,
.navbar .navbar-main > li:hover > a,
.navbar .navbar-main > li.active > a,
.navbar .navbar-main > li.active:hover > a,
.navbar .navbar-main > li.open > a,
.navbar .navbar-main > li.open:hover > a {
  color: #FF671B;
}
.navbar .navbar-main .dropdown-menu {
  background-color: rgba(0,0,0,0.85);
	margin-top: 0;
}
.navbar .navbar-main .dropdown-menu > li:not(:first-child) {
  border-top: 1px solid rgba(255,255,255,0.2);
}
.navbar .navbar-main .dropdown-menu > li > a {
  color: #bbb;
}
.navbar .navbar-main .dropdown-menu > li > a:hover, .navbar .navbar-main .dropdown-menu > li.active > a {
  color: #fff;
	background-color: inherit;
}
.navbar .navbar-brand {
	color: #33BFF2;
	padding: 5px;
}
#slider {
	margin-bottom: 40px;
}
.carousel-caption {
	background-color: rgba(0,0,0,0.7);
	left: 0;
	right: 0;
	bottom: 0;
	padding: 30px;
	text-align: left;
}
.carousel-control {
	background: none !important;
	width: 10%;
}
.carousel-control i {
	position: absolute;
	top: 50%;
	font-size: 3em;
}
.carousel-control.left i {
	left: 20px;
}
.carousel-control.right i {
	right: 20px;
}
#contacto {
	display: none;
	padding: 30px 0;
	background: #eee;
}
#digesto_menu {
	margin: -30px;
	background: rgba(255,255,255,0.9);
	z-index: 100;
}
#digesto li {
	line-height: 2em;
}
.news {
	display: block;
}
.news .image {
	max-height: 150px;
	overflow: hidden;
}
.news .time {
	background: #F7C41E;
	padding: 5px 10px;
	color: #3A3A3A;
	text-align: right;
}
.news .caption {
	padding: 20px;
	background: #3A3A3A;
}
.news h2 {
	margin: 0;
	font-size: 1.8em;
}
.news h2 a {
	color: #ddd;
}
.news h2 a:hover {
	color: #fff;
}
.news .more {
	background: #F7C41E;
	padding: 5px 10px;
	border-radius: 0 0 15px 15px;
}
.news .more a {
	color: #3A3A3A;
}
#title {
	padding: 20px 0;
	background-color: #33BFF2;
	color: #fff;
}
span.post-date {
	color: #999;
	font-size: 12px;
}
dl dt {
	font-size: 1.2em;
}
dl dd:not(last-child) {
	margin-bottom: 1em;
}
.nav-tabs > li.active a {
	font-weight: bold;
}
.jumbotron hr {
	border-color: #AAA;
}
fieldset {
	margin-bottom: 40px;
}
.btn-primary {
	background-color: #33BFF2;
	border-color: #357ebd;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	background-color: #d83731;
	border-color: #B21A16;
}
.form-control:focus {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #F7C41E;
	border-color: #F7C41E;
}
.panel-default {
	border-color: #85E565;
}
.panel-default > .panel-heading {
	background: #85E565;
	border: none;
}
.panel-title > a {
	display: block;
}
.widget-area div:first-child h3 {
	margin-top: 0;
}
.ai1ec-agenda-widget-view .ai1ec-date {
	background: none;
	border-top: none;
}
.ai1ec-agenda-widget-view .ai1ec-event > a {
	background: rgba(255,255,255,0.5);
	border-color: #ffffff;
}
#digesto ul.list-inline li {
	display: inline-block;
	vertical-align: middle;
	padding: 6px 12px;
	white-space: nowrap;
	border-radius: 4px;
	border: 1px solid #ccc;
	margin: 5px;
}
#digesto ul.list-inline li a:before {
	font-family: FontAwesome;
	content: "\f1c1";
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

/* WP-Masonry */
.wmle_container .wmle_item {
	border: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	margin-bottom: 30px !important;
}
.wmle_container .wmle_item .wpme_image {
	margin-bottom: 0 !important;
}
.wmle_container .wmle_item .wmle_post_meta {
	font-size: 13px !important;
	color: #eee !important;
	background: #333 !important;
	padding: 5px !important;
}
.wmle_container .wmle_item .wmle_post_meta > div {
	display: inline !important;
	margin-right: 10px !important;
}
.wmle_container .wmle_item .wmle_post_title {
	color: inherit !important;
	border: none !important;
}
.wmle_container .wmle_item .wmle_post_title h3 {
	margin: 0 !important;
}
@media screen and (max-width: 767px) {
	.wmle_container .wmle_item .wmle_post_title h3 {
		font-size: 20px !important;
	}
}
.wmle_container .wmle_item .wmle_post_excerpt {
	font-size: 14px !important;
	color: inherit !important;
}
@media screen and (max-width: 767px) {
	.wmle_container .wmle_item .wmle_post_excerpt p {
		/* máximo 5 lineas de texto... */
		overflow: hidden !important;
		text-overflow: ellipsis !important;
		display: -webkit-box !important;
		-webkit-box-orient: vertical !important;
		-webkit-line-clamp: 5 !important;
		line-height: 1em !important;
		max-height: 5em !important;
	}
}
.wmle_loadmore .wmle_loadmore_btn {
	padding: 10px 20px !important;
	border: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	color: #eee !important;
	background: #FB7826 !important;
}

/* WP-Filebase */
.wpfilebase-file-default {
	display: inline-block;
	margin: 5px;
}
.wpfilebase-cat-default h3 img {
	display: inline-block;
}

