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

@import url(https://fonts.googleapis.com/css?family=Amatic+SC);

*{margin: 0; padding: 0;}
.contenedor {width: 1100px;	
            margin: 0 auto;}

/*HEADER*/
header {
	padding:8px 0;
	width:100%;
	float:left;
	box-sizing:border-box;
	}

.redes-sociales {position: relative; float:right; padding-top:0;}


header {width: 100%;
    background: #ffffff;
    position: relative;
    float: left;
    box-sizing: border-box;
    padding-bottom: 2%;
    padding-top: 4%;}
   
/*NAV*/
nav {width: 100%;
    box-sizing: border-box;
    font-family: 'Amatic SC', cursive;
    font-weight: 300;
    font-size: 36px;
  
    }

	
nav ul {list-style-type:none;}

nav ul li {float: left;}

nav ul li a {font-family: 'Amatic SC', cursive;
            color: #FFF;
            background: #2c79f4;
            margin: 4px; 
    padding: 1px 12px;
    text-transform:uppercase;
	text-decoration:none;
    padding: 10px 15px;
}
nav .menu  {
	float:left;
	color:#fff;
	font-size: 43px;
	padding:30px 18px;
	text-transform:uppercase;
	text-decoration:none;
	}
nav a.menu:hover  {
	float:left;
	color:#fff;
	font-size:43px;;
	text-transform:uppercase;
	text-decoration:none;
	background:#524FA0;
	}


    

/*portada*/

.uno {width: 100%;
       margin-bottom: 0;
padding: 0px;
}
			
.contenedor2 {
    max-width: 100%;
    max-height: 100%;
float: left;}



/*Art 1, 2 y 3*/

.art1 { width: 340px;
    height: 285px;
position: relative;
float: left;
margin-left: 24px;
margin-right: 24px;
    color: #524FA0;
}
.contenedor3 {font-family: 'Lato';
    padding-top: 15px;
    font-size: 15px;
}


.art2 {width: 322px;
    height: 285px;
    position: relative;
    float: left;
    margin-right: 24px;
   margin-top: 10px;
    background: #2C79F4;
    color: #fff;
}
.contenedor4 {font-family: 'Lato';
    font-size: 14px;
}

.participa {font-family: 'Amatic SC', cursive;
font-size: 60px;
text-align: center;
    background: #524FA0;
    width: 322px;
    margin-top: 20px;
}


.textoart2 {padding-left: 12px;
padding-right: 12px;
padding-top: 5px;}

.infoart2 {padding-left: 8px;
    padding-top: 10px;
}


.art3 {width: 250px;
    height: 285px;
    position: relative;
    float: left;   
    padding-top: 15px;
    padding-left: 15px;
    color: #524FA0;
   }
.contenedor5 {font-family: 'Lato';}

.tics {position: relative;
    float: right;

}


/*aside*/

aside {padding-left: 35px;
padding-top: 100px;
position: relative;
float: left;}



/*Art 4 y 5*/

.art4 { 
      width: 687px;
    height: 272px;
position: relative;
float: left;
margin-left: 24px;
    color: #524FA0;

}
.contenedor6 {font-family: 'Lato';
    padding-top: 35px;
    padding-right: 15px;
    font-size: 15px;
}



.art5 { width: 340px;
    height: 272px;
position: relative;
float: left;
margin-left: 24px;
    padding-bottom: 24px;
    color: #524FA0;

}

.fotoart5 {padding-bottom: 10px;}



.contenedor7 {font-family: 'Lato';
    padding-top: 35px;
    font-size: 15px;
}

.info2 {float: right;
}

h1{font-size: 22px;}


/*info icon*/

.info {padding-top: 10px;
}




footer {width: 100%;
        background: #DE3B54;
        min-height: 15px;
        margin-top: 5%;
		padding-top: 1%;
        font-family: 'Lato', sans-serif; 100;
        color: azure;
        text-align: center;
		font-size: 12px;
}
.footer {padding-bottom: 15px;
margin-bottom: 25px;}



    

.clear {clear: both;}