body {
    font-family: "Trebuchet MS","Arial","Verdana",sans-serif;
    background: #000 url('img/background.jpg') fixed repeat;
    height: 100%;
}
* html body {
    height: auto;
}
div#wrapper {
    background: #666 url('img/blurbackground.jpg') fixed repeat;
    border: 1px solid #000;
    margin: 5% auto;
    max-width: 800px;
}
* html div#wrapper {
    margin: auto;
    width: 90%;
}
div#border {
    border: 1px solid #fff;
    padding: 15px;
}
div#content {
    background: #fff;
    min-height: 450px;
    max-height: 450px;
    max-width: 800px;
    overflow: auto;
}
* html div#content {
    height: 450px;
    padding: 20px;
}
p.c {
    text-align: center;
}
p.ok {
    color: red;
    font-weight: bold;
    text-align: center;
    line-height: 15em;
    font-size: 15pt;
}
div#homebox {
    background: url('img/home-box.png') no-repeat;
    width: 412px;
    height: 125px;
    margin: 0px auto;
    padding-left: 175px;
}
div#homebox a {
    text-decoration: none;
    color: #000;
    font-size: 22pt;
    font-style: italic;
    line-height: 32px;
    padding-top: 10px;
    display: block;
}
div#homebox a:hover {
    color: red;
}
div#homebox span {
    font-size: 32pt;
}
h2, h3 {
    margin: 20px;
}
h2.end {
	color: red;
	text-align: center;
	margin: 20px 0px 0px 0px;
}
p.end {
	text-align: center;
	margin: 0px;
	padding-bottom: 30px;
}
#result {
    text-align: center;
}
ol {
    margin: 10px 20px;
    text-align: justify;
}
ol li {
    margin: 20px 0px;
}
ul.fotos {
    list-style: none !important;
    margin: 0px;
    padding: 0px;
}
ul.fotos li {
    text-align: center;
    margin: 30px 0px;
    padding: 0px;
}
#result {
    position: relative;
}
#fotos {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 200px;
}
#fotos img {
    border: 0px;
    float: left;
    margin-top: -10px;
}
#fotos a {
    text-decoration: none;
    color: red;
}
p {
    margin: 20px;
}
a.btpartp {
    background: url('img/bt-participar.png') no-repeat;
    display: block;
    width: 236px;
    height: 123px;
    overflow: hidden;
    text-indent: -5000em;
    margin: 0px auto;
}
a.btpartp:hover {
    background: url('img/bt-participar.png') left -130px no-repeat;
}
form {
    padding: 20px;
    background: #f2f2f2;
}
form p {
    margin: auto !important;
}
form fieldset {
    width: 510px;
    margin-bottom: 20px;
}
form fieldset legend {
    font-weight: bold;
}
form input.txt, form textarea.txt {
    font-family: "Trebuchet MS","Arial",sans-serif;
    font-size: 18pt;
    width: 500px;
    padding: 2px;
}
form input.txts {
    font-size: 18pt;
    width: 243px;
    padding: 2px;
}
form input.txtc {
    font-size: 18pt;
    width: 350px;
    margin-bottom: 10px;
    padding: 2px;
}
form input.txt:focus, form input.txts:focus, form input.txtc:focus {
    border: 2px solid blue;
    padding: 2px;
}
form ol li {
    margin-bottom: 20px;
}
form select {
    font-size: 18pt;
}
form label.st {
    margin-left: 220px;
}
form p#opts input {
    margin-left: 40px;
}