﻿body {
    margin: 0;
    padding: 0;
  /*padding-top:60px;
  padding-bottom: 200px;*/
    background-color: #ccc;
    /*font-size: 1em;*/
}

#caja {
    position: relative;
    text-align: right;
    width: 100%;
    /* height: auto; */
    height: 100%;
}

.contenido {
    position: relative;
    background-color: #000;
    height: 427px; 
    /*height: 50em;*/
    width: 100%;
     min-width: 640px; 
}

.contenido #datos { 
	margin-top:3vh;
	margin-left: 10%;
	margin-right:10%;
	display:none;
}

.contenido #datos div {
	padding: 0.5em;
	background-color: #FAF4D9;
	border: 1px solid #000000;
	margin-bottom:0.2em;
}

.contenido #datos div#botones {  /* añadido */
	border: 0px none #000;
	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 {
}

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: white;
}

.editar {
	background-color: #626262;
	padding: 0.2em;
	text-align: right;
      	/* height: 28px; */
	height:33px;
	/*cursor: pointer;*/
}

.editar img {
	padding: 6px;
	border-radius:50%;
	cursor:pointer;
}

.editar:hover > img {
	background-color: #000000;
}

#foto {
    height: 100%;
    /* height: 427px; */
    max-height: 427px;
    width: auto;
    /*max-width: 50em;*/
}

img {
    vertical-align: bottom;
}

#pie {
  background-color:#d9d9d9;
  border-top-width:0;
margin-top:60px;
  /*z-index:-1;*/
}

#pie.zetamenos {z-index: -1;}
#pie.zetamas {z-index:200;}


#persona {
    font-style: italic;
}

#reseteo {   
    float: left;
    border-radius: 5px;
    padding: 5px;
}

#selcitas {
	position:absolute;
	width:100%;
	bottom:10px;
	z-index:100;
}

#selcitas ul {
	list-style-type:none;
	padding:0;
	margin:0;
	display:flex;
	flex-flow: row;
	justify-content: center;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

#selcitas ul li {
	margin: 0px 2px;
}

#selcitas a {
	display:block;
	width:10px;
	height:10px;
	background-color: white;
	border-radius:50%;
}

#selcitas a.on{
	background-color: orange;
}

#selcitas a.off{
	background-color: white;
}

#selcitas a.blocked{
	background-color: gray;
}

#selcitas a.on:hover, #bullet a.off:hover {
	background-color: red;
}

.textos {
    position: absolute;
    top: 20%;
    left: 5%;
    width: 50%;
    color: #FFFFFF;
    font-family: Helvetica, Arial, sans-serif;
    font-size: large;
}

/* Jquery .dialogo */

.ui-dialog .ui-dialog-buttonpane button {
	color: black;
	font-weight: bold;
	padding: 4px;
}

.ui-dialog .ui-widget-header {
	background-color:red;
}

.ui-dialog-content .ui-icon {padding-bottom: 70px; background-color:yellow;}

.icon_alert {
	float:left; 
	margin:10px 10px 10px 0;
}

#dialog-link {
	padding: .4em 1em .4em 20px;
	text-decoration: none;
	position: relative;
}

#dialog-link span.ui-icon {
	margin: 0 5px 0 0;
	position: absolute;
	left: .2em;
	top: 50%;
	margin-top: -8px;
}


/* Adaptación pantallas */
