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;
	
}


input, textarea, select {

    font: 12px Arial, Helvetica, sans-serif;
	
}

button {

	margin: 0;
	
	cursor: pointer;
	
}

body {

	background: #1782b7 url(../images/bg.png) center top repeat-y;
	
	margin: 0 0 20px 0;

    font: 12px Arial, Helvetica, sans-serif;

}


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

div#container {

	position: relative;
	
	width: 650px;
	
	margin: 0 auto;
	
}


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

div#header {

	position: relative;
	
	margin: 0 0 15px 0;
	
}


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

div#content {

	position: relative;
	
	background: #1782b7 url(../images/bg-top.gif) no-repeat;
	
	width: 585px;
	
	height: 1%;
	
	margin: 0 auto;
	
	padding: 32px 0 0 0;
	
}

div#content .bottom {

	position: relative;
	
	background: url(../images/bg-bottom.gif) left bottom no-repeat;
	
	height: 1%;
	
	padding: 0 0 32px 0;
	
}





form {
	
	width: 519px;

	margin: 0 auto;
	
}

form h3 {
	
	background: url(../images/datos-de-contacto.gif) no-repeat;
	
	height: 19px;
	
	margin: 0 0 5px 4px;
	
	text-indent: -999em;
	
	overflow: hidden;

}

form .input,
form .radio {
	
	position: relative;
	
	background: url(../images/input-bg.png) no-repeat;
	
	width: 519px;
	
	height: 65px;
	
	padding: 2px 0 0 0;
	
}

form .radio {
	
	background: url(../images/radio-bg.png) no-repeat;
	
}

form label {

	display: block;
	
	background: url(../images/labels.gif) no-repeat;
	
	width: 250px;
	
	height: 28px;
	
	margin: 0 0 2px 13px;
	
	text-indent: -999em;
	
	overflow: hidden;
	
}

form .apellido label {
	
	background-position: left -28px;
	
}

form .profesion label {
	
	background-position: left -56px;
	
}

form .localidad label {
	
	background-position: left -84px;
	
}

form .telefono label {
	
	background-position: left -112px;
	
}

form .email label {
	
	background-position: left -140px;
	
}

form .input input {
	
	display: block;
	
	background: none;
	
	width: 474px;
	
	margin: 0 0 0 18px;
	
	font-size: 15px;
	
	border: none;

}

form .radio span {
	
	display: block;
	
	float: left;
	
	margin: 0 3px 0 18px;
	
	font-size: 13px;
	
}


.acciones {
	
	width: 209px;
	
	height: 29px;
	
	margin: 0 auto;
	
	padding: 30px 0 0 0;
	
}

.acciones a,
.acciones button {
	
	display: block;
	
	float: left;
	
	background: url(../images/botones.gif) no-repeat;
	
	width: 85px;
	
	height: 29px;
	
	text-indent: -999em;
	
	overflow: hidden;
	
	border: none;
	
}

.acciones a {
	
	float: right;
	
	background-position: right top;
	
}

.accionesgracias {
	
	width: auto;
	
}

.accionesgracias a {
	
	float: none;
	
	background: url(../images/salir.gif) no-repeat;
	
	margin: 0 auto;
	
}





/*-------------
GRACIAS
-------------------------------------------------------------------------------------------------------------------*/

#gracias {

}

#gracias p {

	margin: 10px 0;
	
	text-align: center;
	
}

#gracias p.evento {
	
	margin: 20px 100px;

	font-size: 18px;

	color: #fff;
		
}










/*-------------
IMPRIMIR
-------------------------------------------------------------------------------------------------------------------*/

p.informacion {

	font-size: 16px;

	margin: 20px 80px;

	text-align: center;
	
}

p.imprimir {

	margin: 0 auto 20px auto;
	
	text-align: center;
	
}


.hide {
	
	display: none;
	
}









/*-------------
FUERA DE FECHA
-------------------------------------------------------------------------------------------------------------------*/

#fuera-de-fecha {

	background: #fff;

	padding: 10px;
	
	border: 1px solid #000;
	
}

#fuera-de-fecha p {

	margin: 10px 50px;
	
	text-align: center;
	
	font-size: 14px;
	
	line-height: 150%;
	
}

#fuera-de-fecha strong.evento {

	display: block;
	
	margin: 10px 0;

	font-size: 18px;
	
	color: #60a926;
	
}

