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

	margin: 0;

	padding: 0;

    border: none;

	font-size: 1em;

}

hr {

	display: none;
	
}


input, textarea, select {

	margin: 0;

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

button {

	margin: 0;
	
	cursor: pointer;
	
}

body {



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





/*--------------------------------------------------------------------------------------------------------------------
	Container
--------------------------------------------------------------------------------------------------------------------*/

div#container {
	
	background: url(../images/bg.jpg) repeat-y;

	width: 750px;
	
	margin: auto;
	
}






/*--------------------------------------------------------------------------------------------------------------------
	Content
--------------------------------------------------------------------------------------------------------------------*/

div#main-content {

	background: url(../images/1.jpg) no-repeat;
	
	margin: 0 auto;
	
	padding: 270px 0 0 0;
	
}

div#main-content p {
	
	width: 560px;

	margin: 0 0 15px 95px;
	
//	margin: 0 0 15px 0;
		
}

div#content form {
	
	display: none;

}


div#content p.button {
	
	margin: 40px 0 0 95px;

//	margin: 40px 0 0 0;
	
}

div#content p.button a {

	display: block;
	
	background: url(../images/button.gif) no-repeat;
	
	width: 173px;
	
	height: 51px;
	
	margin: 0 auto;
	
	font-weight: bold;
	
	font-size: 17px;
	
	color: #fff;
	
	text-align: center;

	text-decoration: none;
	
	border: none;
	
	cursor: pointer;
	
	line-height: 51px;
	
}





div#gracias {
	
	display: none;

}






div#fuera-de-termino {
	
	padding: 60px 0;
	
	font-size: 16px;
	
	text-align: center;

}

div#fuera-de-termino .evento {
	
	display: block;

	margin: 15px 0;

	font-size: 20px;
	
	font-weight: normal;

	color: #404563;
	
}





div#fuera-de-termino-imprimir {
	
	display: none;

}

