/*#fondo {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}*/

html, body{
	background-color: #000;
	position:relative;
	min-height: 100%;
	height: 100%;
}

#a_preguntas{
	font-size: 12px;
}

input,
textarea,
select{
	color: #000;
}

.fondo {
  background-image: url('../img/fondo3.png');     
  width: 90%;
}

.nota {
	font-size: 12px;
}

