/* ESPECIAL PARA PESTAÑAS */
html{
	font-family:Segoe UI,Arial,sans-serif;
	font-size:13px;
	padding:0;
	height:100%;
	margin:0;
}
body{
	position:fixed;
	height:100%;
	width:100%;
	margin:0 auto;
	padding:0;
}

/* PESTAÑAS */
#pestanias {
	position:relative;
	border-radius:0;
	/*min-height:98.7%;*/
	height:calc(100% - 7px);
	width:calc(100% - 7px);
}
#pestanias .ui-tabs-nav { 
	height:98px;
	text-align: center; 
} 
#pestanias .ui-tabs-nav li {
	display:inline-block;
	float:none;
	top:59px;
	margin:0em;
}
#pestanias .ui-tabs-panel{
	overflow-x:auto;
	overflow-y:auto;
	position:fixed;
	top:108px;
	right:2px;
	bottom:2px;
	left:2px;
}

/* CABECERA */
.titulo-izq{
	position:absolute;
	text-align:left;
	z-index:2;
	top:10px;
	left:20px;
}
.titulo-izq img, .titulo-der img{
	height:90px;
}
.titulo-principal{
	color:white;
	position:absolute;
	margin:0 auto;
	width:80%;
	top:25px;
	left:0px;
	right:0px;
	font-size:1.5em;
	font-weight:bold;
	z-index:1;
	text-align:center;
}
.titulo-der{
	position:absolute;
	text-align:right;
	z-index:2;
	top:10px;
	right:20px;
}

/* ESTILO DE CAMPOS DE ENTRADA */
textarea{
	width:30em;
	height:4em;
}
label{
	display:inline-block;
	margin-top:0.5em;
	font-weight:bold;
	color:darkblue;
}
legend{
	font-style: italic;
}
input,textarea{
	padding-left:0.2em;
	padding-right:0.2em;
}
.sololectura{
	color:darkgray !important;
	background:lightgray !important;
}

/* FORMA DE REGISTRO */
.tablaformulario tr td:first-child{
	vertical-align:top;
	text-align:right;
	width:10em;
	padding-right:1em;
}
.nombrecompleto{
	width:30.3em;
	margin-bottom:0.2em;
}
.correo{
	width:24.4em;
}
.modificarcorreo{
	position:relative;
	margin-left:-6.4em;
	margin-right:-0.2em;
	top:0.25em;
}

.errorcarga {
	text-align: center;
	display: block;
	font-size: 3em;
	padding: 2em;
	color: crimson;
}

/* DIALOGO */
div.ui-dialog{
	position:fixed;
} 
#dialogo_generico_mensaje{
	/*padding:0.3em;*/
}

.contenedor_panel{
	/* width:60%; */
	/*margin:0 auto;*/
}

/* PAGINAS TEMAS */
.titulo_seccion{
	font-style: italic;
	text-align: center;
	font-size: 2em;
}
.div_seccion{
	margin-top: 2em;
}

/* GENERAL */
table{
	border:1px solid slategrey;
	padding:0.8em;
	/* width:100%; */
	border-spacing: 0px;
}
caption {
	font-size: 1.1em;
	font-weight: bold;
}
th, td {
	padding-left: 0.4em;
	padding-right: 0.4em;
}
td{
	border-top:1px solid lightgray;
}
form{
	display:inline;
}
fieldset{
	border:1px solid slategrey;
}
.iframe_carga{
	display:none;
}
.advertencia{
	font-size:5em;
	color:yellow;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	vertical-align:middle;
}

input[disabled],select[disabled],textarea[disabled]{
	color:darkgrey !important;
}

.botonera{
	width:7em;
	display:inline-block;
}
.boton-botonera{
	padding:0.1em 0.35em;
	margin: 0px -2px;
}

#forma_subtema_elemento{
	width:25.5em;
	display:block;
}
#forma_subtema_elemento input,#forma_subtema_elemento textarea{
	width:23em;
}
#forma_subtema_elemento select{
	width:23.5em;
}

#boton_recarga{
	font-size: 1.5em;
	margin-left: 0.5em;
	cursor:pointer;
}

@media screen and (max-width: 800px){
	.titulo-izq img, .titulo-der img{
		height:60px;
	}
	html{
		font-size:10px;
	}
	#pestanias .ui-tabs-nav li {
		top:70px;
	}
}
