
/*
#ED3237; color rojo
#000070 color azul
*/
	 
#footer
{
	background-color: #034f84;
	 padding: 40px 0;
    color: white;

}


#footer li{
     font-family: "footer2"; 
    text-align: left;
    color: white;
}

#footer li:hover,a{
color: #000070;
font-weight: bold;
font-size: 16px; 
	
}

#footerp /*fondo footer  */
{
	background-color: #ED3237;
	 padding: 10px 0;

}
#derechos{
    text-align: center;
    color: white;
}


#footer {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}
#footer a {
  color:white;
}
#footer a:hover {
  color: #fff;
}
#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer ul > li {
  display: inline-block;
  margin-left: 15px;
}


@font-face {
    font-family:footer2;
    src: url(../fonts/Chunkfive.ttf);
    font-weight: bold;
}

