@CHARSET "UTF-8";

.header-blog {
	text-align: center;
	background-image:url('../../images/blog/header-blog.jpg');
	background-position: left top;
	background-repeat: repeat;
}
.header-blog p {
	font-family: "RalewayRegular";
	font-size: 1.1em;
	color: #315161;
}
.header-blog p:first-child {
	font-family: "RalewayHeavy";
	font-size: 3.5em;
	padding-top: 5%;
	padding-bottom: 30px;
}
.posts {
	text-align: justify;
	padding: 20px;
	font-size: 1.1em;
} 
.posts p {
	font-family: "RalewayRegular";
	color: #575757;
} 
.posts .titulo {
	text-align: center;
	font-family: "RalewayHeavy";
	font-size: 2.8em;	
	color: #86BDCA;
	line-height: 100%;
}
.posts blockquote {
	text-align: center;

    padding: 15px 9px;
    margin: 0px 0px 20px;
    font-size: 17.5px;
    border-left: 0;
    border-top: 2px solid #E9749E;
    border-bottom: 2px solid #E9749E;
    font-size: 1.4em;
    line-height: 105%;
    color: #E9749E !important;
    font-family: "RalewayHeavy" !important;
}
.posts blockquote p {
    color: #E9749E;
    font-family: "RalewayHeavy";
}
.posts h4 {
	font-family: "RalewayHeavy";
	color: #86BDCA;
	text-transform: uppercase;
	margin: 0;
}
.posts h5 {
	font-family: "RalewayHeavy";
	color: #86BDCA;
	margin: 0;
	font-size: 1.8em;
	font-weight: lighter;
}
.posts h6 {
	font-family: "RalewayHeavy";
	color: #315161;
	text-transform: uppercase;
	color:gray;text-align:center;font-size:0.7em; letter-spacing: 2px;
	margin-top: 0;
	padding-top: 0;
}
.side {
	font-family: "RalewayRegular";
	display: inline-block;
	background: #315161;
	padding: 4% 3%;
	vertical-align: top;
	z-index: 99;
}
.side p {
	color: #fff;
	margin-bottom: 7%;
	font-size: 1.0em;
	line-height: 12px;
}
.side p:first-child {
	font-family: "RalewayHeavy";
	font-size: 1.5em;
	line-height: 20px;
}
.side a {
	color: #fff !important;
	text-decoration: none;
}
img.imagen-blog {
	position: absolute;
	width: 16%;
	z-index: 0;
	top: 5%;
}
img.imagen-blog2 {
	position: absolute;
	width: 250px;
	z-index: 0;
	bottom: -100px;
	right: 3%;
}
.pNavegarArticulos{ color:gray;text-align:center;font-size:0.8em; letter-spacing: 4px;}
.pNavegarArticulos a{ display:inline-block;}
.pNavegarArticulos .btnAtras{ margin:0 2% 0 0; }
.pNavegarArticulos .btnAdelante{ margin:0 0 0 2%; }

@media (max-width: 768px) {
	.imagen-blog2 {
		display: none;
	}	
}

@media (min-width: 768px) {
	.imagen-blog2 {
		display: block;
	}
}