/* SINGLE AUTOR */

/*#single-autor .seccion {background-color:#EBEBEB;}*/
.single-autor #autores li {padding-bottom:0;}
.single-autor .icon {display:block; width:60px; height:60px; margin:30px auto 0; background-color:#000; background-size:cover; border-radius:60px; background-position:center center;}

/* SINGLE BLOG POST */

#blog {
	position:relative;
	display:inline;
	float:left;
	clear:both;
	margin:0;
	padding:0;
	width:100%;
	height:auto;
	text-align:center;
	background-color:#FFE7E7;
	}

#blog .container{width:auto; margin:60px 30px; }
#blog a:hover {opacity:0.2}

#blog .fecha {width:100%; text-align:center;height: 30px}
#blog .autor {width:100%; text-align:center;}
#blog .autor h3 {font-family:"AnfibiaRegular",serif; display:block; margin:10px auto 0;}
#blog .autor a{font-family:"AnfibiaBold",serif;}

#blog .next, #blog .prev {
	display:block;
	width:30px;
	height:30px;
	position:absolute;
	background-color:#000;
	border-radius:30px;
	background-size:50%;
	background-position:center center;
	background-repeat:no-repeat;
	top:50%;
	margin-top:-15px;
	line-height:30px;
	text-transform:uppercase;
	font-size:11px;
	letter-spacing:1px;
	white-space: nowrap;
	}
#blog .prev {background-image:url(../img/prev.png); left:0; text-indent:40px;}
#blog .next {background-image:url(../img/next.png);right:0;text-indent:-160px;}