/* CSS Document */
.encuesta_madrid h2 {
	font-size: 22px;
	line-height: 24px;
}
.encuesta_madrid dl {
	width: 695px;
	overflow: hidden;
	font: normal 13px "Trebuchet MS", Tahoma, Verdana;
}
.encuesta_madrid dt {
	width: 660px;
	clear: both;
	border-top: 4px solid #E1DEDE;
	border-bottom: 2px solid #E1DEDE;
	background: #fafafa;
	color: #333;
/*	color: #666;
	background: #f5f5f5;*/
	font-weight: bold;
	padding: 4px 0 4px 10px;
	margin: 0 0 10px;
}
.encuesta_madrid dd, .encuesta_madrid dd img {
	width: 100px;
}
.encuesta_madrid dd img {
	margin-bottom: 5px;
}
.encuesta_madrid dd input {
	margin-right: 5px;
	vertical-align: middle;
}
.encuesta_madrid dd option, .encuesta_madrid p a {
	font: normal 13px "Trebuchet MS", Tahoma, Verdana;
}
.encuesta_madrid dd {
	margin: 0 13px 10px 0;
	float: left;
	display: block;
	color: #666;
	text-align: center;
}
.encuesta_madrid p a {
	background: #f5f5f5;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #eee;
	border-right: 1px solid #ccc;
	padding: 5px 10px;
	text-decoration: none;
	color: #666;
	font-size: 12px;
	font-weight: bold;
}
.encuesta_madrid p a:hover {
	color: #999;
}
.encuesta_madrid p {
	margin-bottom: 20px;
}


/* resultados encuesta */
.resultados_encuesta #bloqueprincipal {
	width: 990px;
}
.resultados_encuesta .noticia table tr td {
text-align: left;
}
.resultados_encuesta .noticia table.encuestanumerovotos tr td {
	text-align: center;
}
.resultados_encuesta #bloqueprincipal .noticia, .encuesta_madrid table {
	width: 980px;
	
}
.resultados_encuesta .encuesta_madrid table {
	border: 0;
	font: normal 13px "Trebuchet MS", Tahoma, Verdana;
}
.resultados_encuesta .encuesta_madrid table.encuestanumerovotos, .resultados_encuesta .encuesta_madrid table.encuestatabla {
	margin-bottom: 10px;
}
.resultados_encuesta .encuestatitulo {
	border-top: 4px solid #eee;
	border-bottom: 2px solid #eee;
	background: #f5f5f5;
	color: #333;
	font-weight: bold;
	padding: 4px 0 4px 10px;
}
.resultados_encuesta .noticia table tr td, .resultados_encuesta .noticia table tr th {
	border-left: 0;
	border-bottom: 1px solid #eee;
}
.encuestaresultado {
	background: #fff;
}
.encuestatexto {
	background: #fafafa;
}