HTML {
	height: 100%;
}
BODY  {   
	margin: 0;
	height: 100%;
	font-family: Verdana, Arial, sans-serif;
	font-size : 11px;
	color : #333333;
	background-color: #191919;
	background-image: url(images/background.gif);
	background-repeat: repeat;
	/*overflow: auto;*/
}

TD {
	font-size : 11px;
}

#preview {
	width:100%;
	height: 250px;
	border: 1px solid #808080;
	background: #f3f3f3;
	overflow: auto;
}
.button_disabled {
	Filter: alpha(opacity=50);
	border: 1px solid #cccccc;
}

HR.dotted{
padding: 0;
border: dotted #cccccc;
border-width: 1px 0 0 0;
border-shade: noshade;
color: #990000;
height: 1px;
width: 100%;
}

.warning {
	position: fixed;
	border: 1px dotted #cccccc;
	background-color: #ffffff;
	padding: 20px;
	color: #ff0000;
}

.info {
	position: fixed;
	text-align: center;
	border: 1px dotted #cccccc;
	background-color: #ffffff;
	padding: 20px;
}

.blur_style_pass{
	background-image: url(images/password.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border: 1px solid #C0C0C0;
	font-family: Verdana, Arial, sans-serif;
	font-size : 11px;
	height:20px;
	width:180px;
}

.blur_style_mail{
	background-image: url(images/email.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border: 1px solid #C0C0C0;
	font-family: Verdana, Arial, sans-serif;
	font-size : 11px;
	height:20px;
	width:180px;
}

.focus_style{
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #C0C0C0;
	font-family: Verdana, Arial, sans-serif;
	font-size : 11px;
	height:20px;
	width:180px;
}

.textinput  {
	background-color: #FFFFFF;
	border: 1px solid #C0C0C0;
	font-family: Verdana, Arial, sans-serif;
	font-size : 11px;
}

.textinputerr  {
	background-color: #ffcccc;
	border: 1px solid #C0C0C0;
	font-family: Verdana, Arial, sans-serif;
	font-size : 11px;
}

.button{
	background-color: #666666;
	border: 1px solid #666666;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	padding: 2 5 2 5;
}

.title {
	font-size : 18px;
	color: #333333;
	margin-left:5px;
}

.content {
	background-image: url(images/bg_content.jpg); background-repeat: repeat-x;
	width:100%;
}

#nav_left {  
	list-style:none;
	margin-left:30;
	padding:0;
	width:100%;
}

#nav_left li {
	margin-top:-1;
	padding:0;
}

#nav_left li a.current_left {
	background:transparent url('images/icon_left_menu.gif') 12px 11px no-repeat;
	color:#000000;
	font-weight: bold;
	background-color:#F2F2F2;
}

#nav_left li a {
	background:transparent url('images/icon_left_menu.gif') 12px 11px no-repeat;
	display:block;
	width:226;
	text-decoration:none;
	font-size:11px;
	color:#555555;
	padding:9px 0px 9px 0px;
}

#nav_left li a:hover {
	background:transparent url('images/icon_left_menu.gif') 12px 11px no-repeat;
	color:#000000;
	background-color:#F2F2F2;
}

.nav_left_pad{
	padding-left:24px;
}

.foot{
	background-color: #990000;
	color: #ffffff;
	text-align: center;
	font-size : 10px;
	padding: 10px;
}

.small{
	color: #333333;
	font-size : 9px;
}

A:link {COLOR: #990000; TEXT-DECORATION: underline}
A:visited {COLOR: #990000; TEXT-DECORATION: underline}
A:active {COLOR: #990000; TEXT-DECORATION: underline}
A:hover {COLOR: #990000; TEXT-DECORATION:none}

/* BOF CALENDARIO */

.calendario{
	background-image: url(images/back_cal.gif);
	background-repeat: no-repeat;
}

.altn  {
	background-color: #efefef;
}

.tit  {
	font-family : verdana,arial,helvetica;
	font-size : 11px;
	color: #ffffff;
	background-color: #333333;
	font-weight: bold;
}
.fs	{
	font-family : verdana,arial,helvetica;
	color:	#cc0000;
	font-weight: bold;
	text-align:	center;
	font-size : 11px;
	}
.da	{
	font-family : verdana,arial,helvetica;
	color: #008800;
	font-weight: bold;
	text-align:	center;
	font-size : 11px;
	}
.nm	{
	font-family : verdana,arial,helvetica;
	color:	#333333;
	font-weight: bold;
	text-align:	center;
	font-size : 11px;
	}
.bg	{
	font-family : verdana,arial,helvetica;
	color: #ffffff;
	font-weight: bold;
	text-align:	center;
	font-size : 11px;
	}

.hover{
	/*background-color: #cce37c;
	background-color: #F0E68C;*/
      background-color: #dedede;
	font-family : verdana,arial,helvetica;
	font-weight: bold;
	text-align:	center;
	font-size : 11px;
}

a.afs:link,a.afs:visited,a.afs:active,a.afs:hover  {
	color:#cc0000;
	text-decoration: none;
}

a.ada:link,a.ada:visited,a.ada:active,a.ada:hover {
	color: #008800;
	text-decoration: none;
}
a.anm:link,a.anm:visited,a.anm:active,a.anm:hover {
	color:#333333;
	text-decoration: none;
}
a.abg:link,a.abg:visited,a.abg:active,a.abg:hover {
	color:#ffffff;
	text-decoration: none;
}

/* EOF CALENDARIO */

