/*
 * Arlene Varela Rjo
 * Copyright (C) 2016 Dreyfous & Associates.
 *
 * Application of Biographies of History
 */

body {
	background-color: rgb(255, 255, 255);
	font-family: Calibri, Candara, Arial;
	font-size: 18px;
}

#container{
	background-color: rgb(244, 239, 236);
	max-width: 1024px;
	min-width: 300px;
    height: auto;
	min-height: 960px;
	margin: 5px auto;	
	overflow-x: hidden;
    overflow-y: auto;
}

div.line1{
	background-color: rgb(201, 180, 161);
	width: 100%;
	height: 20px;
	top: 0;
	box-shadow: 0 3px #e0d2c7;
}
div.line2{
		background-color: rgb(201, 180, 161);
		width: 420px;
		height: 1px;
		box-shadow: 0 1px #e0d2c7;
		margin-top: -1em;
		margin-bottom: 2.5em;
		margin-left: auto;
		margin-right: auto;
}

div.name{
	width:100%;
	color: black;
	text-align: center;
	margin: auto;
    margin-top: 60px;
}

div.img{
	max-width: 125%;
	margin-top: 70px;
	margin-left: auto;
    margin-right: auto;
	text-align: center;
}

div.img img{
	width: 200px;
	height: 200px;
	margin-left: auto;
    margin-right: auto;
	border-radius: 100%;
	border: 10px solid white;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    padding: 5px;
    background: white;
	-webkit-filter: brightness(110%); /* Chrome y Safari */
	-moz-filter: brightness(110%);/* Mozilla */
	-ms-filter: brightness(110%);/* Internet Explorer */
	-o-filter: brightness(110%);/* Opera */
}

div.desc{
	width: 80%;
	height: auto;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	line-height: 1.4em;
	text-align: left;
}

