* {
	margin: 0px;
	padding: 0px;
}

header, section, footer, aside, nav, article, figure, figcaption, hgroup {
	display: block;
}

body {
	text-align: center;
	font-family: 'Telex', sans-serif;
	background-image: url(../images/fondo.jpg);
	background-attachment: fixed;
/*	background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;*/
}

form {
	width: 400px;
	margin: auto;
	padding: 10px 25px;
	box-sizing: border-box;
	margin-top: 20px;
	border-radius: 7px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cc081f+1,f27e4d+24,d13c0a+51,f27e4d+79,cc081f+100 */
background: #cc081f; /* Old browsers */
background: -moz-linear-gradient(top, #cc081f 1%, #f27e4d 24%, #d13c0a 51%, #f27e4d 79%, #cc081f 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #cc081f 1%,#f27e4d 24%,#d13c0a 51%,#f27e4d 79%,#cc081f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #cc081f 1%,#f27e4d 24%,#d13c0a 51%,#f27e4d 79%,#cc081f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc081f', endColorstr='#cc081f',GradientType=0 ); /* IE6-9 */
	
	/*
	background: -moz-linear-gradient(-45deg,  rgba(30,87,153,0) 0%, rgba(30,87,153,0.8) 15%, rgba(30,87,153,1) 19%, rgba(30,87,153,1) 20%, rgba(41,137,216,1) 50%, rgba(30,87,153,1) 80%, rgba(30,87,153,1) 81%, rgba(30,87,153,0.8) 85%, rgba(30,87,153,0) 100%); /* FF3.6-15 */
	/*background: -webkit-linear-gradient(-45deg,  rgba(30,87,153,0) 0%,rgba(30,87,153,0.8) 15%,rgba(30,87,153,1) 19%,rgba(30,87,153,1) 20%,rgba(41,137,216,1) 50%,rgba(30,87,153,1) 80%,rgba(30,87,153,1) 81%,rgba(30,87,153,0.8) 85%,rgba(30,87,153,0) 100%); /* Chrome10-25,Safari5.1-6 */
	/*background: linear-gradient(135deg,  rgba(30,87,153,0) 0%,rgba(30,87,153,0.8) 15%,rgba(30,87,153,1) 19%,rgba(30,87,153,1) 20%,rgba(41,137,216,1) 50%,rgba(30,87,153,1) 80%,rgba(30,87,153,1) 81%,rgba(30,87,153,0.8) 85%,rgba(30,87,153,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#001e5799',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

form h1 {
	color: #FFF;
	font-size: 40px;
	margin-bottom: 20px;
}

input, textarea {
	width: 100%;
	margin-bottom: 12px;
	padding: 7px;
	box-sizing: border-box;
	font-size: 17px;
	border: none;
	background-color: #e4f6fe;
}

textarea {
	min-height: 130px;
	max-height: 200px;
	max-width: 100%;
}

#main {
	width: 1024px;
	margin: 15px auto;
	text-align: justify;
	border-radius: 10px;
	-o-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#cabecera {
	background-color: #00FBFF;
	color: #0A083C;
	padding: 10px;
	border-radius: 10px;
	-o-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	height: 200px;
	border: 3px solid #035A1D;
}

#logo {
	width: 280px;
	float: right;
	position: relative;
	text-align: center;
}

#logo h2 {
	margin-bottom: 10px;
}

#banner { 
	width: 718px; 
	height: 200px; 
	background-image: url(../images/city3.png);
	overflow: hidden;
	position: absolute;
	border-radius: 10px;
	-o-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#move { 
	position: relative; 
	width: 1436px; 
	height: 200px; 
}

@keyframes micoche { 
     from { left: 0px; }
     to { left: -718px; }   
}
@-webkit-keyframes micoche { 
     from { left: 0px; }
     to { left: -718px; }   
}

#move {
    animation-name: micoche;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
		
    -webkit-animation-name: micoche;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;	
    }

#menu {
	clear: both;
	background-color: #FF0000;
	width: 150px;
	height: 1240px;
	float: right;
	margin: 5px;
	border-radius: 10px;
	-o-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 4px solid #B43104;
}

#menu li {
	display: block;
	text-decoration: none;
	padding: 10px 20px;
	list-style: none;
}

#menu li ul {
	display:none;
	position:absolute;
	background-color: #FF4000;
	border-radius: 10px;
	-o-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#menu li:hover > ul {
	display:block;
	margin-left: -240px;
}

#menu li ul li {
	position:relative;
}

#menu a:link, a:visited {
	text-decoration:none;
	color: #FFF;
}

#active {
	background-color: #ffcc33;
	font-weight: bold;
	border-radius: 10px;
	-o-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#active a {
	color: #FF8000;
}

#cuerpo {
	padding: 20px;
	padding-bottom: 100px;
	float: left;
	width: 798px;
	/*height: 1200px;*/
	margin: 5px;
	background-color: #58D68D;
	border-radius: 10px;
	-o-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-align: justify;
	border: 4px solid #035A1D;
}

#cuerpo h1 {
	color: #06A219;
	text-align: center;
	font-size: 30px;
}

#cuerpo h3 {
	color: #06A219;
	text-align: center;
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 30px;
}

#movie {
	margin-top: 20px;
	text-align: center;
}

#bhueco {
	text-align: center;
}

#bhueco caption {
	padding: 10px 50px;
	color: #06A219;
	font-size: 25px;
	text-transform: uppercase;
}

#bhueco th {
	padding: 10px 50px;
}

#bhueco td {
	padding: 10px 50px;
}

#colors {
	margin: 40px auto;
}

#clientes {
	text-align: center;
}

#customer {
	margin-top: 20px;
}

#customer li {
	padding-left: 200px;
	padding-top: 10px;
	text-decoration: none;
	list-style: none;
	font-weight: bold;
}

#direction {
	text-align: center;
	margin: 20px auto;
}

#contacto h1 {
	color: #FFF;
}

#boton {
	width: 150px;
	border: 3px solid #FE642E;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}

#thanks {
	margin-top: 100px;
	margin-bottom: 40px;
	text-align: center;
	font-size: 25px;
	font-weight: bolder;
}

#thanks h1 {
	margin-bottom: 40px;
}

#pie {
	clear: both;
	width: 996px;
	padding: 10px;
	float: left;
	margin-top: 5px;
	background-color: #58D68D;
	border-radius: 10px;
	-o-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 4px solid #035A1D;
	text-decoration: none;
}

#pie a {
	text-decoration: none;
	color: #000;
}

.capitalLetter {
   font-size:80px;
   margin-right: 5px;
   line-height:0px;
}

.map {
	margin-top: 20px;
}

.btn_whatsapp {
	position: fixed;
	bottom: 30px;
	left: 30px;
	border-radius: 10px;
	-o-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	z-index: 9999;
}

a:link {
	text-decoration: none;
	color: #FA5858;
}

a:hover {
	color: red;
	text-decoration: none;
	font-weight: bolder;
}