/*estil.css*/
*
{
	padding		: 0px;
	margin		: 0px;
}

body
{
	margin		: auto;
	font-family	: Verdana, serif;
	font-size	: 11px;
	text-align	: left;
	padding-top	: 10px;
	background-color: #fff;
}



img
{
	border		: 0px;
}

a
{
	text-decoration	: none;
}
#enquestes h2, h2.no_div {
	display: block;
	height: 26px;
	font-size: 12px;
	padding: 5px 0px 0px 10px;
	color: #F35829;
	margin-bottom: 10px;
}

#enquestes #enqO li{
	background-color: #FEEEE9;
	padding:10px;
}

#enquestes.petita #enqO li{
	background-color: #FFF;
	padding:0px;
}

#enquestes ul {
	list-style-type: none;
	overflow: hidden;
	margin-left: 0px;
	padding-left: 10px;
}
#enquestes ul li {
	margin-bottom: 10px;
	border-bottom: 1px solid #e6e6e6;
	width: 92%;
}
#enquestes div.votes {
	color: #848484;
}
#enquestes strong.votes {
	margin: 0px 0px;
	padding: 0px 0px;
	display: block;
	width: 99%;
	font-size: 12px;
	color: #848484;
}
#enquestes ul li h3,
#enquestes ul li h3 a {
	font-weight: bold;
	text-decoration: none;
	color: #F35829;
	font-size: 16px;
}

#enquestes.petita ul li h3,
#enquestes.petita ul li h3 a {
	font-weight: bold;
	text-decoration: none;
	color: #F35829;
	font-size: 12px;
}
#enquestes ul li div form strong {
	font-size: 14px;
	color: #F35829;
}
#enquestes ul li a {
	font-weight: bold;
	text-decoration: none;
	color: #F35829;
	font-size: 12px;
}
#enquestes ul li em {
	display: block;
	font-size: 11px;
	color: #666;
	width: 18%;
	padding-bottom: 10px;
}
#enquestes ul li div {
	color: #F35829;
	display: block;
	margin-top: 15px;
	padding-bottom: 10px;
}
#enquestes ul li div form {
	margin-bottom: 0px;
	padding-bottom: 0px;
	overflow: hidden;
}
#enquestes ul li div form p.buttones {
	display: block;
	float: left;
	padding-top: 20px;
	text-align: left;
}
#enquestes ul li div form p.buttones a {
	text-decoration: none;
	color: #F35829;
	font-weight: bold;
	margin-right: 12px;
}
#enquestes ul li div input[type='radio'] {
	float: left;
}
#enquestes ul li div label {
	display: block;
	float: left;
	text-align: left;
	font-size: 13px;
}

#graphs p {
	clear: both;
	display: block;
	overflow: hidden;
	margin-bottom: 5px;
}

#graphs p strong {
	color: #F35829;
	font-size: 12px;
	float: left;
	width: 55%;
	font-weight: normal;
	display: block;
}

#graphs p span {
	float: left;
	height: 10px;
	display: block;
	width: 20%;
	text-indent: -99999px;
	background-color: #F35829;
	margin-top: 5px;
}

#graphs p em {
	float: right;
	width: 8%;
	font-size: 10px;
	font-weight: bold;
	color: #FEEEE9;
}
