*{
    font-family: 'Fira Sans';
}
body {
	margin:0;
	padding:0;
	background-color:#ccc;
}
img {
	vertical-align:bottom;	
}
.contenido {
	position:relative;
	background-color:#000;
	height:427px;
	width:100%;
	min-width:640px;
}
#caja {
	position:relative;
	text-align:right;
	width:100%;
	height:100%;
}
#foto{
	height:100%;
	max-height:427px;
	width:auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  cursor: default;
}
.textos {
	position: absolute;
	top: 20%;
	left: 5%;
	width: 50%;
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: large;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  cursor: default;
}
#persona {
	font-style: italic;
  font-weight: bold;
}
nav {
	position:absolute;
	width:100%;
	bottom:10px;
	z-index:100;
  justify-content: center;
}
nav ul {
	list-style-type:none;
	padding:0;
	margin:0 auto;
	display:flex;
	flex-flow: row;
	justify-content: center;
	width: 250px;
	margin-left:auto;
	margin-right:auto;
}
nav ul li{
	padding-right:1em;
	display: inline-block;
}
nav a {
	display:block;
	width:10px;
	height:10px;
	background-color: white;
	border-radius:50%;
  cursor: pointer;
}
nav a.on{
	background-color: orange;
}
nav a.off{
	background-color: white;
}
nav a:hover {
	background-color: chocolate;
}
.contenido #datos {
	margin-top:5vh;
	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;
}
.contenido #datos div:focus {
	background-color: black;
	border: 0.2em solid orange;
    color: white;
	margin-bottom:0.2em;
}
.editar{
	background-color: #626262;
	padding: 0.2em;
	text-align: center;
	height:28px;
	cursor:default;
}
.editar img{
	padding: 6px;
	border-radius:50%;
  cursor: pointer;
}
.editar img:hover{
	background-color: darkgoldenrod;
}
.contenido #datos div#botones {
	border: 1px none #000000;
	background-color:#ccc;
}
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;
  cursor: pointer;
}
div #botones ul li img:hover {
	background-color: darkgoldenrod;
}
.ui-dialog {
  background: #000000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  cursor: default;
}
.ui-dialog .ui-widget-content {
  color: black;
}
.ui-dialog .ui-widget-header {
  background: darkgoldenrod;
}
.ui-dialog .ui-dialog-titlebar {
  background-color: darkgoldenrod;
}
.hide-close .ui-dialog-titlebar-close {
  display: none;
}