#contenedor {
	margin: auto;
	float: none;
	max-width: 1200px !important;
	padding-top:9rem !important;
}

body{
	background-color:  #FFFBF2 ;
}

.fs-footer{
	font-size: 0.8rem !important;
}

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

.success{
	color: rgb(75, 181, 67);
}

.btnAviso-success{
	background-color: rgb(75, 181, 67);
	color: #fff !important;
	vertical-align: middle;
	border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
}

.btnAviso-error{
	background-color: #C92707;;
	color: #fff !important;
	vertical-align: middle;
	border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
}

#contenedor-m {
	margin: auto;
	float: none;
	padding-top: 9rem !important;
	max-width: 1200px !important;
}

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

.titulo-secciones{
	    color: #008E36 !important;
}

#indice table ,#indice td{
	border-color: #C63;
	border-style: solid;
}
#cuerpo {
	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;
}

.titulo-avisos{
	background-color: #004318 !important;
    color: #fff !important;
    padding: 0.2rem 0rem;
    font-size: 1.4rem;
	border-left: 1px solid #fff;
}

.aviso{
    background-color: #FFFBF2 !important;
}

.cuerpo-avisos{
	    background-color: #FFFBF2 !important;
}

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

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

a{
	text-decoration:none;
}

.fix-row{
	--bs-gutter-x: 0rem !important;
}

.cuerpo{
		font-size: 0.9rem !important;
	}
	.cuerpo-2{
		font-size: 0.9rem !important;
	}
	
	.cuerpo-3{
		font-size: 0.9rem !important;
	}

.btn-toggle{
	border: 1px solid #fff !important;
	width:fit-content;
}

.secciones{
  font-size: 1.1rem !important;
  color: #FFF !important;
  background-color: #000000 !important;
}
.secciones:hover{
  background-color: #faab3e !important;
}


@media (max-width: 500px) {
	
	.secciones{
		font-size:0.9rem !important;
	}
	
	#contenedor-m{
		padding-left: 0rem;
		padding-right: 0rem;
		padding-top: 6rem !important;
	}
	
	.cuerpo{
		font-size: 0.8rem !important;
	}
	.cuerpo-2{
		font-size: 0.8rem !important;
	}
	.cuerpo-3{
		font-size: 0.8rem !important;
	}
}



@media (max-width: 400px) {
	.secciones{
		font-size:0.8rem !important;
	}
}

@media (max-width: 300px) {
	.secciones{
		font-size:0.7rem !important;
	}
}