ul li {
	font-size: 12px;
	margin-bottom: 5px;
}
.intro {
	height: auto;
	width: 645px;
	font-family: Arial, Helvetica, sans-serif;
}
.intro .titulo_encuesta {
	border-bottom: 3px solid #ac0000;
	background-color: #D99244;
}
.intro .titulo_encuesta h1 {
	margin: 0;
	font-size: 18px;
	color: #191919;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
.intro .bajada_encuesta p {
	font-size: 13px;
	color: #333;
	line-height: 19px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 15px;
	padding-bottom: 15px;
}
.preguntas-general {
	float: left;
	height: auto;
	width: 643px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #d8d8d8;
}
.preguntas-general .cat1 {
	width: 643px;
	height: auto;
	cursor: pointer;
	border-bottom: 1px solid #ccc;
	float: left;
	background-color: #fffaf4;
}
.preguntas-general .cat1.active {border-bottom: 3px solid #ac0000;}
.preguntas-general .cat1 h2 {
	color: #333;
	float: left;
	font-size: 15px;
	line-height: 18px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 14px;
	width: 580px;
}
.preguntas-general .cat1 h2.active {color: #ac0000;}
.preguntas-general .cat1 h2:hover {
	color: #ac0000;
}
.preguntas-general .cat1 a.image {
	width: 33px;
	height: 44px;
	float: right;
	background: url("../img/btn_expandir.jpg");
	background-position: right top;
	display: block;
}
.preguntas-general .cat1 a.image:hover {background-position: left top;}
.preguntas-general .cat1 a.image.active {background-position: left top;}
.preguntas-general .cat1 a.image_doble {
	width: 33px;
	height: 63px;
	float: right;
	background: url("../img/btn_expandir_doble.jpg");
	background-position: right top;
	display: block;
}
.preguntas-general .cat1 a.image_doble.active {background-position: left top; }
.preguntas-general .cat1 a.image_doble:hover {background-position: left top; }
.preguntas-general .sub1 {
	width: 613px;
	height: auto;
	display: none;
	float: left;
	padding: 5px 15px;
	background-color: #f1f1f1;
	border-bottom: 1px solid #ccc;
}
.preguntas-general .sub1 p {
	font-size: 13px;
	line-height: 18px;
	color: #333;
		margin: 15px 0 15px 0;
}
.bajada_encuesta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
