body
{
    height:100%;
    min-height:100%;
	background: url(imagenes/mar.jpg) 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: clamp(2rem, 7vw, 4rem); */
	font-size: 1em;
	/* font-size: 16px; */ 
	text-shadow: 0.2em 0.2em 0.4em rgba(0,0,0,0.5);
}
h1
{
	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;
	min-height: 300px;
	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;
}
#botones {
	text-align: right;
	margin: 0 auto;
	padding: 0.5em;
	width: 90%;
	height: 36px;
	/* float: right; */
}
#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(0,0,0,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;
}