@charset "UTF-8";



<style>

.mod_pic
{
	margin-left:0px;
	position:relative;
	float:left;
	margin-right:0px;
}
#pollWrap{
	width: 545px;
	margin-top: -10px;
}
#pollWrap h3 {
	font-size: 16px;
	margin-bottom: 5px;
}
#pollWrap ul {
	margin: 0;
	padding: 0 0 0 5px;
	list-style:none;
}
#pollWrap li {
	padding: 0;
	overflow:hidden; /*for our lovely friend IE6 to behave nicely*/
	font-size: 16px;
}
#pollWrap li span {
	font-size: 0.7em;
}
.pollChart {
	margin-left: 25px;
	height: 5px;
	width:1px;
	/*Adding rounded corners to the graphs - Optional - START*/
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	/*Adding rounded corners to the graphs - Optional - END*/
}
#pollSubmit {
	margin-top: 5px;
}
#pollMessage {
	color:#C00;
	font-size: 0.8em;
	font-weight: bold;
}
/* MISS ALTERADA */



.modelo
{
	font-size:19px;
	font-family:Verdana, Geneva, sans-serif;
	position:relative;
	float:left;
	height: 274px;
	margin-top: 5px; //5
	margin-right:0px; //10
}

</style>
