body, div, h1, h2, h3, h4, h5, h6, hr, p, ul, li, strong, em, span, img, form, fieldset, label {

	margin: 0;

	padding: 0;

    border: none;

	font-size: 1em;

}

hr {

	display: none;
	
}

label {
	
	display: block;
	
	height: 19px;
	
	margin: 0 0 3px 0;
	
    /* hide from IE Mac \*/

    text-indent: -999em;

    overflow: hidden;

    /* end hide */

	
}


input, textarea, select {
	
	background: url(../images/input-bg.png) no-repeat;
	
	width: 232px;

	margin: 0;
	
	padding: 1px 3px;

    font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	
	color: #fff;
	
	border: none;
	
}

textarea {
	
	background: url(../images/textarea-bg.png) repeat-y;
	
	height: 70px;
	
	overflow: auto;
	
}

button {
	
	display: block;
	
	float: right;
	
	background: url(../images/button-enviar.gif) no-repeat;
	
	width: 48px;
	
	height: 17px;

	margin: 0;
	
	cursor: pointer;

    /* hide from IE Mac \*/

    text-indent: -999em;

    overflow: hidden;

    /* end hide */

	border: none;
	
}

html,
body {
	
	height: 100%;
	
}

body {
	
	background: #070707;

    font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	
	color: #797979;

}


/*#### CONTAINER ###########################################################################################################*/

div#container {
	
	display: none;

	position: relative;
	
	background: url(../images/bg.jpg) center center no-repeat;
	
	width: 788px;
	
	height: 100%;
	
	margin: auto;

}

div#container #loading {
	
	position: absolute;
	
}


/*#### HEADER ##############################################################################################################*/

div#header {
	
	display: none;

}


/*#### CONTENT #############################################################################################################*/

div#content {

	position: relative;
	
	width: 788px;

	height: 583px;

}

div#content form {
	
	position: absolute;
	
	bottom: 0;
	
	right: 84px;
	
	width: 232px;
	
	height: 258px;
	
}

div#content .errors {
	
	position: absolute;
	
	bottom: 0;
	
	right: 84px;
	
	width: 232px;
	
	font-size: 11px;
	
	color: red;
	
	text-align: right;
	
}

div#content form p {
	
	margin: 0 0 7px 0;
	
}

div#content form p.nombre label {
	
	background: url(../images/label-nombre.gif) no-repeat;
	
}

div#content form p.email label {
	
	background: url(../images/label-email.gif) no-repeat;
	
}

div#content form p.mensaje label {
	
	background: url(../images/label-mensaje.gif) no-repeat;
	
}

div#content form p.button img {
	
	display: none;
	
	margin: 1px 0 0 165px;
	
}


div#content .thanks h3 {
	
	margin: 30px 0 10px 0;
	
	font-size: 20px;
	
	font-weight: normal;
	
}

div#content .thanks p {
	
	margin: 0 0 10px 0;
	
}


	
	

/*#### FOOTER ##############################################################################################################*/

div#footer {

	position: relative;
	
}
