@charset "utf-8";
/* CSS Document */

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* -------------------------------------------------------------- */

body {
	background: #0c2762;
	margin-top: 7px;
	text-align: center;
}

#contenedor {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 62px;
	clear: none;
	display: inline;
	margin-right: 300px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color:#37b0e9;
	font-size: 22px;
	padding-bottom: 10px;
}
p {
	font-size: 15px;
	line-height: 135%;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-bottom: 15px;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #999999;
}

/* - FORMULARIO - */

    form#formulario {float: left; margin: 0; padding: 0; display: inline; width: 400px; }
form#formulario div {float: left; margin: 0; padding: 0; display: inline; }
form#formulario p {float: left; margin: 0; padding: 0 0 15px 0; display: inline; }
form#formulario label {float: left; margin: 0; padding: 15px 0 5px 0; display: inline; overflow: hidden; color:#FFF; clear: both; width: 400px; }
form#formulario input {float: left; margin: 0; padding: 0; display: inline; }
form#formulario select {float: left; margin: 0; padding: 0; display: inline; }
form#formulario #nombre {clear: both; width: 400px; }
form#formulario #nombre label {clear: both; width: 400px; }
form#formulario #nombre input {clear: both; width: 396px; }
form#formulario #apellidos {clear: both; width: 400px; }
form#formulario #apellidos label {clear: both; width: 400px; }
form#formulario #apellidos input {clear: both; width: 396px; }
form#formulario #email {clear: both; width: 400px; }
form#formulario #email label {clear: both; width: 400px; }
form#formulario #email input {clear: both; width: 396px; }
form#formulario #enviar {clear: both; width: 150px; margin-top: 20px; }
form#formulario # input {clear: both; width: 400px; }
form#formulario .error { padding: 1%; color: #FF0000; }   

/* - FLASH - */

.flash {
	border: 2px #FFFFFF solid;
}