/**********************************/
/* Heading styles
/**********************************/
h1 {
	font-family : Arial, Helvetica, sans-serif;
	color: #115577;
	margin-top: 2px;
	margin-bottom: 2px;
}

h2 {
	font-family : Arial, Helvetica, sans-serif;
	color : #006666;
	margin-top: 10px;
	margin-bottom: 10px;
}

h3  {
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	margin-top: 2px;
	margin-bottom: 2px;
}

h4 {
	color : #111111;
	font-family : Arial, Helvetica, sans-serif;
	margin-top: 2px;
	margin-bottom: 2px;
	background-color:#F4F5F9;
}

h5  {
	color : #000005;
	font-family : Arial, Helvetica, sans-serif;
	margin-top: 2px;
	margin-bottom: 2px;
}

h6  {
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	margin-top: 2px;
	margin-bottom: 2px;
	background-color:#FDFDFD;
	width: 8%;
	margin-left: 10 px;
	margin-right: 10 px;
	padding-left: 5px;
	text-align: left;
}



/**********************************/
/* Body styles
/**********************************/

.div#box{width: 65%;padding: 20px  0;margin:0 auto;
    background:#42424B;color:#FFF}
	
.scores {
margin-left: 40%;
color:#3344FF;
	text-align: right;
}
.reglas  {
	color : #222222;
	font-family : Courier New, Courier, Monospace;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 16px;
	padding-left: 20px;
	background-color:#F7F7FB;
}
.votosreglas  {
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	margin-top: 2px;
	margin-bottom: 2px;
	width: 8%;
	margin-left: 10 px;
	margin-right: 10 px;
	padding-left: 5px;
	text-align: center;
	background-color:#E4E5E9;
}

.logotext {
	color: #777777;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 30px;
	padding-left: 5px;
	text-align: center;
}

.logotextcenter {
	color: #777777;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	padding-left: 5px;
	text-align: center;
}

.voto {
	font-family : Arial, Helvetica, sans-serif;
	color: #0066FF;
	text-align: center;
	font-size:32px;
	font-weight:bold;
}


BODY  {
	font-family : Arial, Helvetica, sans-serif;
	width: 100%;
}

p {
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
}

p.bookdesc {
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	size:8pt;
}

td .toolbar {
	background: #E0E0E0;
}

.source {
	font-family : Courier New, Courier, Monospace;	
}

.toolbar{
	font-family : Arial, Helvetica, sans-serif;
	color: #0066FF;
	text-align: center;
	font-size:16px;
	font-weight:bold;
}

.tagline{
	font-family : Arial, Helvetica, sans-serif;
	color:#006666;
	size:12pt;
}

.posts{
	margin-left: 30px;
	margin-right: 5px;
	width: 75%;
}

.rightcolumn{
	position: absolute;
	background: #fff;
	border-left: 1px dotted #ccc;
	border-top: solid 3px #e0e6e0;
	padding: 10px 10px 10px 10px;
	right: 2px;
	top: 140px;
	width: 100%;
}

.rightcolitems{
	color:gray;
	font-size:10pt;
	margin-top: 2px;
	margin-bottom: 2px;
}


/* Link styles */

a:link, a:visited, a:active  {
	text-decoration : none;
	color: #00AAFF;
}


a:hover  {
	text-decoration: underline;
	color: #00CCFF;
}

#pie {
	position: absolute;
	height: 44px;
	text-align: right;
	top: 1px;
	right: 50px;
	width: 140px;
	background: #E0E0E0;
	margin: margin-top;
}

#footer {
position: absolute;
top: 96px;
left: 0px;
height: 25px;
text-align: center;
width: 100%;
padding-top: 3px;
background: #F0F0F0;
}

#header {
position: absolute;
top: 0px;
left: 0px;
height: 95px;
text-align: center;
width: 100%;
background: #E0E0E0;
padding-top: 8px;
}

#headervote {
position: absolute;
top: -6px;
left: 0px;
height: 40px;
text-align: center;
width: 100%;
background: #FFF;
padding-top: 8px;
}

#content {
text-align: left;
top: 200px;
width: 100%;
height: 70%;
background: #FFFFFF;
padding-top: 140px;
padding:-bottom: 50px;
}

#leftvote {
text-align: left;
width: 100%;
background: #FFFFFF;
padding-top: 8px;
}

/**********************************/
/* End Body styles                
/**********************************/

