a {
	color: #CC9900;
}

.Estilo1000 {
	color: #CC9900;
	font-style: italic;
	font-size: 10px;
}

.Estilo1001 {
	color: #FFFFFF;
	font-style: italic;
	font-size: 10px;
}

.EstiloTitulo {
	color: #cc9900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

textarea {
	
	border:solid;
	background-color: #FFFFCC;
	color: #000066;
	border-color:#CC9900;
}


input {
	border:solid;
	background-color: #FFFFCC;
	color: #000066;
	border-color:#CC9900;
}

.Estilo2 {
	color: #CC9900;
	font-size: 14px;
}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	background-repeat: repeat-x;
	background-position: top;
	background-color: #000000;
}
.respuesta:hover {
	background-color: #330000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
}
.contenido {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
}
.pregunta {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background-color: #090D18;
	padding: 10px;
	border: 1px none #CCCCCC;
}
.respuesta {
	font-style: italic;
	padding: 15px;
	margin: 0px;
	text-align: center;
	cursor:pointer;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.respuesta:active {
	background-color: #990000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
}
#progress_bar {
    width:100%;
    height:16px;
    border:1px solid #ccc;
    padding:0;
    margin:0;
    position:relative;
    background-image:url("imagenes/barra_progreso.gif");
    background-repeat:repeat-x;
}

#progress_bar div {
    background-color:#000000;
}

.login_resultado {
	text-align: center;
}
.verde {
	color: lightgreen;
}
.rojo {
	color: red;
}
.fila:hover {
	background-color: #222222;
}