body {
	background: white;
	margin: 0px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}

div#avance {
	width: 250px;
	text-align:center;
	margin: auto;
	float: right;
}

div#header {
	width: 800px;
	margin:auto;
	background-color: #FFD204;
	height: 80px;
	position: relative;
}

#logo {
	margin-top: 10px;
	margin-left: 10px;
	position: relative;
}

div#poHeader {
	width: 800px;
	margin:auto;
	height: 30px;
	background-color: #000066;
}

div.cuerpo {
	width: 800px;
	margin: auto;
}

div#cuerpoLogin {
	text-align: center;
}

div.cuerpo h1 {
	font-size: 20px;
	margin-top: 40px;
	margin-bottom: 40px;
}

div#cuerpoLogin form {
	
}

div#cuerpoLogin form input {
	border: 1px solid #666;	
}

table#login {
	width: 280px;
	margin: auto;
}

table#login td {
	padding: 5px;
}

input.boton {
	background-color: #000066;
	color: white;
}

input.classradio {
	font-size: 30px;
}
div#cuerpoEncuestas table {
	padding: 20px;
}

div#cuerpoEncuestas h2 {
	font-size: 14px
}

div#cuerpoEncuestas p {
	font-size: 12px;
}


td.pgta {
	width: 600px;
	font-size: 12px;
}

td.alternativa {
	font-size: 11px;
	text-align: center;
}

td.opcion {
	vertical-align: top;
	text-align: center;
	padding: 0px;
	padding-left: 2px;
	padding-right: 2px;
}

div#avance img {
	padding: 3px;
}

div#cuerpoPreguntas h1 {
	font-size: 18px;
}

div#cuerpo h2 {
	font-size: 14px;
}

div#cuerpo p, div#cuerpoPreguntas p {
	font-size: 12px;
}

div.pregunta table {
	padding-top: 5px;
	border-bottom: 1px solid #DCDCDC;
}

div#cabezaEncuesta {
	border-bottom: 1px solid #666;
}

div#cabezaEncuesta h1 {
	margin: 1px;
}

div#cabezaEncuesta p.instr {
	font-size: 11px;
	font-weight: bold;
	
}

div#cabecera h1 {
	margin-bottom: 15px;
}


div#enviar {
	margin: 20px;
	text-align: center;
}

div#Contacto {
	height: 30px;
	width: 60px;
	text-align: bottom;
	font-size: 10px;
	float: right;
}

div#Contacto a {
	font-size: 10px;
	display:block;
	height: 30px;
	vertical-align: bottom;
	text-decoration:none;
	color: #999;
	text-align: center;
}

div#Contacto a div {
	height: 17px;
	width: 20px;
	background-image: url('images/contacto.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin:auto;	
}
div#Contacto a:hover {
	color: #ccc;
}
div#Contacto a:hover div {
	background-position: 0px -17px;
}

div#Home {
	height: 30px;
	width: 60px;
	text-align: bottom;
	font-size: 10px;
	float: left;
}

div#Home a {
	font-size: 10px;
	display:block;
	height: 30px;
	vertical-align: bottom;
	text-decoration:none;
	color: #999;
	text-align: center;
}

div#Home a div {
	height: 17px;
	width: 20px;
	background-image: url('images/home.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin:auto;	
}
div#Home a:hover {
	color: #ccc;
}
div#Home a:hover div {
	background-position: 0px -17px;
}

div#Salir {
	height: 30px;
	width: 60px;
	text-align: bottom;
	font-size: 10px;
	float: right;
}

div#Salir a {
	font-size: 10px;
	display:block;
	height: 30px;
	vertical-align: bottom;
	text-decoration:none;
	color: #999;
	text-align: center;
}

div#Salir a div {
	height: 17px;
	width: 20px;
	background-image: url('images/salir.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin:auto;	
}
div#Salir a:hover {
	color: #ccc;
}
div#Salir a:hover div {
	background-position: 0px -17px;
}

div#usuario {
	float: right;
	font-size: 12px;
	padding-top: 60px;
	padding-right: 20px;
	text-align: right;
	position: relative;
}


div#final {
	width: 400px;
	margin: auto;
	text-align:center;
}

p.error {
	color:red;
}

input.texto {
	width: 120px;
}

table#listaEncuestas tr td {
border-bottom: 1px solid #ccc;
padding-bottom:10px;
padding-top:10px;
}
