body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	color: #666;
	background: white;
    
	font-size: 1em;
	line-height: 1.5em;
}

h1 {
	font-size: 2.3em;
	line-height: 1.3em;
	margin: 15px 0;
	text-align: center;
	font-weight: 300;
}


img {
	max-width: 100%;
	height: auto;
}

#main-header {
	background:#001742;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100vw;
	height: auto;
}	

/*
 * Logo
 */
#logo-header {
	float: left;
	padding: 15px 0 0 20px;
	text-decoration: none;
}
 .logo{
	object-fit: scale-down;
	height: auto;
    width: 90%;
	padding-right: 1em;

 }

 .classLogoPotenciaVida{
	object-fit: scale-down;
	height: auto;
	width: 10%;
	padding-left: 1.8em;
}

 .classLogosFooter{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100vw;
	margin: 1% 0 1% 0;
 }
	#logo-header:hover {
		color: white;
	}
	
	#logo-header .site-name {
		display: block;
		font-weight: 700;
		font-size: 1.2em;
	}
	
	#logo-header .site-desc {
		display: block;
		font-weight: 300;
		font-size: 0.8em;
		color: #999;
	}




/*
 * Navegación
 */
nav {
    align-content: center;
	margin: auto;
}
	nav ul {
		margin: 0;
		padding: 0;
		list-style: none;
		padding-right: 20px;
	}
	
		nav ul li {
			line-height: 90px;
		}
			
			nav ul li button {
				display: block;
				padding: 0 1px;
				text-decoration: none;
			}
			
				nav ul li button:hover {
					background: #0b76a6;
				}
#main-content {
	background: white;
	width: 100%;
	max-width: 980px;
	margin: 20px auto;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}

#main-content header,
#main-content .content {
		padding: 15px 60px;
	}
    #main-footer {
        background:#590048;
        display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
    }

		.redes-sociales{
			width: 100vw;
			display: flex;
			align-items: center;
			justify-content: center;
			flex-direction: column;
		}

		.classIconRedes{
			display: flex;
			align-items: center;
			justify-content: center;
			flex-wrap: nowrap;
			width: 100vw;
		}

		.classSvgRedes{
			height: auto;
			width: 1.5em;
			margin: 0 0.5em 0 0.5em;
			cursor: pointer;
		}

		.classFisguenosItem{
			height: auto;
	}
        
    .logo-dnda img{
        width: 100%;
        max-width: 123px;
    }
.botones{
	color: #001742;
	border: 1px solid #001742;
	background-color: white;
	font-size: 1em;
	border-radius: 5px;
	padding: 15px 32px;
	text-align: center;
	font-family: Helvetica;

}
button:hover {
	background-color: #001742;
	color: white;
	text-align: center;
}
.circular--square {
	border-top-left-radius: 50% 50%;
	border-top-right-radius: 50% 50%;
	border-bottom-right-radius: 50% 50%;
	border-bottom-left-radius: 50% 50%;
  }
  .mini-box{
width: 100px;
  }
  .menu-select{
	background: #002f70;
color: #fff;
}
.una-linea{
		margin: 10px 0;
		cursor: pointer;
	}
	.dos-linea{
		margin: 0px 0;
		cursor: pointer;
		text-decoration: none;
	}
	.dos-linea:hover{
		color: #fff;
	}
	nav ul li{
	background: #fff;
padding: 48px 436px;
border-radius: 19px;
border: 1.5px solid #000;
text-align: center;
width: 90px;
cursor: pointer;
position: relative;
}
nav ul li a{
color: #000;
}
nav ul li img {
position: absolute;
top: -7px;
left: -42px;
width: 152px;
}
nav ul li:hover{
background: #002f70;
color: #fff;
}

.classOrganizaciones{
	height: auto;
	width: 100vw;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	margin: 2% 0 2% 0;
}

.classApoyan{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	max-height: 100px;
}

.classTextoOrganizaciones{
	height: 100%;
	text-align: center;
	writing-mode: vertical-lr;
	font-family: Helvetica;
	color: #002f70;
	background-color: white;
	font-size: 0.8em;
	margin: 0;
	transform: rotate(180deg);
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: vertical-lr;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.classOrganizan{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	max-height: 100px;
}



.classSiguenos{
	color: white;
	font-family: Helvetica;
	text-align: center;
	font-size: 1em;
	width: 100%;
}

.classENlaceHeader{
	height: auto;
	width: 25%;
}

.classENlaceHeaderApoyan{
	height: auto;
	width: 17%;
}

.classImgOganizaciones{
	object-fit: scale-down;
	height: auto;
	width: 100%;
	border: 1px solid white;
}

.classInformacionDNDA{
	width: 100vw;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 1% 0 0% 0;
}

.classInformacionDNDAPiePagina{
	text-align: center;
	font-family: Helvetica;
	font-size: 1em;
	color: white;
}

@media screen and (max-width: 425px){
.botones{
	margin-top: 10px
}

}