* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    list-style: none;
}

.contenedor{ 
	max-width: 30rem;
	margin-left: auto;
	margin-right:auto;
}

.superior {
    background-color: rgb(255,255,255);
    display: flex;
    justify-content: center;
    height: 3.5em;
    box-shadow: 0 0.2em 0.5em rgba(0,0,0,.1);
}
.superior img {
	width: 16em;
	display: block;
	margin: auto;
    padding: 1
}

/* 
--------------------------------
--------------------------------*/


body {
min-height: 100vh;
display: flex;
flex-direction: column;
}

main{
    display: flex;
    flex-direction: column;
        flex-grow: 1em;
}

#logoheader{
    width: 4em;
    display: block;
}

header {
    padding: 2.6em;
    height: 3.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    
}

header nav ul {
    display: flex;
    justify-content: flex-end;
    list-style: none;
}

header nav ul li a {
    text-decoration: none;
    font-size: 0.9em;
    font-weight: 400;
    color: white;
    margin-left: 1.5em;
}
ul {
    list-style: none;
	margin: auto;
	padding: 0;
}

a {
text-decoration: none;
}

footer {
    padding: 5%;
    background-color: #ccffff;
}

footer p {
    color: #000000;
    font-size: 0.7em;
    line-height: 1.5em;
}



/* TEXTOS
--------------------------------
--------------------------------*/

h1{
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
    font-weight: 700;
	font-size: 1em;
	color:#FFFFFF;
  
}

h2{
	font-family: 'Montserrat', sans-serif;
    font-weight: 700;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	line-height: 1em;
	margin: 0 auto;
	color:#FFFFFF;
}

h3{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
	font-size: 0.8em;
	line-height: 1em;
	margin: 0 auto;
    padding: 10px 0;
	color:#FFFFFF;
	text-transform: uppercase;
}

h4{
	font-family: 'Montserrat', sans-serif;
    font-weight: 600;
	font-size: 1.1em;
	line-height: 1em;
	margin: 0 auto;
    color:#FFFFFF;
    text-align: left;
    display: flex;
    justify-content: center;
    flex-grow: 1;
    
}

p {
	font-family: 'Montserrat', sans-serif;
    font-weight: 300;
	font-size: 0.8em;
	margin: auto;
    padding: 5px 0;
	color:#FFFFFF;
    display: flex;
    text-align: left;
    justify-content: flex-start;
    align-content: stretch;
    position:relative;

}
/* menu principal 
--------------------------------
--------------------------------*/

.menuprincipal{
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: space-around;
	}

.menuprincipal img{
	width: 4em;
}
.menuprincipal img.sig{
	width: 4em;
}

.menuprincipal a{
	flex-grow: 1;
}

.centros{
	flex-grow: 1;
	display: flex;
	align-items: center;
	align-content: center;
	background-color: #ff0d0d;
	height: 7em;
	padding: 10px;
	text-shadow: 0px 0px 50px rgba(255, 255, 4255, 0.2);
}
.centros:hover{
	background-color: #ff4c4c;
}

#mapa img{
    display: flex;
	margin: auto;
    min-width: 100%;
    background-color: #fdf04c;
      }
.mision{
	flex-grow: 1;
	display: flex;
	align-items: center;
	align-content: center;
	background-color: #60d66a;
	height: 7em;
	padding: 10px;
	text-shadow: 0px 0px 50px rgba(255, 255, 4255, 0.2);
}
.mision:hover{
	background-color: #80de88;
}

.galeria{
	flex-grow: 1;
	display: flex;
	align-items: center;
	align-content: center;
	background-color: #ff6633;
	height: 7em;
	text-shadow: 0px 0px 50px rgba(255, 255, 4255, 0.2);
	padding: 10px;	
}
.galeria:hover{
	background-color: #f3916d;
}

.reciclar{
	flex-grow: 1;
	display: flex;
	align-items: center;
	align-content: center;
	background-color: #6666ff;
	height: 7em;
	text-shadow: 0px 0px 50px rgba(255, 255, 4255, 0.2);
	padding: 10px;	
}
.reciclar:hover{
	background-color: #338585;
}
.gral .titulos {
    flex-grow: 1;
	display: flex;
	align-items: center;
	align-content: center;
	margin-bottom: 0.3em;
}
.gral h3 {
	display: contents;
 
}
.gral p {
    font-size: 0.9em;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 1em;
}

.plan {
    padding: 10px;
	padding-top: 5%;
	padding-bottom: 5%;
	padding-left: 5%;
	padding-right: 5%;
}
.tituloseccion{	
}
/* PERFIL
--------------------------------
--------------------------------*/
.reciclado{
	flex-grow: 1;
	display: flex;
	align-items: center;
	align-content: center;
	background-color: #60d66a;
	height: 4em;
	text-shadow: 0px 0px 50px rgba(255, 255, 4255, 0.2);
	padding: 10px;
}
.reciclado:hover{
	background-color: #80de88;
}

.premios{
	flex-grow: 1;
	display: flex;
	align-items: center;
	align-content: center;
	background-color: #ff6633;
	height: 4em;
	text-shadow: 0px 0px 50px rgba(255, 255, 4255, 0.2);
	padding: 10px;	
}
.premios:hover{
	background-color: #f3916d;
}

.transporte{
	justify-content: space-between;
	flex-grow: 1;
	display: flex;
	align-items: center;
	align-content: center;
	background-color: #0099ff;
	height: 4em;
	text-shadow: 0px 0px 50px rgba(255, 255, 4255, 0.2);
	padding: 10px;
}
.transporte:hover{
	background-color: #33adff;
}

.movimientos{
	flex-grow: 1;
	display: flex;
	align-items: center;
	align-content: center;
	background-color: #006666;
	height:4em;
	text-shadow: 0px 0px 50px rgba(255, 255, 4255, 0.2);
	padding: 10px;
}
.movimientos:hover{
	background-color: #338585;
}

/* articulo
--------------------------------
--------------------------------*/

article{
   	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	background-color: #60d66a;
	text-shadow: 0px 0px 50px rgba(255, 255, 4255, 0.2);
    flex-direction: column
}
/* aside
--------------------------------
--------------------------------*/
aside{	
    background-color: rgb(10, 255, 0);
    display: flex;
	justify-content: space-around;
	text-shadow: 0px 0px 50px rgba(255, 255, 4255, 0.2);
	padding:10px;
    position: sticky;    
    bottom: 0;
    width: 100%;
    z-index: 99;
	text-align: center;
	margin: 0 auto;
	padding-top: 1em;
	padding-bottom: 1em;	
}

.entrar{
}
.entrar:hover{
	color: #338585;
}
.registrate{
    
}

.registrate:hover{
	color: #338585;
}

/* FONTS
--------------------------------
--------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,300,400,600,700,900');
