body {
	margin:0;
	padding:0;
	background-color:#ccc;
	height: 100%;
	font-family: Helvetica, Arial, sans-serif;
}

img {
	vertical-align:bottom;
}

.contenido {
	position:relative;
	background-color:#000;
	height:350px;
	width:100%;
	min-width:640px;
}

#caja {
	position:relative;
	text-align:right;
	width:100%;
	height:100%;
}

#foto{
	height:100%;
	max-height:350px;
	width:auto;
}

.textos {
	position: absolute;
	top: 20%;
	left: 5%;
	width: 50%;
	color: #FFFFFF;
	font-size: large;
}

#persona {
	font-style: italic;
}

nav {
	position:absolute;
	width:100%;
	bottom:10px;
	z-index:100;
}

nav ul {
	list-style-type:none;
	padding:0;
	margin:0;
	display:flex;
	flex-flow: row;
	justify-content: space-between;
	width:100px;
	margin-left:auto;
	margin-right:auto;
}

nav a {
	display:block;
	width:10px;
	height:10px;
	background-color: white;
	border-radius:50%;
}

nav a.on{
	background-color: orange;
}

nav a.off{
	background-color: white;
}

nav a:hover {
	background-color: red;
}

.contenido #datos {
	margin-top:2vh;
	margin-left: 10%;
	margin-right:10%;
	display:none;
}

.contenido #datos div {
	padding: 0.5em;
	background-color: #D4D4D4;
	border: 1px solid #000000;
	margin-bottom:0.2em;
}

.editar {
	background-color: #626262;
	padding: 0.2em;
	height: 26px;
	cursor: pointer;
	color: white;
	display: flex;
	justify-content: flex-end;
}

.editar span {
	display: flex;
	align-items: center;
}

.editar img {
	padding: 6px;
	border-radius: 10%;
}

.contenido #datos div#botones {
	border: 1px none #000000;
	background-color:#ccc;
}

.derecha{
	padding-left: 20px;
}

.derecha:hover{
	font-weight: bold;
}

.derecha:hover > img {
	background-color: #000000;
}

.centro:hover > img {
	background-color: #000000;
}

.centro:hover{
	font-weight: bold;
}

div #botones ul {
	margin:0;
	padding:0;
	list-style-type:none;
	display:flex;
	flex-direction: row;
	justify-content: flex-end;
}

div #botones ul li img {
	width:20px;
	height:20px;
	padding: 0.3em;
	border-radius:50%;
	background-color: #626262;
	margin-right:0.3em;
}

div #botones ul li img:hover {
	background-color: white;
}

.centrado{
	margin: 0.5%;
	text-align:center;
	padding: 0.9em;
}

