html, body {
	/*font-family: Verdana; */
	font-family: Verdana;
	font-size: 14px;
	background-color: #EEF7FC;
	width: 100%;
	height: 100%;
	margin: 0; padding: 0;
}

body.note {
	background-image: none;
	text-align: left;
	font-size: 14px;
}
body.note p {
	margin: 0;
}

p { margin-bottom: 1em; }

table {
	margin-top: 1em;
	font-size: 12px;
}
table td {
	/*
	color: #477C9D;
	font-size: 12px;
	*/
	color: #073C4D;
	font-size: 14px;
	line-height: 1.5em;
}
label {
	text-align: left;
}

h1,h2,h3 {
	margin-bottom: 1em;
}

#todo {
	background: url(../img/repeat.jpg) repeat-x top left;
	width: 100%;
	position: relative;
}
#ismp {
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/icono.jpg) no-repeat top left;
	height: 108px;
	width: 202px;
}
#ismp a {
	position: absolute;
	top: 71px;
	left: 0px;
}
#patrocinio {
	position: absolute;
	right: 0;
	top: 0;
	width: 134px;
	height: 108px;
	background: url(../img/patrocinio.jpg) no-repeat top left;
}
#center {
	margin-left: auto;
	margin-right: auto;
	width: 842px;
	margin-bottom: 0em;
	background: #FFFFFF url(../img/header.jpg) no-repeat top left;
	text-align: center;
}
#content {
	background-color: #FFF;
	color: #477C9D;
}
#footer {
	margin: 0;
	position: relative;
	background: url(../img/footer.jpg) no-repeat top center;
	height: 75px;
	width: 842px;
}
#footer_admin {
	clear: both;
	padding-top: 4em;
}
#content, #footer {
	border-left: 1px solid #B0CBD9;
	border-right: 1px solid #B0CBD9;
	margin-left: auto;
	margin-right: auto;
	width: 840px;
}

#topmenu { 
	padding-top: 100px;
	padding-bottom: 4px;
	*padding-bottom: 5px;
}

#topmenu ul {
	list-style-type: none;
	margin: 0; padding: 0;
}
#topmenu li {
	display: inline;
	vertical-align: middle;
	margin: 0; padding: 0;
}
#topmenu li a {
	/*padding: 0.5em 2em;*/
	padding: 0em 0.2em;
	text-decoration: none;
	/*background-color: #335971;*/
}

#usermenu {
	padding-top: 122px;
	padding-bottom: 12px;
	*padding-bottom: 10px;
}
#usermenu ul {
	list-style-type: none;
	margin: 0; padding: 0;
}
#usermenu li {
	display: inline;
	margin: 0; padding: 0;
}

.tbllogin {
	border: none;
	width: 380px;
	margin: 0em auto;
	font-size: 14px;
}
.tbllogin td {
	border: none;
	text-align: left;
	color: #15568D;
}
.tbllogin input {
	width: 140px;
	border: 1px solid #15568D;
}

.categoriaspane {
	margin-left: auto;
	margin-right: auto;
	color: #000;
	background-color: #477C9D;
	text-align: left;
	height: 52px;
	/*padding-top: 1em;*/
}
#categoriastitle {
	height: 52px;
	width: 136px;
	float: left;
	margin-right: 10px;
	background: url(../img/categorias.jpg) no-repeat bottom left;
}
.categoriaspane span {
  float: left;
  color: #477C9D;
  text-align: center;
  margin-top: 11px;
  margin-right: 5px;
  height: 41px;
  width: 36px;
  font-size: 16px;
}
.categoriaspane .activeTab {
	background: #FFF url(../img/activeTab.jpg) no-repeat top left;
}
.categoriaspane .inactiveTab {
	background: #A3BECE url(../img/inactiveTab.jpg) no-repeat top left;
}
.categoriaspane .activeDoneTab {
	background: #FFF url(../img/activeDoneTab.jpg) no-repeat top left;
}
.categoriaspane .inactiveDoneTab {
	background: #A3BECE url(../img/inactiveDoneTab.jpg) no-repeat top left;
}
.categoriaspane .activeDemographics {
	background: #FFF url(../img/demograficosActiveTab.jpg) no-repeat top left;
	width: 132px;
}
.categoriaspane .activeDemographicsDone {
	background: #FFF url(../img/demograficosActiveDoneTab.jpg) no-repeat top left;
	width: 132px;
}
.categoriaspane .inactiveDemographics {
	background: #FFF url(../img/demograficosInactiveTab.jpg) no-repeat top left;
	width: 132px;
}
.categoriaspane .inactiveDemographicsDone {
	background: #A3BECE url(../img/demograficosInactiveDoneTab.jpg) no-repeat top left;
	width: 132px;
}
.categoriaspane span a {
	display: block;
	padding-top: 16px;
	text-decoration: none;
}

.datosdemograficos {
	/*border: 1px solid #DDDDDD;*/
	text-align: left;
}
.preguntas {
	border-collapse: collapse;
	margin-bottom: 2em;
	margin-top: 0;
}
.preguntas td {
	border: 1px solid #DDDDDD;
	text-align: left;
}

