body {
	font-family: 'Roboto', sans-serif;
	background: navy;
}
#outer {
	max-width: 960px;
	margin: auto;
	background: white;
}

h1,h2 {
	color: navy;
}

#pie {
	color: #555;
	background: #999;
	padding: 10px;
	text-align: center;
	font-size: 80%;
}

#contenido {
	padding: 10px 20px;
}

#cabecera {
	/* padding: 20px; */
	padding: 0 0 10px;
}

#cabecera h1 { display: none; }

#cabecera img { width: 100%; }

div.survey-mensaje {
	text-align: center;
	font-weight: bold;
	padding: 20px;
	margin: 10px auto;
	border: 1px solid red;
	background: lightcoral;
}

div.respuesta-correcta {
	border-color: green;
	background: lightgreen;
}

div.error-token-usado, div.error-cerrada {
	border-color: blue;
	background: lightcyan;
}

input[type="submit"] {
	margin-top: 10px;
}

div.opciones-filas > div {
	margin: 0 4%;
	border-bottom: 1px dashed gray;
	padding: 10px;
}

div.opciones-filas > div:first-child {
	border-top: 1px dashed gray;
}

div.opciones-filas > div:hover {
	background: lightcyan;
}

div.opciones-filas > div input {
	display: inline-block;
	margin-right: 10px;
}

p.texto-intro {
	line-height: 1.5;
	font-weight: bold;
}

div.pregunta-group div.pregunta {
	padding-left: 4%;
}

div.pregunta-group div.pregunta h2 {
	font-size: 125%;
	font-style: italic;
}

div.contenedor-texto {
	margin: 0 4%;
}

div.contenedor-texto input { width: 100%; }
div.contenedor-texto textarea { width: 100%; height: 5em;}
div.pregunta-xx_gracias h2 { text-align: center; }

div.acordeon > div.pregunta:first-child > h2 { margin-top: 0; }

h3.subtitle {
	color: navy;
	margin: 10px 4%;
}

div.nc { color: #333; font-style: italic; }

div.navegacion { margin-top: 10px; min-height: 25px; text-align: center; }

div.navegacion .boton {
	text-align: center;
	color: white;
	background: orangered;
	font-size: 125%;
	font-weight: bold;
	cursor:pointer;
	border-radius: 5px;
	padding: 10px 20px;

}

div.navegacion .boton-previo {
	background: #f77d50;
}

div.navegacion .boton-previo:hover, div.navegacion .boton-siguiente:hover {
	background: orange;

}

div.navegacion .boton.desactivado,
div.navegacion .boton.desactivado:hover {
	color: white;
	background: #999;
	cursor:default;
}

div.navegacion .ow-boton-previo { float: left; }
div.navegacion .ow-boton-siguiente { float: right; }

div.navegacion .ow { padding: 5px; }

div.navegacion .progreso {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 200px;
	height: 39px;
	color: white;
	font-size: 125%;
	font-weight: bold;
	background: #333;
	border: 2px solid navy;
	border-radius: 5px;
	text-align: center;
}

div.navegacion .progreso .progreso-barra {
	height: 100%;
	background: #156ba2;
}
div.navegacion .progreso span {
	width: 100%;
	position: absolute;
	left: 0;
	top: 8px;
	text-align: center;
}

div#limpiar-navegacion {
	clear: both;
}