.formulario {
  BACKGROUND-COLOR: #EEEEEE;
  BORDER-BOTTOM-STYLE: groove;
  BORDER-LEFT-STYLE: groove;
  BORDER-RIGHT-STYLE: groove;
  BORDER-TOP-STYLE: groove;
  COLOR: #333333;
  FONT-FAMILY: Verdana, Helvetica;
  FONT-SIZE: 10px;
}
.rotulo_formulario {
  FONT-FAMILY: Verdana, Helvetica;
  FONT-SIZE: 10px;
  font-weight: bold;
  color: #000000;
}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 1.5pt;
}
.titulo a{
	color: #FFFFFF;
	text-decoration:none;
}
.titulo a:hover{
	color:#FFFF99;
	text-decoration:underline;
}
.txt { 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
}
.txt A { 
  color: #0066FF;
  text-decoration: none;
}
.txt A:hover { 
  color: #FF3366;
  text-decoration: underline;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	vertical-align: middle;
	margin: 5px;
	color: #000000;
	text-align: left;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
.menu {
	BORDER-BOTTOM: black 1px solid;
	BORDER-LEFT: black 1px solid;
	BORDER-RIGHT: black 1px solid;
	BORDER-TOP: darkgray 1px solid;
	COLOR: #000000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	PADDING-BOTTOM: 3px;
	PADDING-LEFT: 3px;
	PADDING-RIGHT: 3px;
	PADDING-TOP: 3px;
	POSITION: absolute;
	VISIBILITY: hidden;
	layer-background-color: #F1F3EE;
	background-color: #F1F3EE;
}
.menu A:hover {
	COLOR: #FF0000;
	TEXT-DECORATION: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #F1F3EE;
}
.menu A {
	COLOR: #000000;
	TEXT-DECORATION: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #F1F3EE;
}
.otrosenlaces { 
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
}
.otrosenlaces A { 
	color: #990000;
	text-decoration: none;
}
.otrosenlaces A:hover { 
	color: #0066FF;
	text-decoration: none;
}
.verde {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: lemonchiffon;
}
.verde A {
	color: #006329;
	text-decoration: none;
}
.verde A:hover {
	color: #FF3366;
	text-decoration: underline;
}
.verdePub {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFF3F2;
}
.verdePub A {
	color: #006329;
	text-decoration: none;
}
.verdePub A:hover {
	color: #FF3366;
	text-decoration: underline;
}
.iso9001 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
.iso9001 A{
	color: #000000;
	text-decoration: none;
}
.iso9001 A:hover{
	color: #FF3366;
	text-decoration: underline;
}
.opciones {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.opciones A {
	color: #000000;
	text-decoration: none;
}
.opciones A:hover {
	color: #FF0000;
	text-decoration: none;
}
.titularPagina {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	vertical-align: middle;
	margin: 5px;
	color: #000000;
}
.versionTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.versionNum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.azulApartado {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	background-color: #5151FF;
	color: #FFFFFF;
	text-align: center;
}
.azulApartado A{
	background-color: #5151FF;
	color: #FFFFFF;
	text-decoration: none;
}
.azulApartado A:hover{
	background-color: #5151FF;
	color: #FFFF00;
	text-decoration: none;
}
.tituloModulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.tituloModulo a{
	text-decoration:none;
}
.tituloModulo a:hover{
	color:#000000;
	text-decoration:underline;
}

.tituloLibro {
	font-weight: bold;
	color: #990000;
}

#indice {
	width:80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:xx-small;
}
#indice ul{
	margin-bottom:20px;
	line-height:210%;
}
#indice li a{
	list-style:disc;
	font-weight:bold;
	color: #FF0000;
	text-decoration: none;
}
#indice li a:hover{
	list-style-image: url(imagen/indice_on.gif);
	color: #FF3366;
	text-decoration: underline;
}
.volverInicio img{
	filter: alpha(opacity=66);
	-moz-opacity: 0.66;
}
.volverInicio:hover img{
	filter: alpha(opacity=100);
	-moz-opacity: 0.1;
}
#cabImpresion, #enlacesImpresion{
	display:none;
}