body
{

	background: url(images/cabina_20180510.png) fixed center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	color: white;
	font-family: Helvetica, Arial;
	font-size: 1em;
	/* font-size: 16px; */ 
	text-shadow: 0.2em 0.2em 0.4em rgba(0,0,0,0.5);
}
h1
{
	color: white;
    text-align: center;
	text-shadow: 0.2em 0.2em 0.4em rgba(0,0,0,0.5);
}
table tr td ul li {
	font-size: 1em;
}
#cuerpo
{
	background: rgba(0,0,0,0.2);
	border-radius: 0.5em;
	box-shadow: 0.2em 0.2em 0.4em rgba(0,0,0,0.1);
	font-size: 1.2em;
	/* height: 100%; */
	margin: 1em auto; /* además centra la caja */
	padding: 0.5em;
	width: 90%;
}

#cuerpo article
{
	display: inline-block;
	margin: 1em 1em;
	min-height: 400px;
	padding: 1em;
	vertical-align: top;
	width: 42%;

}
#cuerpo #colizq
{
	display: inline-block;
	margin: 1em 1em;
	/* min-height: 400px; */
	padding: 1em;
	vertical-align: top;
	width: 52%;

}
#cuerpo #colder
{
	display: inline-block;
	margin: 1em 1em;
	/* min-height: 400px; */
	padding: 1em;
	vertical-align: top;
	width: 22%;

}
#cuerpo #colizq_menu
{
	display: inline-block;
	margin: 1em 1em;
	/* min-height: 400px; */
	padding: 1em;
	vertical-align: top;
	width: 15%;
	height: 100%;

}
#cuerpo #colder_menu
{
	display: inline-block;
	margin: 1em 1em;
	/* min-height: 400px; */
	padding: 1em;
	vertical-align: top;
	width: 70%;
}
#cuerpo_1c
{
	background: rgba(0,0,0,0.2);
	border-radius: 0.5em;
	box-shadow: 0.2em 0.2em 0.4em rgba(0,0,0,0.1);
	font-size: 1em;
	/* height: 100%; */
	margin: 1em auto; /* además centra la caja */
	padding: 0.5em;
	width: 90%;
}
#cuerpo_1c article
{
	display: inline-block;
	margin: 1em 1em;
	padding: 1em;
	vertical-align: top;
	width: 90%;

}
#cuerpo_centrado {
	background: rgba(0,0,0,0.2);
	border-radius: 0.5em;
	box-shadow: 0.2em 0.2em 0.4em rgba(0,0,0,0.1);
	font-size: 1em;
	margin: 1em auto; /* además centra la caja */
	min-height: 350px;
	padding: 0.5em;
	width: 90%;
	vertical-align: top;
	text-align: center;	
}
nav
{
	background: rgba(0,0,0,0.1);
	border-radius: 1em;
	margin: 0 auto;
	padding: 0.5em;
	width: 90%;
}
nav ul{
    list-style: none;
    margin: 0 1em 0 1em;
    padding: 0;
}
nav ul li{
    border-radius: 0.5em;
	display: inline-block;
    font-weight: bold;
    margin-right: 1em;
    padding: 0.5em;
    text-align: center;
	text-shadow: 2px 2px 2px rgba(0,0,0,1);
}
nav ul li:hover{
	background: rgba(0,0,0,0.1);
    border:1px solid #E3E3E3;
	box-shadow: 1px 1px 0px rgba(0,0,0,1);
	padding: 0.5em;
}
nav ul li a{
	color: grey;
	text-decoration:none;
	transition: 0.4s linear all;
}
nav ul li a:hover {
    color: white;
}
option {
	background: black;
    border-radius: 1em;
    border:1px solid #E3E3E3;
}
input[type=button], input[type=submit], input[type=search], input[type=date], input[type=text], input[type=number], input[type=email], input[type=password], textarea, select {
    border-radius: 1em;
	background: rgba(0,0,0,0.1);
    border:1px solid #E3E3E3;
	color: white;
	padding-left: 1em;
    padding-right: 1em;
}
input[type=button]:hover, input[type=submit]:hover {
	background: white;
    border:1px solid #E3E3E3;
	color: black;
}

