* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000033;
	background-color: #FFFFFF;
	background-image: url(../imagenes/fondo.png);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 20px 24px 20px 10px;
}
a img {
	border-style: none;
}
input[readonly] {
	background-color: #eee;
}
input[type="text"], input[type="password"] {
	border: 1px solid #7F9DB9;
}

form {
	margin-top: 1em;
	margin-bottom: 1em;
}
label {
	float: left;
	width: 7em;
	margin-right: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
}
.botones {
	margin-left: 8em;
}

#menu {
	text-align: center;
	float: left;
	width: 150px;
	overflow: hidden;
}
#menu ul {
	text-align: left;
	margin-top: 20px;
}
#menuIdioma {
	padding: 1px;
	margin-left: 0;
	font: 11px verdana, sans-serif;
	width: 13em;
	color: #000066;
}
#menuIdioma li {
	list-style: none;
	margin: 0px;
/*	border-left: 1px #004080 solid; */
	border-bottom: 1px gray solid;
	border-top: 1px gray solid;
	text-align: left;
}
#menuIdioma li+li{
	border-top-style: none;
}
#menuIdioma li a {
	display: block;
	padding: 0.7em 0.5em 0.7em 0.9em;
	text-decoration: none;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: transparent;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: transparent;
}
#menuIdioma li#seleccionado a {
	font-weight:bold;
	background: #F6F6F6;
	border-left:  3px black solid;
	border-right: 3px black solid;
}
#menuIdioma li a:link {
	color: #000;
}
#menuIdioma li a:visited {
	color: #006;
}
#menuIdioma li a:hover {
	font-weight:bold;
	color: #000080;
	background: #FFFFFF;
	border-left: 3px #666666 solid;
	border-right: 3px #666666 solid;
}

#error {
	background-color: #FFFFCC;
	padding: 0.8em 2em;
	border: 3px dashed #FF0000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
#contenido {
	margin-left: 170px;
	padding-left: 30px;
}
#entrada {
	display: none;
}
#cambio {
	display: none;
}
#progreso {
	visibility: hidden;
	margin-bottom: 1em;
}
#final {
	display: none;
}

#cabecera {
	margin-bottom: 2em;
}
#cabecera h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	margin-bottom: 0.4em;
	color: #000000;
}
#cabecera h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #333333;
}

#entrada p {
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}
#cambio p {
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}
#instrucciones {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-style: italic;
	display: none;
}
#instrucciones ul {
	margin-left: 1em;
	padding-left: 1em;
}
#instrucciones * {
	margin-bottom: 0.4em;
	margin-top: 0.4em;
}

#progreso p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #990033;
}
#progreso img {
	margin-right: 1em;
}
#error p {
	margin-top: 1em;
	margin-bottom: 1em;
}
#pie {
	display: none;
	position: absolute;
	height: 3em;
	width: 16em;
	right: 20px;
	bottom: 20px;
	overflow: hidden;
	padding-right: 70px;
	background-image: url(../imagenes/asic.png);
	background-repeat: no-repeat;
	background-position: right center;
	border: 1px solid #CCFF66;
	min-height: 60px;
}
#pie p {
	text-align: right;
	height: 100%;
	margin-top: auto;
	margin-bottom: auto;
}
#pie a {
	text-decoration: none;
}
#fotosUPV {
	position: absolute;
	height: 490px;
	width: 204px;
	right: 10px;
	bottom: 10px;
}
#fotosUPV ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#fotosUPV li {
	display: block;
	padding: 0px;
	margin-top: 10px;
}
