/* =Reset default browser CSS.
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
video {
  width: 100%;
  height: auto;
}
body {
	background: #fff;
	line-height: 1.3em;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}



	/* Reset Styles */
	a:hover, a:selected, a:active {
		border:0; color: #CCC;
	}
	a {
		color: #FFF;
		text-decoration:none;
	}



	body {
		width: 100%;
		font-size: 16px;
		font-family: Georgia, serif;
		color: #111111;
		float: left;
		padding: 0;
		margin: 0;
		line-height: 1.6em;
		background-color: #FFFFFF;
		background-image: url(https://arscodex.com/images_lector/lector_background.jpg);
		background-repeat: repeat;
		position: relative;
		display: block;
	}
	.image_blank {
		width: 20px;
		height: 10px;
	}
	.image_blank img {
		width: 100%;
		height: 100%;
	}
	.container {
		width: 1000px;
		margin: 0 auto;
		padding: 0;
		float: none;
		display: block;
		overflow: hidden;
    	position: relative;
    	height: auto;
	}
	.header {
		/*background-color: #FFFFFF; 
		float: left; */
		width: 100%;
		margin: 0;
		padding: 0;
		display: inline-block;
	}
	.logo {
		width: 40%;
		height: auto;
		padding: 0;
		margin: 10px auto;
		position: relative;
		display: block;
	}
	.logo img {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		border: 0;
	}
	.top_banner {
		clear: both;
		width: 728px;
		height: auto;
		margin: 10px auto;
		padding: 0;
		display: block;
		position: relative;
		background-color: #dddddd;
		display: none;
	}
	.top_banner img {
	    width: 100%;
	    height: auto;
	}
	.container_2 {
		width: 100%;
		height: auto;
		clear: both;
		float: none;
		margin: 0 auto;
	}
	.content {
		width: 60%;
		height: auto;
		margin: 0 20% 0 20%;
		padding: 0;
		text-align: left;
		font-size: 30px;
		display: block;
		position: relative;
		float: none;
	}
	.breadcrumb {
		font-size: 16px;
		width: 100%;
		position: relative;
		margin: 0;
		padding: 0;
	}
	.star {
	    font-size: 16px;
		width: 100%;
		position: relative;
		margin: 10px 0;
		padding: 0;
		text-align: left;
	}
	.content h1 {
		font-size: 30px;
		font-weight: normal;
		text-shadow: 1px 1px 0 #FFFFFF;
		color: #111111;
		margin-top: 20px;
	}
	.content h2 {
		font-size: 22px;
		font-weight: normal;
		text-shadow: 1px 1px 0 #FFFFFF;
		color: #111111;
		margin-top: 15px;
	}
	.content p {
		font-size: 16px;
		font-weight: normal;
		color: #111111;
	}
	.content a {
		color: #333333;
		text-shadow: 1px 1px 0 #FFFFFF;
	}
	.content a:hover {
		color: #555555;
		text-shadow: 1px 1px 0 #FFFFFF;
	}
	.previous_title {
		width: 100%;
		margin: 0;
		padding: 0;
		height: auto;
		font-size: 20px;
		text-align: right;
		float: left;
		font-style: italic;
	}
	.bio_title {
		margin: 15px 0 15px 0;
		padding: 0;
		float: left;
		width: 100%;
		font-size: 30px;
		line-height: 1.6em;
		font-weight: bold;
		text-shadow: 1px 1px 0 #FFFFFF;
		color: #111111;
	}
	.biografia {
		width: 100%;
		margin: 0 0 10px 0;
		padding: 0;
		height: auto;
		font-size: 20px;
		text-align: left;
		float: left;
	}
	.signature {
		width: 100%;
		margin: 0;
		padding: 0;
		height: auto;
		font-size: 24px;
		text-align: right;
		float: left;
	    text-shadow: 1px 1px 0 #FFFFFF;
		color: #111111;
		font-style: italic;
	}
	.data {
		font-size: 18px;
		width: 100%;
		position: relative;
		margin: 30px 0;
		padding: 0;
		clear: both;
		float: left;
	}
	.data_left {
	    width: 50%;
	    float: left;
	    text-align: left;
	}
	.data_right {
	    width: 50%;
	    float: right;
	    text-align: right;
	}
	.profile_picture  {
		width: 200px;
		height: auto;
		border: none;
		float: right;
		margin: 0 0 20px 20px;
	}
	.profile_picture img {
		width: 100%;
		height: auto;
		border: none;
	}
	.pasa_pag {
		float: left;
		clear: both;
		width: 100%;
		text-align: center;
		font-size: 16px;
		font-weight: bold;
		line-height: 16px;
		color: #222222;
	}
	.pasa_pag a {
		color: #111111;
	}
	.pasa_pag a:hover {
		color: #555555;
	}
	.icono_flecha {
		width: 16px;
		height: 16px;
	}
	.icono_flecha img {
		width: 100%;
		height: 100%;
	}
	.enlaces_biografia {
		font-size: 16px;
		float: left;
		margin: 10px 0 0 0;
		width: 100%;
		clear: both;
	}
	.enlaces_biografia a {
		text-shadow: none;
	}
	.enlaces_biografia a:hover {
		text-shadow: none;
	}
	.enlace {
		width: 100%;
		height: auto;
		float: left;
		margin: 0 0px 5px 0px;
		clear: both;
	}
	.enlace_foto {
		width: 57px;
		height: 47px;
		float: left;
		max-width: 57px;
	}
	.enlace_foto img {
		width: 100%;
		height: 100%;
		float: left;
	}
	.enlace_texto {
		float: left;
		height: auto;
		margin: 0 0 0 10px;
	}
	.enlace_texto_dentro {
		width: auto;
		float: left;
		height: auto;
		margin: 0 0 0 10px;
	}
	.icon {
		width: 16px;
		height: auto;
		border: none;
		margin: 0 3px 0 0;
		padding: 0;
		float: left;
	}
	.icon img {
		width: 100%;
		height: auto;
		border: none;
	}
	.footer {
		width: 100%;
		text-align: center;
		margin: 0 0 20px 0;
		height: auto;
		clear: both;
	}
	.footer_text {
		width: 100%;
		text-align: center;
		display: inline-block;
		margin: 10px 0 10px 0;
		height: auto;
		clear: both;
		color: #111111;
		font-size: 16px;
	}
	.footer_text a {
		color: #333;
	}
	.footer_text a:hover {
		color: #555;
	}
	.footer_logo_pap {
		width: 100px;
		text-align: center;
		display: inline-block;
		margin: 0 auto;
		height: auto;
		clear: both;
	}
	.footer_logo_pap img {
		border: 0;
		width: 100%;
		height: auto;
	}

@media all and (max-width: 999px) {
	.logo {
		min-width: 200px;
	}
	.top_banner {
		width: 80%;
		min-width: 314px;
	}
	.container {
		width: 95%;
		min-width: 314px;
	}
	.signature {
		width: 100%;
	}
	.container_2 {
		width: 100%;
	}
	.content {
		width: 90%;
		margin: 0 auto;
		padding: 10px 5% 10px 5%;
	}
	.content img {
	    max-width: 100%;
	}
	.enlace_texto {
		float: left;
		height: auto;
		margin: 0 0px 0 15px;
		width: 70%;
	}
	.seccion_gente {
		height: auto;
	}
	.footer {
		/* border-radius: 0px; */
		height: auto;
		/* height: auto; */
	}
}