@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.3em;
	background-color: #fff;
	margin: 0;
	padding: 0;
	color: #444;
	}
td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.3em;
	}
img {
	border: 0;
	}

/* TEXTO */
a {
	color: #54D0F4;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
.blue {
	color: #54D0F4;
	}
.green {
	color: #b0d75f;
	line-height: 1.5em;
	}
.bigbold {
	font-size: 15px;
	font-weight: bold;
	}
p {
	margin: 0.8em 0 0.8em 0;
	padding: 0;
	}
h1 {
	color: #54D0F4;
	font-size: 24px;
	margin: 0 0 1em 0;
	padding: 0;
	}
h3 {
	color: #b0d75f;
	font-size: 16px;
	margin: 2em 0 4px 0;
	padding: 0;
	}
h4 {
	color: #54D0F4;
	font-size: 14px;
	font-weight: bold;
	margin: 2px 0;
	padding: 0;
	}
h5 {
	color: #54D0F4;
	font-size: 13px;
	font-weight: bold;
	margin: 2em 0 0 0;
	padding: 0;
	}
h4.grey {
	color: #D0D0D0;
	font-size: 14px;
	font-weight: bold;
	margin: 2px 0;
	padding: 0;
	}
.break35 {
	clear: both;
	height: 35px;
	}

/* HEADER */
#header {
	width: 940px;
	padding: 0 10px;
	margin: 0 auto;
	}
#header .logo {
	float: left;
	width: 270px;
	}
#header .menu {
	width: 670px;
	float: right;
	padding: 30px 0 0 0;
	margin: 0;
	background-color: #54D0F4;
/*	border-bottom: 2px solid #7196A4; */
	}
#header .menu ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	color: #fff;
	font-size: 13px;
	line-height: 14px;
	}
#header .menu ul li {
	margin: 0 0 15px 25px;
	padding: 0;
	}
#header .menu ul li a {
	color: #fff;
	text-decoration: none;
	padding: 2px 4px;
	}
#header .menu ul li a:hover, #header .menu ul li a.hi {
	background-color: #fff;
	color: #54D0F4;
	}


/* INDEX BANNER */
#indexbanner {
	width: 940px;
	padding: 0 10px;
	margin: 35px auto 0 auto;
	}
.message {
	padding: 0 0 40px 0;
	}
.message h1 {
	color: #000;
	font-size: 24px;
	line-height: 1.1em;
	font-weight: normal;
	margin: 0;
	padding: 0;
	}
.message h3 {
	color: #b0d75f;
	font-size: 18px;
	line-height: 1.2em;
	margin: 4px 0 0 0;
	padding: 0;
	font-weight: normal;
	}
#indexbanner .box {
	width: 330px;
	float: right;
	}
#content .right .boxemail {
	width: 330px;
	float: right;
	background-color: #EDF9E0;
	font-weight: bold;
	}
#content .right .boxemail p {
	padding: 35px 0 35px 50px;
	margin: 0 auto;
	}
#content .right .boxemail a {
	text-decoration: none;
	color: #444;
	}
#content .right .boxemail a:hover {
	text-decoration: underline;
	}

/* CONTENT */
#content {
	width: 940px;
	padding: 0 10px;
	margin: 35px auto 0 auto;
	}
#content .left {
	width: 560px;
	padding: 5px 0 0 20px;
	float: left;
	}
#content .right {
	width: 330px;
	float: right;
	}
#content .right .box {
	width: 310px;
	background-color: #EDF9E0;
	padding: 15px 10px;
	}
.boxgrey {
	width: 308px;
	background-color: #fff;
	border: 1px solid #D0D0D0;
	padding: 15px 10px;
	line-height: 1.2em;
	}
.boxgrey p {
	margin: 0;
	padding: 0.5em 0;
	}

/* ASSINATURAS */
.sign1 {
	width: 270px;
	padding-top: 20px;
	padding-bottom: 70px;
	background: #fff url(../imagens/sitebuild/assinatura-mdva.gif) left bottom no-repeat;
	float: left;
	}
.sign2 {
	width: 270px;
	padding-top: 20px;
	padding-bottom: 70px;
	background: #fff url(../imagens/sitebuild/assinatura-ja.gif) left bottom no-repeat;
	float: left;
	}

/* TABELAS */

table td {
	font-size: 11px;
	}
table th {
	background-color: #54D0F4;
	color: #fff;
	padding: 5px 5px;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	}
