@import url(https://fonts.googleapis.com/css?family=Lato:400,300,600,700,400italic);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
	text-align: center;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 12px;
  line-height: 30px;
  color: #000000;
  background: #E9C322;
background: linear-gradient(315deg, #f5c500, #ffcd00);
background-size: 400% 400%;

-webkit-animation: AnimationName 23s ease infinite;
-moz-animation: AnimationName 23s ease infinite;
animation: AnimationName 23s ease infinite;

@-webkit-keyframes AnimationName {
    0%{background-position:45% 0%}
    50%{background-position:56% 100%}
    100%{background-position:45% 0%}
}
@-moz-keyframes AnimationName {
    0%{background-position:45% 0%}
    50%{background-position:56% 100%}
    100%{background-position:45% 0%}
}
@keyframes AnimationName { 
    0%{background-position:45% 0%}
    50%{background-position:56% 100%}
    100%{background-position:45% 0%}
}
}
.contenedor
	{
	background-image:  url("../images/fondocontacto2.png"); 
	position: relative;
	height: 800px;
	width: 1100px;
	margin: 30px auto auto auto;
}
#boton1 
	{
	text-align: center;
	position: absolute;
	height: 16px;
	width: 69px;
	top: 55px;
	left: 191px;
	
}
#boton2 {
	text-align: center;
	position: absolute;
	height: 16px;
	width: 157px;
	top: 55px;
	left: 295px;
}
#boton3 
	{
	text-align: center;
	position: absolute;
	height: 16px;
	width: 122px;
	top: 55px;
	left: 486px;
}
#boton4 {
	text-align: center;
	position: absolute;
	height: 16px;
	width: 119px;
	top: 55px;
	left: 641px;
}
#boton5 {
	text-align: center;
	position: absolute;
	height: 16px;
	width: 126px;
	top: 55px;
	left: 798px;
}
#red1 {
	position: absolute;
	height: 52px;
	width: 52px;
	top: 682px;
	left: 458px;
}
#red2 {
	position: absolute;
	height: 52px;
	width: 52px;
	top: 682px;
	left: 520px;
}
#red3 {
	position: absolute;
	height: 52px;
	width: 52px;
	top: 682px;
	left: 580px;
}
.container {	
  height: 100px;
  width: 450px;
  position: absolute;
  top: 165px;
  left: 303px;
  
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
  font: 700 12px/16px "Lato", Helvetica, Arial, sans-serif;
}

#contact {
  background: #F9F9F9;
  padding: 25px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

#contact h3 {
  display: block;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}

#contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
  font-weight: 700;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #000000;
  text-color: #ffffff;
  color: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}

#contact button[type="submit"]:hover {
  background: #434342;
  text-color: #000000;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright {
  text-align: center;
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

::-webkit-input-placeholder {
  color: #000000;
}

:-moz-placeholder {
  color: #000000;
}

::-moz-placeholder {
  color: #000000;
}

:-ms-input-placeholder {
  color: #000000;
}
a:link 
	{
		text-decoration:none; 
		color: black;
	}
a:visited 
	{
		color: black;
	}
a:hover 
	{
		color: #6E6E6E;
	}
h1{
	color:black;
	font-size:21px;
	align-self: center;
	text-align:justify;
	font-family: 'Roboto', sans-serif;
  }
.pie{
	font-family: 'Oswald', sans-serif;
	text-align: center;
}
#footer{position:absolute; width:1000px; height:10px; margin: auto; left: 0px; top:997px;}