
.detalle {
	margin-top: 50px;
}
h1 {
	font-family: 'artbrushmedium', sans-serif;
	color: #f89721;
}

/*POST*/
.post-meta {
	padding: 20px 30px;
	border-bottom: 1px solid #eee;
}
.label-recetas {
	background-color: #f89721;
}
.label-blog {
	background-color: #f26524;
}
.post-meta a.date {
	color: #ccc;
}
.post-entry {
 	padding: 20px 30px;
 	line-height: 25px;
}
.post-entry h1 {
	font-size: 30px;
	margin-bottom: 30px;
}


/*SIDEBAR*/
.sidebar .cuadro {
	margin-bottom: 15px;
	padding: 15px;
}

h3 {
    text-transform: capitalize;
    padding: 15px 0 20px;
    margin: 0 0px 20px;
    font-weight: 400;
    position: relative;
}
.sidebar h3 {
    color: #000000;
    font-size: 13px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    z-index: 0;
    letter-spacing: 2px;
    padding-top: 0;
}
h3:before {
    background: #D19E29;
}
h3:before {
    content: "";
    height: 2px;
    width: 50px;
    left: 0px;
    position: absolute;
    bottom: -5px;
}
.widget-recent-entries span {
	display: block;
	color: #ccc;
}
.widget-recent-entries li {
	margin-bottom: 10px;
}

.imagen {
	background-size: cover;
	height: 300px;
	background-position: center;
}



/*IPHONE PORTRAIT*/
@media screen and (max-width: 360px) {	
	.detalle {margin-top: 0px;}
	.footer {margin-top: 0;}
	article p {height: 40px;}
}
/*IPHONE LANDSCAPE*/
@media (min-width: 321px) and (max-width: 568px) {
	.detalle {margin-top: 0px;}
	.footer {margin-top: 0;}
	article p {height: 40px;}
}
/*IPAD and UP*/
@media (max-width:768px) {
	.detalle {margin-top: 0px;}
	.footer {margin-top: 0;}
	article p {height: 40px;}
}
@media (max-width:1024px) {
}
@media (max-width:1000px) {
}
@media (max-width: 991px) {
}