/*PADRES - RELIGIOSOS*/
.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; position: relative; overflow: hidden; }
.registros li .fts img { width: 100%; height: auto; text-align: center; height: auto; margin: 0 auto; }
.registros li .info { width: 850px; height: auto; min-height: 110px; float: right; padding: 0px 20px 20px 0px; font-family: 'Titillium Web'; color: #606060; font-size: 14px; line-height: 20px; text-align: left; margin: 0px 0px 25px 0px; }
.registros li .info h2 { width: 850px; height: auto; color: #242e9b; font-size: 18px; font-family: 'Titillium Web'; font-weight: 600; line-height: 22px; text-align: left; margin: 0 auto; padding: 0px 0 15px 0px; }
.registros li .info p { font-style: italic; padding-top: 10px; }

@media screen and (max-width: 1100px) {
	.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; height: auto; margin: 0 auto; }
	.registros li .info { width: 90%; height: auto; min-height: 110px; float: none; padding: 0px 0px 20px 0px; font-family: 'Titillium Web'; font-size: 14px; line-height: 20px; text-align: center; margin: 0px 0px 25px 5%; }
	.registros li .info h2 { width: 90%; height: auto; font-size: 18px; font-family: 'Titillium Web'; font-weight: 600; line-height: 22px; text-align: center; margin: 0 auto; padding: 10px 0px 15px 0px; }
}