body {
	display:block;
	margin:0px auto;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:12px;
}
html {
	background:#D60000;
}
a {
	color: #990000;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color: #CC0000;
}
.clearer {
	clear:both;
}

strong {
	font-weight:bold;
}

u {
	text-decoration:underline;
}

em {
	font-style:italic;
}

ul {
margin:10px;
padding:10px;
}
li {
padding:3px 10px;
list-style:circle
}

#header {
	width:20%;
	height:500px;
	background:url(../../img/schema/logo.jpg) top left no-repeat;
	float:left;
}
#header a {
	line-height:-500px;
	text-indent:-500px;
	font-size:5px;
	overflow:hidden;
	height:500px;
	display:block;
}
#menuTopBg {
	width:75%;
	background:#000000;
	float:right;
	padding:0px 15px;
}
#wrapper {
	width:75%;
	background:#FFFFFF;
	float:right;
	padding:15px;
	padding-bottom:250px;
}
#menuRight {
	position:fixed;
	background:#77a0a6;
	bottom:0px;
	width:100%;
	display:block;
	border-top:2px dashed #666666;
}
* html div#menuRight {
	position: absolute;
	top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop +(documentElement.clientHeight-this.clientHeight) : document.body.scrollTop +(document.body.clientHeight-this.clientHeight));
}

#menuRight .participanteSmall {
	float:left;
	width:120px;
	height:100px;
	padding-top:5px;
	overflow:hidden;
	text-align:center;
	border-left:1px dotted #77a0a6;
	border-right:1px dotted #77a0a6;
}
#menuRight .participanteSmall img {
	width:45px;
	height:45px;
	margin:3px;
	padding:3px;
	border:1px dashed #FFFFFF;
}
#menuRight .participanteSmall img:hover {
	background:#42637D;
}
#menuRight .participanteSmall h1 {
	font-size:11px;
	text-align:center;
	color:#FFFFFF;
	font-weigth:bold;
}
#menuRight .participanteSmall h1 a{
	color:#FFFFFF;
}
#menuRight .participanteSmall h2 {
	font-size:9px;
	text-align:center;
	color:#FFFFFF;
	font-weigth:normal;
}

#menuTop {
	width:450px;
	height:100px;
	float:right;
	overflow:hidden;
	background:url(../../img/schema/icons.jpg);
}
#menuTop a{
	float:left;
}
#menuHour {
	width:150px;
	float:left;
	color:#FFFFFF;
	font-size:11px;
	padding-top:10px;
}
#menuHour a {
	color:#FFFFFF;
}
#menuHour span {
	display:block;
	font-weight:bold;
}
#linkParticipantes a {
	width:270px;
	height:100px;
}
#linkFacebook a {
	width:80px;
	height:100px;
}
#linkTwitter a {
	width:80px;
	height:100px;
}


.hiddenLink a{
	text-indent:-500px;
	font-size:3px;
	line-height:-500px;
	overflow:hidden;
	display:block;
}

#participanteBig {
	padding-bottom:10px;
	margin-bottom:25px;
	border-bottom:2px solid #CCCCCC;
}
.participantePic {
	width:140px;
	float:left;
}
.participantePic img{
	margin:5px;
	padding:5px;
	border:1px dashed #CCCCCC;
	width:100px;
	height:100px;
}
.participanteInfo {
	width:500px;
	float:left;
}
.participanteInfo h1{
	font-size:45px;
	color:#333333;
	text-transform:lowercase;
}
.participanteInfo h2{
	color:#666666;
	font-weight:normal;
	font-style:italic;
	font-size:11px;
}
.participanteInfo h2 a{
	font-weight:normal;
	font-style:normal;
}
.bio {
	padding:10px 0px;
	font-size:11px;
	color:#666666;
}
.paginaSquare {
	width:120px;
	float:left;
	margin:5px;
	padding:5px;
	border:1px dotted #CCCCCC;	
	text-align:center;
}
.paginaSquare img{
	width:100px;
	margin:4px;
	padding:4px;
	background:#000000;
}
.paginaSmall {
	width:250px;
	float:left;
	margin:5px;
	padding:5px;
	border:1px dotted #CCCCCC;	
	text-align:center;
}
.paginaSmall img{
	width:230px;
	margin:4px;
	padding:4px;
	background:#000000;
}
.paginaSmall h1 {
	font-size:12px;
	color:#000000;
}
.paginaSmall h1 a{
	color:#000000;
}
.paginaSmall h2 {
	font-size:10px;
	color:#000000;
}
.paginaSmall h3 {
	font-size:9px;
	color:#000000;
}

.paginaSquare h1 a{
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;	
}
.paginaSquare h2 {
	font-size:10px;
	color:#000000;
}
.paginaSquare h3 {
	font-size:9px;
	color:#000000;
}

#participantesDown {
	width:850px;
	margin:0px auto;
	height:100px;
	overflow:hidden;
}
#maskParticipantes {
	width:740px;
	margin:0px auto;
	height:100px;
	overflow:hidden;
	float:left;
}
#leftParticipantes,
#rightParticipantes {
	margin-top:10px;
	width:40px;
	height:80px;
	overflow:hidden;
	cursor:pointer;
	float:left;
}
#leftParticipantes {
	background:url(../../img/schema/icons.jpg) 0px -100px;
}
#rightParticipantes {
	background:url(../../img/schema/icons.jpg) -40px -100px;
}

.noticiaSmall {
	width:90%;
	margin:0px auto;
	padding-bottom:20px;
	margin-bottom:30px;
	border-bottom:1px dotted #CCCCCC;
}
.noticiaSmall h1{
	font-family:Impact, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#d60000;
	font-size:35px;
}
.noticiaSmall h2{
	color:#d60000;
	font-size:10px;
	margin-bottom:10px;
	font-style:italic;
}
.noticiaSmall .description {
	text-align:justify;
}

#footer {
	padding-top:30px;
	font-size:11px;
	color:#333333;
	text-align:center;
}
#footer a{
	color:#000000;
}

.formVoto {
	width:300px;
	margin:10px auto;
}
.formVoto label{
	padding-bottom:5px;
	font-weight:bold;
}
.formVoto .formSubmit {
	text-align:center;
	background:#000;
	color:#fff;
	padding:5px 15px;
	margin:5px auto;
	font-size:12px;
	font-family:Arial,Helvetica,sans-serif;
	border:0px;
	cursor:pointer;
	margin-left:15px;
	margin-top:15px;
	font-size:20px;
	font-weight:bold;
}
.formVoto .formSubmit:hover {
	background:#D60000;
}