table th span {
	font-size: 10px;
	}
table td.desc, table td.desclast {
	background-color: #EDF9E0;
	padding: 5px 5px;
	font-weight: bold;
	color: #000;
	}
table td.desc {
	border-bottom: 2px solid #fff;
	}
table td.desclast {
	border-bottom: 2px solid #EDF9E0;
	}
table th.info, table td.info {
	width: 115px;
	padding: 5px 5px;
	text-align: center;
	vertical-align: middle;
	}
table td.info {
	border-bottom: 2px solid #EDF9E0;
	}
table td.extra {
	font-size: 10px;
	padding-top: 10px;
	padding-left: 5px;
	line-height: 1.3em;
	}
table.programa {
	width: 560px;
	}
table.programa th {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #54D0F4;
	color: #fff;
	padding: 5px 5px;
	text-align: left;
	}
table.programa th table {
	padding: 0;
	margin: 0;
	}
table.programa th table td {
	padding: 0;
	margin: 0;
	}
table.programa th table td.programatitulo {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #54D0F4;
	color: #fff;
	text-align: left;
	line-height: 18px;
	}
table.programa th table td.programahoras {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: normal;
	background-color: #54D0F4;
	color: #fff;
	text-align: right;
	text-transform: none;
	line-height: 18px;
	}

table.programa td.desc {
	font-weight: bold;
	font-size: 18px;
	color: #54D0F4;
	background-color: #fff;
	padding: 5px 10px 5px 5px;
	}
table.programa td.desc2 {
	font-weight: bold;
	font-size: 12px;
	color: #54D0F4;
	background-color: #fff;
	text-transform: uppercase;
	line-height: 1.3em;
	padding: 5px 10px 5px 5px;
	}
table.programa td.desc2 span {
	font-weight: normal;
	font-size: 11px;
	text-transform: capitalize;
	}
table.programa td {
	vertical-align: top;
	text-align: left;
	padding: 5px 5px;
	font-size: 12px;
	}

/* BUTTON */
.registrationlink p {
	text-align: center;
	}
.registrationlink p a {
	background-color: #54D0F4;
	padding: 30px 30px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	}
.registrationlink p a:hover {
	background-color: #b0d75f;
	padding: 30px 30px;
	}
.registrationlinkclosed p {
	text-align: center;
	background-color: #54D0F4;
	padding: 30px 30px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	}

/* SPONSORS */
table#sponsors td.sponsortl {
	width: 279px;
	border-right: 1px solid #EDF9E0;
	border-bottom: 1px solid #EDF9E0;
	padding: 20px 0;
	text-align: center;
	vertical-align: middle;
	}
table#sponsors td.sponsortr {
	width: 279px;
	border-left: 1px solid #EDF9E0;
	border-bottom: 1px solid #EDF9E0;
	padding: 20px 0;
	text-align: center;
	vertical-align: middle;
	}
table#sponsors td.sponsorbl {
	width: 279px;
	border-right: 1px solid #EDF9E0;
	border-top: 1px solid #EDF9E0;
	padding: 20px 0;
	text-align: center;
	vertical-align: middle;
	}
table#sponsors td.sponsorbr {
	width: 279px;
	border-left: 1px solid #EDF9E0;
	border-top: 1px solid #EDF9E0;
	padding: 20px 0;
	text-align: center;
	vertical-align: middle;
	}

/* CONTACTOS */
a.site {
	font-weight: bold;
	color: #54D0F4;
	text-decoration: none;
	}
a.site:hover {
	color: #b0d75f;
	}
span.phonecountry {
	font-size: 11px;
	}
span.phone {
	font-size: 15px;
	font-weight: bold;
	}

	

/* FOOTER */
#footer {
	width: 450x;
	padding: 110px 255px 30px 255px;
	margin: 0;
	background: #fff url(../imagens/sitebuild/footer.gif) top center no-repeat;
	text-align: center;
	}

#footer ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 11px;
	line-height: 13px;
	text-align: left;
	}
#footer ul li {
	margin: 0 0 8px 35px;
	padding: 0;
	letter-spacing: -0.5px;
	}
#footer ul li a {
	color: #444;
	text-decoration: none;
	}

table.abstract {
	border-left: 1px solid #999;
	}
table.abstract th {
	border-left: 1px solid #54D0F4;
	border-right: 1px solid #54D0F4;
	}
table.abstract td {
	padding: 4px 4px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	}
