.contenido{
	
	display: flex;
	justify-content:left;
	align-content: center;
	margin-bottom: 0;
	margin-left: 100px;
	margin-bottom: 50px;
	
}

.contenido > .contenido1{
	margin-top: 120px;
}
.contenido1{
	display: flex;
	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;
	padding-left: 20px;
}
.seccion .descarga{

    margin: 60 auto;
}

/*----------------------------------------------------------------------------*/
.section p{
	color: #7a3c02;
	margin: 10px;
	
}

.section ul li{
	color: #7a3c02;
    list-style: circle;
	margin: 10px;
}
.section h2{
	color: #4d2601;}

.section h3{
	color: #4c2501;}


.section .lineaimagen{
	display: flex;
	justify-content: center;
}
.noticiass{
    color: white;
    border-style: solid;
    border-color:#005609;
    background-image: url(content/title-background-greennnnn.gif);
    padding-left: 9px;
}

.section{
    justify-content: center;
    border-style: groove;
    border-color:#2c342d;
    padding: 10px;
    background-image: url(content/scroll.gif);
}
.noticiass{
	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);

}



@media(max-width:1174px){
    .contenido1{
        display: flex;
        margin: 0 auto;

        margin-left: none;
        margin-right:none;
    }
    .opciones1{
        width: 90%;
        margin-bottom: 8px;
    }

    .contenido > .contenido1{

        margin-top: 130px;
    }
	.contenido{
		display:block;
		justify-content: center;
		align-content: center;
		margin-top:30px;
	}

	.menuicono{
    	width: 70px;
	}
	.seccion{
		margin: 0 auto;
		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;
	}
	.bas1{
		margin-top: 20px;
		padding-left: 0px;
		font-size: 17px;
		width: 80%;
	}
}
@media(max-width:490px){
	.bas1{
		width: 90%;
	}
}