#botones {
	text-align: right;
	margin: 0 auto;
	padding: 0.5em;
	width: 90%;
	height: 36px;
	/* float: right; */
}
a {
	color: white;
	text-decoration:none;
	font-weight: 900;
}
a:hover {
	text-shadow: 0px 0px 35px rgba(155,255,255,1);
	box-shadow: 1px 1px 25px rgba(0,0,0,1);
	
}
#cuerpo_centrado a {
	color: white;
	text-decoration:none;
	font-weight: 900;
}
#cuerpo_centrado a:hover {
	text-shadow: 0px 0px 35px rgba(155,255,255,1);
	box-shadow: 1px 1px 25px rgba(0,0,0,1);
	
}
#enlaces a{
	color: white;
	text-decoration:none;
	font-weight: 900;
	/* transition: 0.2s linear all; */
}
#enlaces a:hover {

	text-shadow: 0px 0px 25px rgba(255,255,255,1);
	padding: 0.5em;
	box-shadow: 1px 1px 25px rgba(0,0,0,1);
}
#tabla_simple
{
	font-size: 1em;
}
#enlaces,#naos
{
	width: 100%;
}
#enlaces tr th,#naos tr th
{
	padding: 0.6em;
}
#enlaces tr td,#naos tr td
{
	padding: 0.6em;
	font-size: 1em;
}
#enlaces tr:hover,#naos tr:hover,#tabla_simple tr:hover
{
	background: rgba(255,255,255,0.1);
}
.noticias a{
	color: white;
	text-decoration:none;
	font-weight: bold;
	/* transition: 0.2s linear all; */
}
.noticias a:hover {

	text-shadow: 0px 0px 25px rgba(255,255,255,1);
	padding: 0.5em;
	box-shadow: 1px 1px 25px rgba(0,0,0,1);
}
.noticias
{
	width: 100%;
}
.noticias tr th
{
	padding: 0.6em;
}
.noticias tr td
{
	padding: 0.6em;
	font-size: 1em;
}
.noticias tr:hover
{
	background: rgba(0,0,0,0.1);
}
footer
{
	background: rgba(0,0,0,0.1);
	border-radius: 0.5em;
	margin: 1em auto;
	padding: 1em;
	text-align: right;
	text-shadow: 0.2em 0.2em 0.4em rgba(0,0,0,0.5);

	width: 90%;
}
img
{
	box-shadow: 0.2em 0.2em 0.4em rgba(0,0,0,0.5);
	border-radius: 0.5em;
}
.icono {
	box-shadow: 0px 0px 0px rgba(0,0,0,0.5);
	border-radius: 0em;
}

@font-face {
  font-family: 'ComercialScript';
  src: url(comsc.ttf) format('truetype');
}

.nota_personal {
    font-family: 'ComercialScript';
    font-size: 1.5em;
}

#mensaje_error {
    color: red;
    font-weight: 900;
}

/* Para formularios que suben fotos */
.area-foto {
    border-radius: 1em;
    text-align: center;
	padding-left: 1em;
    padding-right: 1em;
    /* padding: 9px; */
    border: thin solid white;
    position: relative;
}
.area-foto input[type=file] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer;
}
#etiqueta-archivo {
    width: 100%;
}
#nombre-archivo {
    color: green;
    font-weight: 900;
}
.area-pdf {
    border-radius: 1em;
	background: rgba(0,0,0,0.1);
    border:1px solid #E3E3E3;
	color: white;
	padding-left: 1em;
    padding-right: 1em;
    position: relative;
}
.area-pdf input[type=file] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer;
}

pre {
    width: 100%;
    overflow: auto; /* Agrega scroll si el contenido es más grande */
    white-space: pre-wrap; /* Ajusta el texto si es muy largo */
    word-wrap: break-word; /* Rompe las palabras largas si es necesario */
}
.cuerpo_centrado {
	background: rgba(0,0,0,0.2);
	border-radius: 0.5em;
	box-shadow: 0.2em 0.2em 0.4em rgba(0,0,0,0.1);
	font-size: 1em;
	margin: 1em auto; /* además centra la caja */
	min-height: 350px;
	padding: 0.5em;
	width: 90%;
	vertical-align: top;
	text-align: center;	
}
.cuerpo_centrado a {
	color: white;
	text-decoration:none;
	font-weight: 900;
}
.cuerpo_centrado a:hover {
	text-shadow: 0px 0px 35px rgba(155,255,255,1);
	box-shadow: 1px 1px 25px rgba(0,0,0,1);
	
}