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

html,body,div,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,
a,abbr,acronym,address,big,cite,
del,dfn,font,img,ins,kbd,q,s,samp,
small,strike,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol,ul {
	list-style: none;
}
q:before,q:after,
blockquote:before,blockquote:after {
	content: "";
}

body {
	background: #0ca4d6;
	color: #fff;
	font-family: Arial;
	background-image: url(../fondo.png);
	background-repeat: no-repeat;
}

#container {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding: 50px 20px 50px 20px;
}

h1 {
	font-size: 30px;
	text-align: center;
	padding: 0 0 20px 0;
}

#form_holder {
	width: 600px;
	margin: 0 auto;
	position: relative;
}

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

label {
	display: block;
	padding: 5px 5px 0 5px;
}

textarea {
	width: 300px;
	height: 100px;
	font-family: Arial, sans-serif;
	padding: 3px;
}

#textarea {
	position: absolute;
	top: 0;
	right: 0;
}

#submit {
	margin: 60px 0 20px 0;
	width: 100px;
	height: 30px;
}

p.center {
	text-align: center;
	margin: 0 0 20px 0;
}

p {
	margin: 0 0 20px 0;
	text-align: center;
}

input {
	width: 200px;
	height: 20px;
	padding: 2px;
}

code {
	font-size: 16px;
}

a, a:link, a:visited { color: #fff; }