/* CSS Document */

html {
	height: 100%;
}
body {
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
    SCROLLBAR-FACE-COLOR: #333333;
	SCROLLBAR-HIGHLIGHT-COLOR: #999999;
	SCROLLBAR-SHADOW-COLOR: #000000;
	SCROLLBAR-3DLIGHT-COLOR: #666666;
	SCROLLBAR-ARROW-COLOR:  #999999;
	SCROLLBAR-TRACK-COLOR: #CCCCCC;
	SCROLLBAR-DARKSHADOW-COLOR: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; 
	color: #424242;
	background-color:#343530;
}
td {
	text-align: left;
	font-size: 11px;
}
.firma {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #ffffff;
	text-align: center;
}
.firma2 {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
	padding-top:3px;
}
.titulos {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	padding-left: 5px;
}
.subtitulos {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}
.contenido {
	font-family:  Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-align: justify;
	padding-left: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 10px;
}
.entrar {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	padding:15px;
	padding-right:90px;
	text-align:right;
}
a:link, a:visited { color:#998465; text-decoration:none;font-weight: normal;      }
a:hover 				{ color:#998465;font-weight: normal; text-decoration:underline; }
#active_menu {
	color:#A90000;
	font-weight: bold;
}

a#active_menu:hover {
	color: #cccccc;
}

.button {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-style       : normal;
  font-size        : 10px;
  font-weight      : bold;
  background-color : #F0F0F0;
  color            : #000000;
  border           : 1px solid #585858;
}

.inputbox {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #000000;
  background-color : #F0F0F0;
  border           : 1px solid #585858;
}
