@font-face {
    font-family:'Bronzion Castle' ;
    src: url(font/BronzionCastlePersonalUseRegular-GOVxg.otf);
    font-weight: bold;
    font-style: bold;
}
th{
  
  width: 50%;
    background-color: rgb(112, 101, 88);
}
td{
    background-color: rgb(161, 149, 134);

}
.contenido{
	
	display: flex;
	justify-content: left;
	align-content: center;
    margin-left: 5vw;
	margin-bottom: 50px;
}

.contenido > .contenido1{
	margin-top: 120px;
}
.contenido1{
	display:block;
	flex-direction: column;
	align-items: center;
	justify-content: center;

}
.opciones1{
	display: flex;
	background-color: #005609;
	background-image: url(content/blue.png);
	border: solid rgb(39, 71, 97) 2px;
	width: 55vw;
	height: auto;
	margin-bottom: 15px;
}

.opciones1 a{
	margin-top: 4px;
	margin-left: 8px;
	margin-right: 20px;
	width: 20px;
}


.seccion{
	margin-top: 0px;
	width: 55vw;

}

.bas1{
	
	position: none;
	margin-top: 130px;
	width: 20vw;
}
.seccion .descarga{

    margin: 60 auto;
}


.imagen {
    margin: 0 auto;
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;           
}
.section .h2{
    font-size: 10vh;
    font-family:'Bronzion Castle';
    align-items: center;
    text-align: center;
}


/*----------------------------------------------------------------------------*/
.section p{
	color: #7a3c02;
	margin: 10px;
	text-align: center;
}
.section .lineaimagen{
	display: flex;
	justify-content: center;
}
.titulo{
	color: white;
	border-style: solid;
	border-color:#005609;
	
	background-image: url(content/title-background-greennnnn.gif);
	margin: 0;
	
}
.section{
	border-style: groove;
	border-color:#2c342d;
	padding: 10px;
	background-image: url(content/scroll.gif);

}
.section{
    justify-content: center;
    border-style: groove;
    border-color:#2c342d;
    padding: 10px;
    background-image: url(content/scroll.gif);
}
.section table p{
	color: #ffffff;

}
@media(max-width:1169px){
    .contenido1{
        display: flex;
        margin: 0 auto;

        margin-left: none;
        margin-right:none;
    }
    .opciones1{
        width: 90%;
        margin-bottom: 8px;
    }

    .contenido > .contenido1{

        margin-top: 30px;
    }
    .section .h2{
        font-size: 6vh;
        font-family:'Bronzion Castle';
        align-items: center;
        text-align: center;
    }
    .imagen {
        margin: 0 auto;
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;           
    }
    .contenido, .seccion{
        margin: 0 auto;
        justify-content: center;
        align-content: center;
    }
    .contenido{
        display:block;
        margin: 0 auto;
        justify-content: center;
        align-content: center;
        margin-top:30px;
    }

	.header{
		background-color: #005609;
		background-image: url(logo/green01.png);
		width: 100%;
		height: 98px;
		border-bottom:3px solid #004e08;
		box-shadow: 5px 5px 15px 5px black;
	}

    .menuicono{
        width: 70px;
    }

    .seccion{
        width: 90%;
    }

    .contenido, .seccion{
        justify-content: center;
        align-content: center;
    }

    .contenido, .bas1{
        margin: 0 auto;
        justify-content: center;
        align-content: center;
        margin-left:none;
        margin-right: none;
    }
}
@media(max-width:490px){
    .bas1{
        width: 90%;
    }
}