@charset "utf-8";
/* CSS Document */
::selection {
background: #10d9e5;
color:#000;
}
::-moz-selection {
background:#10d9e5;
color:#000;
}
::-webkit-selection {
background: #10d9e5;
color:#000;
} 
body, html {
	margin: 0;
	padding: 0;
	font-family: "Lato", Verdana Sans-serif;
	font-size: 16px;
	font-weight: 400;
	background: #ebebeb url(goma.png);
	color: #333;
}
img {
	max-width: 100%;
	border: 0;
}
p {
	margin: 10px 24px;
}
.clear {
	clear: both;
}
.clear2 {
	display: none;
	clear: both;
}
.encabezado {
	text-align: center;
	width: 100%;
	background: #fff;
	padding: 18px 0;
}
.anima {
	width: 100%;
	height: 300px;
	text-align: center;
	background: #1f87bf url(goma3.png) center;
	overflow: hidden;
}
@keyframes fabricante {
0%   {background:url(001.jpg) center no-repeat; background-size: cover} 
22%  {background:url(001.jpg) center no-repeat; background-size: cover} 
25%  {background:url(002.jpg) center no-repeat; background-size: cover} 
47%  {background:url(002.jpg) center no-repeat; background-size: cover} 
50%  {background:url(003.jpg) center no-repeat; background-size: cover} 
72%  {background:url(003.jpg) center no-repeat; background-size: cover} 
75%  {background:url(004.jpg) center no-repeat; background-size: cover} 
97%  {background:url(004.jpg) center no-repeat; background-size: cover} 
100% {background:url(001.jpg) center no-repeat; background-size: cover} 
}
@-webkit-keyframes fabricante {
0%   {background:url(001.jpg) center no-repeat; background-size: cover} 
22%  {background:url(001.jpg) center no-repeat; background-size: cover} 
25%  {background:url(002.jpg) center no-repeat; background-size: cover} 
47%  {background:url(002.jpg) center no-repeat; background-size: cover} 
50%  {background:url(003.jpg) center no-repeat; background-size: cover} 
72%  {background:url(003.jpg) center no-repeat; background-size: cover} 
75%  {background:url(004.jpg) center no-repeat; background-size: cover} 
97%  {background:url(004.jpg) center no-repeat; background-size: cover} 
100% {background:url(001.jpg) center no-repeat; background-size: cover} 
}
.cambiofotos {
	width: 90%;
	height: 300px;
	max-width: 1100px;
	margin: 0 auto;
	animation: fabricante 18s infinite;
	-webkit-animation: fabricante 18s infinite;
	background: #545454 url(001.jpg) center;
	background-size: cover;
}
.cuerpo {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	text-align: center;
	margin-top: 38px;
	background: #fff;
	padding-bottom: 50px;
}
.lineabotonera {
	width: 100%;
	background: #313339;
	height: 38px;
	position: absolute;
}
.botonera {
	width: 90%;
	max-width: 1100px;
	height: 37px;
	margin: 0 auto;
	border-bottom: 1px solid #313339;
}
.boton, .boton2 {
	width: 25%;
	height: 20px;
	float: left;
	color: #fff;
	padding: 9px 0;
	text-align: center;
	font-weight: 700;
	background: #313339;
	overflow: hidden;
	box-shadow: 0px 0px 6px #000 inset;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.boton:hover {
	background: #666;
	box-shadow: 0px 0px 6px #333 inset;
}
.boton2:hover {
	height: 169px;
	background: #666;
	box-shadow: 0px 0px 6px #333 inset;
}
.boton3 {
	width: 100%;
	margin-top: 9px;
	padding: 9px 0;
}
.boton3:hover {
	background: #333;
}
.separacion {
	width: 80%;
	height: 1px;
	background: #000;
	margin: 0 auto;
	margin-top: 11px;
}
.botonera a:link, .botonera a:visited, .botonera a:hover {
	color: inherit;
	text-decoration: none;
}
.botonera a:hover {
	color: #09F;
}
h1 {
	margin-top: 60px;
}
.telefono {
	width: 100%;
	color: #b4b4b4;
	font-size: 16px;
	text-align: center;
}
.pie {
	width: 100%;
	background: #313339;
	color: #fff;
	text-align: center;
}
.pie a:link, .pie a:visited {
	color: #09F;
	text-decoration: none;
}
.pie a:hover {
	color: #9DF;
	text-decoration: none;
}
.foto {
	width: 25%;
	float: left;
	text-align: center;
	margin-bottom: 25px;
	font-style: italic;
	color: #bbb;
}
.foto img {
	border: 5px solid #313339;
}
.formulario {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
.caucho {
	width: 60%;
	font-size: 16px;
	background: #dadada;
	border: 0;
	margin: 6px 0;
	font-family: "Lato", Verdana Sans-serif;
	padding: 8px;
	border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.enviar {
	width: 60%;
	max-width: 300px;
	background: #1f87bf;
	color: #fff;
	box-shadow: 2px 2px 2px #222;
	border: 0;
	padding: 8px;
	font-size: 20px;
	font-family: "Lato", Verdana Sans-serif;
	border-radius: 2px;
	-o-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.enviar:hover {
	background: #3e5770;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
@media only screen and (max-width: 1000px) {
.foto img {
	width: 80%;
}
}
@media only screen and (max-width: 680px) {
.cambiofotos {
	width: 100%;
}
.botonera {
	width: 100%;
}
.cuerpo {
	width: 100%;
}
.clear2 {
	display: block;
}
.foto {
	width: 50%;
}
}
@media only screen and (max-width: 480px) {
.foto {
	width: 100%;
	float: none;
}
.cuerpo {
	margin-top: 64px;
}
.boton, .boton2 {
	width: 50%;
}
}