#contenedor {
	margin: auto;
	float: none;
	max-width: 1200px !important;
}
#indice table ,#indice td{
	border-color: #C63;
	border-style: solid;
}
#cuerpo {
	background: #FFF;
	margin-top: 20px;
}
#central {
	margin: auto;
}
#pie {
	clear: both;
}
ul#nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 300px;
}
ul#nav a {
	background: #FC3;
	display: block;
	width: 100%;
	text-transform: none;
	text-decoration: none;
	padding: 4px 4px 4px 10px;
	border-bottom: 4px solid #336600;
	font: bold 1.2em Georgia, "Times New Roman", Times, serif;
	vertical-align: text-top;
	text-align: left;
}
#actas td{
	font: small Arial, Helvetica, sans-serif;
	padding-left: 5px;
}
form{
	box-shadow: 1px 1px 8px 1px rgb(0 0 0 / 20%);
    padding: 0rem 1rem;
}

.letra-pequeña{
	font-size: 0.8rem;
}


.cabecera-form{
	color: #004318;
    font-size: 1.6rem;
	padding: 1rem 0rem;
}

.btn{
	background-color: #004318 !important;
	color: #fff !important;
}

.header{
	background-color: #004318 !important;
	color: #fff !important;
	padding:1rem 1rem;
}

footer a{
	text-decoration:underline !important;
}

a{
	text-decoration:none;
}