@CHARSET "UTF-8";
body{
	margin:50px -2px;
	background-repeat:repeat-x;
	background-color:rgb(112,153,47);
	font-family: "Lucida Grande",Arial,Verdana,sans-serif;
}
#page{
	text-align:left;
}
#page img{
	margin-bottom:5px;
}
a{
	color: black;
}
a:hover{
	color: black;
	text-decoration: none;
}
a:active, a:focus {
	height:0;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
	width:0;
}
.footer, .footer1, .footer2{
	font-size: 10px;
}
.footer1{
	float:left;
}
.footer2{
	float:right;
}
.footer_full{
	width:800px;
	margin-left:auto;
	margin-right:auto;
}
.votacion{
	color:white;font-size:12px
}
.votacion input{
	height:25px;
	background-color:gray;
	border:1px solid black;
}
.resultado{
	color:white;font-size:15px;
}