.preguntas td table td {
	padding: 2px 0px;
	text-align: center;
}
.preguntas th {
	padding: 0.4em 0em;
	font-size: 14px;
	background-color: #F2F2F2;
	border: 1px solid #BBBBBB;
	color: #477C9D;
}
.preguntas th.titulocriterio {
	text-align: left;
	padding: 0.7em 2em;
}
.preguntas th.surveyOption {
	width: 25px;
}
.preguntas td.questionNumber {
	width: 35px;
	line-height: 150%;
	text-align: center;
	font-weight: bold;
}
.preguntas .responseOptions {
	padding: 0;
}
.preguntas .responseOptions table, .preguntas .responseOptions td {
	margin: 0;
	border: 0;
}
.preguntas td.notApplicable {
	text-align: right;
	background-color: #EEEEEE;
}
.preguntas .firstEspecialQuestion td {
	border-bottom: none;
}
.preguntas .especialQuestion td {
	border-top: none;
	border-bottom: none;
}
div.optional {
	text-align: left;
	/*background-color: #E5EEF4;*/
	clear: both;
	margin-left: 1.5em;
	margin-right: 1.5em;
}
div.optional div {
	float: left;
	margin-left: 0;
	text-align: left;
	line-height: 150%;
}
.surveytitle {
	color: #477C9D;
	border: 1px solid #477C9D;
	border-top: none;
	padding: 2em;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	position: relative;
}
.surveytitle .print {
	position: absolute;
	right: 1px;
	top: 2px;
}
.completesurvey {
	padding-top: 0px;
	/*width: 800px;*/
}
.completesurvey .surveytitle {
	border: 1px solid #477C9D;
}
.user_surveys {
	background-color: #E5EEF4;
	padding: 8px;
}
.user_surveys table {
  border-collapse: collapse;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
  /*margin-left: 1em;
  margin-right: 1em;*/
  width: 750px;
}
.user_surveys table th {
  background-color: #E1F1FA;
  font-size: 13px;
  padding: 0.5em 0.2em;
}
.user_surveys table td {
	padding: 0.7em 0.2em;
}
.user_surveys table, .user_surveys th, .user_surveys td {
  border: 1px solid #A4D3EC;
  color: #2F5873;
 	vertical-align: middle;
}
.user_surveys td a.action {
	background: url(../img/arrow.jpg) no-repeat center left;
	text-decoration: none;
	padding-left: 24px;
	padding-right: 12px;
}
.user_surveys td a.action:hover {
	text-decoration: underline;
}
.user_surveys tr.activesurvey td {
	background-color: #8AB7D6;
	color: #FFFFFF;
}

.faqTooltip {
	text-align: right;
	font-style: italic;
	font-weight: bold;
	margin: 0;
}

.view_survey_demographics {
	width: 750px;
	border: none;
}
.view_survey_demographics td {
	text-align: left;
	border: none;
	line-height: 150%;
}
.view_survey_demographics .field {
	font-weight: bold;
}

#newsurvey {
	list-style-type: none;
	padding: 0; margin: 0;
}
#newsurvey li {
	/*background: url(../img/arrow.jpg) no-repeat top left;*/
	/*padding-left: 40px;*/
	/*height: 25px;*/
	/*line-height: 25px;
	width: 200px;*/
}

.subrayadoazul{
   /*background-color: #00ffff;*/
}

.subrayadorosa{
   /*background-color: #ff77ff;*/
}
.subrayadoamarillo{
   /*background-color: #ffff00;*/
}
.anonimo {
	text-align: justify;
	margin: 0em 3em;
	color: #326B9B;
	position: relative;
}
.anonimo .textointro {
	line-height: 150%;
}
.seccionanonimo {
	margin-top: 0;
	padding-top: 1em;
	text-align: left;
	font-weight: bold;
	font-size: 18px;
	line-height: 160%;
	color: #326B9B;
	border-bottom: 1px solid #326B9B;
}
.titulodefinicion {
	/*font-size: 13px;*/
	font-size: 15px;
	font-weight: bold;
	margin-top: 1.5em;
}
.titulofaq {
	font-size: 15px;
	font-weight: bold;
	margin-top: 1.5em;
	/*font-style: italic;*/
}
.textofaq {
	color: #875618;
	margin-left: 3em;
	line-height: 1.5em;
}
.anonimo .firstlevel {
	font-weight: bold;
	margin-top: 2em;
	font-size: 15px;
}
.anonimo .secondlevel {
	margin-left: 3em;
	color: #875618;
	line-height: 1.5em;
}
.anonimo .print {
	position: absolute;
	right: 1px;
	top: 14px;
}

.tituloseccion {
	margin-top: 0;
	padding-top: 1em;
	text-align: left;
	font-weight: bold;
	font-size: 18px;
	line-height: 160%;
	color: #477C9D;
}
.legend {
	margin-left: 4em;
	margin-right: 4em;
	margin-top: 2em;
}
.legend, .legend td {
	border: none;
	width: auto;
	text-align: left;
	color: #477C9D;
}

.texto {
	text-align: left;
	color: #477C9D;
}
#content label {
	color: #477C9D;
}

.aviso {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background: url(../img/aviso.jpg) no-repeat top left;
  width: 441px;
	height: 167px;
	color: #D56229;
}
.advertencia {
	background: url(../img/advertencia.jpg) no-repeat top left;
	width: 759px;
	height: 184px;
}
.advertencia2 {
	background: url(../img/advertencia2.jpg) no-repeat top left;
	width: 759px;
	height: 184px;
}
.advertencia #flashMessage,.advertencia .error,.advertencia .error_message,
.advertencia2 #flashMessage,.advertencia2 .error,.advertencia2 .error_message {
	color: #D56229;
	font-size: 16px;
	padding: 80px 130px 30px 30px;
	font-weight: bold;
}

ul.checkboxMultiple {
  margin: 0;
  padding: 0;
  width: 600px;
  list-style-type: none;
}
ul.checkboxMultiple li {
  display: block;
  /*float: left;*/
  width: auto;
  margin: 0 8px 0 0;
}
ul.checkboxMultiple label {
	display: inline;
	float: none;
	clear: right;
	font-weight: normal;
	margin-left: 0.4em;
	width: auto;
}

.localizador {
	font-weight: bold;
	font-size: 16px;
}