@charset "UTF-8";

/* ################################################################
** # "YAML for TYPO3" (c) by You if you put something in here :) ##
** ################################################################
**
**  Date     : 18.11.08
**  File     : colmena_indago.css
**  Function : This file is not part of the YAML-CSS-Framework.
*/

/* colors:
** #AB0534: obscuro rojo
** #3A6E8F: azul (header) 
** anthreciet: #676B6E
**
*/

/*----------------------------*/
/*	Encuesta Género	      */
/*----------------------------*/

/* INDAGO styles here */

iframe {
	width: 180px;
}
body#default {
	background: none;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	margin: 0;
	color: #4A4949;
}

body#default #startpage {
	border: none;
	margin: 0;
	padding: 0;
}

body#default #header, body#default #header #headImg1, body#default #header #headImg2, #welcome, #progress, #groupname, #groupdescription, #survey-title, #close-window, #help {
	display: none;
}

body#default .asterisk {
	color: #3A6E8F
}
.errormandatory {
	font-weight: normal;
	font-style: italic;
	font-size: 10px;
	color: #3A6E8F;
}
body#default #questions #content {
	border: none;
	position: absolute;
	top: 5px;
	left: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	color: #4A4949;
}
body#default #questions #question {
	font-weight: bold;
}
body#default #navigator  {
	position: absolute;
	top: 35;
	left: 90;
}
body#default #navigator-navi {
	text-align: left;
	width: 100%;
}
body#default #navigator #navigator-navi input {
	background: #fff;
	color: #AB0534;
	font-size: 95%;
	font-weight: normal;
	line-height: 12px;
	letter-spacing: 1px;
	padding: 2px 1px 2px 1px;
	margin-bottom: 5px;
	border: 1px solid #3A6E8F;
}
body#default #navigator #navigator-navi input:hover {
	background: #AB0534;
	color: #fff;
}

body#default #completed {
	border:none;
	position: absolute;
	top: 0;
	left: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	color: #4A4949;
	text-align: left;
}
body#default #completed font {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	color: #4A4949;
}

body#default #completed strong {
	color: #000;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
}

.answertext {
/*	position: absolute;
	margin:1px 0 0 25px;*/
	padding-left: 5px;
	padding-bottom: 5px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
}


