@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'BebasRegular';
    src: url('fonts/BEBAS___-webfont.eot');
    src: url('fonts/BEBAS___-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BEBAS___-webfont.woff') format('woff'),
         url('fonts/BEBAS___-webfont.ttf') format('truetype'),
         url('fonts/BEBAS___-webfont.svg#BebasRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	font-size:100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#3a3a3a;
}

.body {
	width:576px;
	margin:0 auto;
	display:block;
}

h1 {
	width:498px;
	height:50px;
	background:url(images/h1-bg.jpg);
	color:#fff;
	font-family:Verdana;
	padding:17px 0px 0px 60px;
	letter-spacing:1px;
	font-size:2.0em;
	margin:0 auto;
}

form {
	width:459px;
	margin:0 auto;
}

label {
        width:459px;
	display:block;
	margin-top:20px;
	letter-spacing:2px;
}

input[type="email"],input[type="usando"],input[type="telefono"], textarea {
        width:459px;
	background:#fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #dedede;
	padding:10px;
	margin-top:3px;
	font-size:0.9em;
	color:#3a3a3a;
}
  body {
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.5;
  background: #eee;
}

 textarea:focus {
		border:1px solid #97d6eb;
	}

textarea {
        width:459px;
	height:213px;
	font-family:Arial, Helvetica, sans-serif;
	background:url(images/txt_bkg.png) right no-repeat #efefef;
}

#submit {
	background:url(images/enviar.png);
	width:127px;
	height:38px;
	text-indent:-9999px;
	border:none;
	margin-top:20px;
	cursor:pointer;
}

	#submit:hover {
		opacity:0.9;
	}
        #email {
        width:200px;
        }
footer a img {
	border:none;
	float:right;
	margin:0px 59px 40px 0px;
}