BODY {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	border-style: none;
	background-repeat: no-repeat;
	background-position: right bottom;
}

P, A, UL, LI, EM {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	border-style: none
}


INPUT, SELECT, TEXTAREA {
	FONT-SIZE: 7.5pt;
	VERTICAL-ALIGN: middle;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

.BODY A:hover {
	layer-background-color: blue;
	FONT-WEIGHT: bolder;
	TEXT-DECORATION: none;
	BACKGROUND-COLOR: blue;
	COLOR: blue;
}

.BODY A {
	COLOR: white;
	TEXT-DECORATION: none;
}

H1, H2, H3, H4, H5, H6 {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	COLOR: #006699;
}

.Table_Header {
	font-size: 10px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	COLOR: #FFFFFF;
	font-weight: bold;
	background: #019431; // #006699;
}

.Table_Cell {
	font-size: 9px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.Table_CellColor {
	font-size: 9px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background: #E6E6E6;
}


.3DBorder {
	border-color: #DDDDDD #666666 #333333 #DDDDDD;
	border-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin
}

.Nota {
	border-color: #FFFBBB;
	border-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	background-color: #FFFDDD;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	font-style: italic;
}

.NotaBody {
	font-size: 9px; font-family: Arial, Helvetica, sans-serif; color:#999999;
    background-color: #FFFDDD; 	font-style: italic;
}

.NotaCaption {
	font-size: 11px; font-family: Arial, Helvetica, sans-serif; color:#000080; font-weight:bold;
    background-color: #FFFBBB
}

.Win {
	border-color: #33CC00;
	border-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	background-color: #E3F3E3;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	font-style: italic;
}

.WinBody {
	font-size: 9px; font-family: Arial, Helvetica, sans-serif; color:#999999;
    background-color: #CCFFCC; 	font-style: italic;
}

.WinCaption {
	font-size: 11px; font-family: Arial, Helvetica, sans-serif; color:#FFFFFF; font-weight:bold;
    background-color: #33CC66}

.XP-Button {
  width:  90px;
  text-align: center;
  height:      30px;
  line-height: 20px;
  vertical-align: middle;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 12px;
  color: #000080;
  cursor:pointer;
}


/**********************************************
* Estilo para Formularios
***********************************************/
label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic;
	overflow:hidden;
	margin-left: 10px;
}

FIELDSET {
	width:68%;
	margin:auto;
	margin-bottom: 24px;
}

LEGEND {
	background-color:#009900;
	padding: 4px 10px 4px 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	font-size:14px;
}

.Rotulo {
	width: 120px;
	vertical-align:top;
	display:inline-block;
	text-align:right;
	padding-right:6px;
}

.Linea {
	margin:6px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 96%; 
}
.error
{
 border-color:red;
 border-style:solid;
 border-width:1px;
 padding-left:6px ;
 padding-right:6px;
 font-size: 10px; 
}
