/*********************
TITULOS GRID Y TIRAS
*********************/

.cb-meta-style-1 .cb-article-meta h2, .cb-meta-style-5 .cb-article-meta h2 {
  margin: 0 0 5px;
  font-weight: 2000;
  text-transform: Capitalize;
  letter-spacing: .25px;
  font-size: 29px;
  line-height: 1.1;
}

/*********************
TITULOS MODULOS TIRA
*********************/

.cb-module-header .cb-module-title {
  margin: 0;
  position: relative;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 30px 0 0;
  line-height: 1.2;
  text-transform: uppercase;
}

/*********************
TITULOS LISTA Y SIDEBAR
*********************/

.cb-module-block .cb-post-title {
  text-transform: Capitalize;
  letter-spacing: .25px;
  font-weight: 700;
  margin: 0 0 5px;
  font-size: 18px;
	line-height: 1.1;
}

/*********************
EXCERPT
*********************/

.cb-module-block .cb-excerpt {
  margin-top: 10px;
  font-size: 15px;
	letter-spacing: .2px;
	line-height: 1.2;
}

/*********************
LINK STYLES
*********************/
a {
  color: #00aeef;
  text-decoration: none;
}

a:hover, a:focus {
  color: #0299d1;
}

a:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

a:visited {
  text-decoration: none;
}

/*********************
TITULO INSIDE POSTS
*********************/

.cb-fis h1 {
  text-transform: Uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 28px;
  color: #161616;
}

/*********************
HEADING 5 (h5)
*********************/

h5 {
  font-size: 0.9em;
  text-transform: Uppercase;
  letter-spacing: 0.8px;
}

/*********************
ESPACIOS BOTONES SHARE
*********************/

#crestashareiconincontent {
	margin: 0px 0px 50px;
	font-size: 19px;
	line-height: 1;
	text-rendering: optimizeLegibility;
}

.cb-first-drop .cb-entry-content .cb-itemprop > p:first-of-type:first-letter, .cb-first-drop .cb-entry-content > p:first-of-type:first-letter {
	padding-top: 20px
  font-size: 6em;
  font-weight: 700;
  float: left;
  line-height: 1;
  margin: 0 20px 0 0;
}

.cresta-share-icon i.c-icon-cresta-facebook, .cresta-share-icon i.c-icon-cresta-twitter, .cresta-share-icon i.c-icon-cresta-gplus, .cresta-share-icon i.c-icon-cresta-linkedin, .cresta-share-icon i.c-icon-cresta-pinterest, .cresta-share-icon i.c-icon-cresta-stumbleupon, .cresta-share-icon i.c-icon-cresta-mail, .cresta-share-icon i.c-icon-cresta-vkontakte, .cresta-share-icon i.c-icon-cresta-print, .cresta-share-icon i.c-icon-cresta-buffer, .cresta-share-icon i.c-icon-cresta-whatsapp, .cresta-share-icon i.c-icon-cresta-reddit, .cresta-share-icon i.c-icon-cresta-ok, .cresta-share-icon i.c-icon-cresta-xing {
	color: #ffffff;
	width: 50px !important;
	height: 50px !important;
	text-align: center !important;
	padding: 14px 0;
	border: 2px solid transparent;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	-o-transition: border .6s linear , background .6s linear , color .6s linear;
	-moz-transition: border .6s linear , background .6s linear , color .6s linear;
	-webkit-transition: border .6s linear , background .6s linear , color .6s linear;
	transition: border .6s linear , background .6s linear , color .6s linear;
	position: relative;
	overflow: hidden;
}