.owl-carousel .owl-wrapper::after {
	height: 0px; line-height: 0; clear: both; display: block; visibility: hidden; content: ".";
}
.owl-carousel {
	width: 100%; display: none; position: relative; -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
	display: none; position: relative; -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	width: 100%; overflow: hidden; position: relative;
}
.owl-carousel .autoHeight.owl-wrapper-outer {
	transition:height 500ms ease-in-out; -webkit-transition: height 500ms ease-in-out; -moz-transition: height 500ms ease-in-out; -o-transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;
}
.owl-controls .owl-page {
	cursor: pointer;
}
.owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls .owl-buttons div {
	position: absolute;
}
.owl-controls .owl-buttons .owl-prev {
	left: 10px; top: 50%;
}
.owl-controls .owl-buttons .owl-next {
	top: 50%; right: 10px;
}
.owl-controls {
	-ms-user-select: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-user-select: none; -moz-user-select: none; user-select: none; -khtml-user-select: none;
}
.grabbing {
	
}
.owl-carousel .owl-wrapper {
	transform: translate3d(0px, 0px, 0px); backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden;
}
.owl-carousel .owl-item {
	transform: translate3d(0px, 0px, 0px); backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden;
}
.owl-carousel {
	background: rgb(255, 255, 255); margin: 0px 0px 60px; border-radius: 4px; border: 4px solid rgb(255, 255, 255); border-image: none; position: relative; box-shadow: 0px 1px 4px rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2); -webkit-border-radius: 4px; -moz-border-radius: 4px; -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .2); -o-border-radius: 4px; -o-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
}
.owl-carousel .owl-buttons div {
	transition:0.3s; color: rgba(0, 0, 0, 0.8); opacity: 0; text-shadow: 1px 1px 0px rgba(255,255,255,0.3);
}
.owl-carousel:hover .owl-buttons div {
	opacity: 0.7;
}
.owl-carousel .owl-buttons div i {
	margin: -20px 0px 0px; font-size: 40px;
}
.owl-carousel .owl-buttons .owl-prev {
	left: -50px;
}
.owl-carousel .owl-buttons .owl-next {
	right: -50px;
}
.owl-carousel:hover .owl-buttons .owl-prev {
	left: 10px;
}
.owl-carousel:hover .owl-buttons .owl-next {
	right: 10px;
}
.owl-pagination {
	top: 40px; text-align: center; position: relative;
}
.owl-controls .owl-page {
	margin: 0px 6px; display: inline-block;
}
.owl-controls .owl-page span {
	background: rgba(0, 0, 0, 0.5); border-radius: 20px; width: 11px; height: 11px; display: block; box-shadow: inset 0px 0px 3px rgba(0,0,0,0.3);
}
.owl-controls .active.owl-page span {
	background: rgba(0, 0, 0, 0.9);
}



.post_content {
	word-wrap:break-word;
	-webkit-hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-o-hyphens:auto;
	hyphens:auto;
	padding-bottom:20px;
}

.post_content .excerpt, .post_content .full-post-content { margin-bottom:1.5em; }

table {
	border: currentColor; width: 100%;
}
th {
	border-width: medium medium 2px; border-style: none none solid; border-color: currentColor currentColor rgb(229, 229, 229); padding: 5px 5px; text-align: center; color: rgb(255, 255, 255); font-size: 0.92em; font-weight: 700; background-color:#007fb0
}
td {
	border-width: medium medium 1px; border-style: none none solid; border-color: currentColor currentColor rgb(229, 229, 229); padding: 10px 15px; text-align: center;
}
table.alt th {
	background: rgb(255, 132, 0); font: 300 1em/normal "Signika", sans-serif; padding: 7px 15px; color: rgb(255, 255, 255); border-bottom-color: rgb(217, 112, 0); border-bottom-width: 3px; border-bottom-style: solid; font-size-adjust: none; font-stretch: normal;
}

.post-title {
	font-size:28px;
	
}


  .span8 {
    width: auto;
  }
#sidebar { padding-top:16px; }
.thumbnail {
	display:block;
	padding:4px;
	line-height:19px;
	border:1px solid #ddd;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.055);
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.055);
	box-shadow:0 1px 3px rgba(0,0,0,0.055);
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
.thumbnail {
	padding:0;
	border:none;
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	
}
.featured-thumbnail {
	position:relative;
	float:left;
	overflow:hidden;
	margin:0px 0px 10px 0;
}
img {
	max-width:100%;
	width:auto \9;
	height:auto;
	vertical-align:middle;
	border:0;
	-ms-interpolation-mode:bicubic;
}

.thumbnail > img {
	display: inline-block;
	max-width:100%;
	margin-left:0px;
	margin-right:auto;
}

.post_content {
	word-wrap:break-word;
	-webkit-hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-o-hyphens:auto;
	hyphens:auto;
	padding-bottom:20px;
}



.post__holder {
	overflow:hidden;
	margin-bottom:35px;
}

.gris_claro { color:#dddddd; text-align:justify; }
.estilo1 { font-size: 1em; }
.estilo2 { font-size: 1.1em; }
.estilo3 { font-size: 1.6em; color:#cae7f2}
.estilo4 { font-size: 1em; }
.estilo5 { font-size: 1.3em; }
.estilo6 { font-size: 1.8em; }
.estilo7 { font-size: 1.1em; }
.estilo8 { font-size: 6px; color: #fff; }