.autores img{
	float:right;
	border-radius:5px;
	padding:0px 0px 0px 20px;
	max-width:275px;
	width:50%;
	
}

.autores a{
	color:#E6E8ED;
	font-family: 'Open Sans', sans-serif;
	font-weight: light;
	text-decoration:none;
}

.autores a:hover{
	color:#D1D4DA;
}

h2{
	padding-top:30px;
}

@media screen and (max-width: 800px){
		.autores{
		font-size:13px;
	}


}

@media screen and (max-width: 500px){
		.autores img{
		width:100%;
		max-width:500px;
		padding-bottom:10px;
	}


}