body { font-family: 'Roboto', sans-serif; background: #105e8f; }
img { max-width: 100%; height: auto;}
h1 { text-align: center; color: white; font-size: 30px; font-weight: 300; margin: 30px 0px; }

.contenedor { max-width:1200px; margin: 0px auto; }
.placa { text-align: center; padding: 100px 10% 40px 10%; }
.logo { text-align: center; }
.contacto { text-align: center; }

h3 { color: #87d1f3; font-size: 25px; font-weight: 300; text-align: center; padding: 5px 10px; border: 2px solid #87d1f3; display: inline-block; }
ul { margin-top: 20px; }
.contacto a { display: block; color: white; font-size: 18px; text-decoration: none; font-weight:100; margin-bottom:8px; }
.contacto a:hover { color: #87d1f3; }
.red a:hover { color: white; }
.fa-facebook-f { margin-top: 20px; color:#87d1f3; font-size: 18px; padding: 10px; width: 18px; height: 18px; line-height: 18px; border: 2px solid #87d1f3; border-radius: 100%; text-align: center;  }


@media screen and (max-width: 450px){
	.placa { text-align: center; padding: 60px 10% 40px 10%; }
	h1 { font-size: 25px; }
}