/* CSS Document */

/* linea */
#linea {
	background-color:#0472B7;
	width:650px;
	margin:10px 5px 10px 5px;
	height:1px;
}

/* resultados */

#resultados, #anteriores{
	width:630px;
	margin:5px 10px 5px 5px;
	display:table;
}
#resultados #titulo{
	width:640px;
	padding:5px;
	background-color:#0472B7;
	font-size:24px;
	font-weight:bold;
	color:#FFFFFF;
	text-transform:uppercase;
	margin-bottom:10px;
}
#resultados #recuadro{
	width:646px;
	border:solid 2px #0472B7;
	background-color:#FFFFFF;
	padding:5px 0px 5px 0px;
}
#resultados #pregunta, #anteriores #tit{
	width:640px;
	margin:3px;
	font-size:16px;
	font-weight:bold;
	color:#0472B7;
	text-transform:uppercase;
}
#resultados #item, #anteriores #preg{
	width:640px;
	font-size:12px;
	padding:5px 5px 5px 5px;
	font-weight:bold;
}
#resultados #item{
	color:#000000;
}
#resultados #caja{
	width:630px;
	height:17px;
	padding:0px auto; 
	display:table;
	margin-bottom:10px;
}
#resultados #linfnd{
	width:545px;
	height:7px;
	margin:5px;
	background-image:url(/imgs/fnd_encu.gif);
	background-repeat:no-repeat;
	float:left;
}
#resultados #porcentaje, #anteriores #creado{
	height:7px;
	margin:5px;
}
#resultados #porcentaje{
	color:#0472B7;
	font-size:12px;
	font-weight:bold;
}

/* Anteriores */


#anteriores #preg{
	color:#0472B7;
}
#anteriores #creado{
	color:#000;
	font-size:10px;
	margin-bottom:15px;
}
