.hrs{width: 100%; height: auto; margin-top: 30px;}
p, .hrs p{font-family: 'Raleway'; font-size: 16px; color: #808285; text-align: center; line-height: 20px; margin: 20px 0px 35px 0px;}

.registros { width: 100%; height: auto; }
.registros li { width: 100%; height: auto; min-height: 150px; clear: both; padding-top: 10px; height: auto; list-style-type: none; }
.registros li .fts { width: 200px; height: auto; margin-right: 20px; float: left; text-align: center; overflow: hidden; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
.registros li .fts img { text-align: center; width: 100%; margin: 0 auto; display: block; }
.registros li .info { width: 770px; height: auto; min-height: 110px; float: right; padding: 0px 20px 20px 0px; font-family: 'Raleway'; color: #808285; font-size: 16px; line-height: 20px; text-align: justify; margin: 0px 0px 25px 0px; }
.registros li .info h2 { width: 770px; height: auto; color: #663300; font-size: 18px; font-family: 'Raleway'; font-weight: 600; line-height: 18px; text-align: justify; margin: 0 auto; padding: 0px 0px 15px 0px; text-transform: uppercase; }

@media screen and (max-width: 1024px) {
	.registros { width: 100%; height: auto; }
	.registros li { width: 100%; height: auto; min-height: 150px; clear: both; padding-top: 10px; height: auto; list-style-type: none; }
	.registros li .fts { width: 300px; height: auto; margin-right: 0px; float: none; margin: 0 auto; text-align: center; overflow: hidden; }
	.registros li .fts img { text-align: center; width: 300px; margin: 0 auto; }

	.registros li .info { width: 90%; height: auto; min-height: 110px; float: none; padding: 0px 0px 20px 0px; font-family: 'Raleway'; font-size: 16px; line-height: 20px; text-align: center; margin: 0px 0px 25px 5%; }
	.registros li .info h2 { width: 90%; height: auto; font-size: 18px; font-family: 'Raleway'; font-weight: 600; line-height: 22px; text-align: center; margin: 0 auto; padding: 10px 0px 15px 0px; text-transform: uppercase; }

}