
	.cubierta{
		max-width:273px;
		width: 80%;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	
	.destacado{
		text-align:center;
		font-size: 18px;
	}
	
	.blurb{
		margin:0 auto;
		width:80%;
		text-align:center;
		padding-bottom:15px;

	}
	.cita{
		font-style:italic;
		color:#F8FAFE;
		padding-top:20px;
		font-size: 20px;
	}
	
	.autor{
		padding-top:10px;
		font-size:17px;
		color:#D1D4DA;
	}
	
	.autor a{
		color:#D1D4DA;
		font-family: 'Open Sans', sans-serif;
		font-weight: light;
		text-decoration:none;
	}
	
	.autor a:hover{
		color: #E6E8ED
	}
	
	.sinopsis{
		font-size:16px;
	}
	
@media screen and (max-width: 800px){
		.sinopsis{
		font-size:13px;
	}
		.cita{

		font-size: 16px;
	}
	
		.autor{

		font-size:14px;

	}
		.destacado{

		font-size: 15px;
	}

}

@media screen and (max-width: 400px){
		.cubierta{
		width:100%;
	}


}