/* CSS Document */
.encuestasexo {
	width: 700px;
	padding: 0;
	text-aling: center;
	margin-left: 150px;
}
.encuestasexo table {
	background: #f7f7f7;
	border: 4px solid #eee;
	padding: 25px;
	margin: 0;
}
.encuestasexo dl {
	margin: 0 0 30px 0;
}
.encuestasexo dt {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;	
}
.encuestasexo dd {
	margin: 10px 0 5px 280px;
	text-align: left;
}
.encuestasexo dd input {
	vertical-align:middle;
}
.verresultado {
	padding: 10px 0 10px 0;
	margin-top: 10px;
	text-align: right;
	color: #993300;
	font-weight: bold;
}
.verresultado a {
	color: #993300;
	font-weight: bold!important;
}
.resultadosencuestasexo {
	width: 700px;
	margin: 0;
	padding: 0;
	text-aling: center;
}
.resultadosencuestasexo table td {
	line-height: 20px;
	font-size: 12px;
	padding-left: 10px;
}
.encuestanumerovotos {
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
}
.encuestatitulo {
	font-weight: bold;
}