
.post {
	border-radius: 3px;
   /*TONI -webkit-box-shadow: 0 0 10px rgba(187, 11, 11, 0.1);
			box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
	}
	.post .post-preview {
	overflow: hidden;
	}
	.post .post-preview img {
	-webkit-transition: all 0.7s cubic-bezier(0.5, 0.5, 0.5, 0.5);
	transition: all 0.7s cubic-bezier(0.5, 0.5, 0.5, 0.5);
	}
	.post .post-preview img:hover {
	-webkit-transform: scale(1.05) rotate(1deg);
			transform: scale(1.05) rotate(1deg);
	}
	.post .post-head-content {
	padding: 25px;
	}
	.post .post-head-content .post-header {
	margin: 0 0 15px;
	}
	.post .post-head-content .post-header .post-title {
	font-size: 18px;
	margin-bottom: 15px;
	}
	.post .post-head-content .post-header .post-title a {
	color: #4e4a4a;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	}
	.post .post-head-content .post-header .post-title a:hover {
	color: #000000 !important;
	}
	.post .post-head-content .post-header .shop-para {
	white-space: nowrap;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	}
	.post .post-head-content .post-header .shop-para-2 {
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	white-space: normal;
	}
	.post .post-head-content .post-footer {
	padding: 0 0 20px 0;
	}
	.post .post-head-content .post-footer .post-more {
	float: right;
	}
	.post .post-head-content .post-footer .post-more a {
	font-size: 14px;
	color:rgb(75, 74, 78);
	font-weight: 400;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}
	.post .post-head-content .post-footer .post-more a:hover {
	color: #000000;
	}
	.post .post-head-content .post-footer .likes {
	float: left;
	}
	.post .post-meta a {
	color: #4e4a4a;
	}
	.post .post-meta a:hover, .post .post-meta a:focus {
	color: #000000;
	opacity: 1;
	}
	.post blockquote {
	color: #4e4a4a;
	background-color: #f8f9fa;
	border-left: 5px solid #000000;
	font-size: 16px;
	line-height: 26px;
	padding: 20px 30px 20px;
	margin: 15px 20px;
	border-radius: 5px;
	}
	.media-list .media img {
	width: 52px;
	height: 52px;
	}
	.media-list .media .media-body h4 {
	font-size: 16px;
	}
	.media-list .media .media-body h6 {
	font-size: 13px;
	}
	.media-list .media .media-body a {
	color: #4e4a4a;
	}
	.media-list .media .media-body p {
	line-height: 24px;
	}
	.blog-home-post-title h1 {
	margin: 15px 0;
	}
	.blog-home-post-title h1 a {
	color: #ffffff;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}
	.blog-home-post-title h1 a:hover {
	color: #000000;
	}
	.post-date i {
	margin-right: 2px;
	opacity: 0.8;
	}
	.post-meta {
	padding: 0;
	margin: 0;
	}
	.post-meta > li {
	margin-right: 20px;
	}
	.post-meta > li .blog-tag {
	color: #ffffff;
	}
	.post-meta > li a {
	color: #ffffff;
	font-size: 16px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}
	.post-meta > li a:hover {
	color: #000000;
	}
	.post-meta > li:last-child {
	margin-right: 0;
	}
	.post-meta > li i {
	margin-right: 2px;
	opacity: 0.8;
}
.cuadroDialogoCentral
{
    display:none;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 200px;
    margin: auto;
    padding-bottom: 20px;
    width: 400px;
    text-align: justify;
    min-height: 60px;
    color: #444444;
    z-index: 99999;
    font-size: 25px;
    font-family: "open sans";
    border-radius: 20px;
} 
.cuadroDialogoCentral hr {
	margin: 10px 0px 0px 0px;
}
.cuadroDialogoCentral .inner {
	width: 100%;
	position: absolute;
	padding: 25px;
	font-family: verdana;
	font-size: 13px;
	font-family: "open sans";
	border-radius: 10px;
	color: #444444;
	background-color: whitesmoke;
    border:1px #444444 solid;
	box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.28);
}

.cuadroDialogoCentral .boton {
	background-color: #6b6969;
	color:whitesmoke;
	border: none;
	padding: 7px 12px;
	margin-right: 10px;
	border-radius: 5px;
}
.cuadroDialogoCentral .boton:hover {
	background-color: #3440ac;
}

.cuadroDialogoCentral .botones {
	margin: auto;
	text-align: right;
}
.cuadroDialogoCentral .inner a.ok {padding:4px;color:#c5925c;text-decoration:none;}
.cuadroDialogoCentral .inner a.info {padding-left:5px;text-decoration:none;color:#c5925c;}