/* Font comn */ 
font {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-style:normal;
font-weight:normal;
color: #484b39;
}
/* Font en azul, como para el copyright */ 
font.copyright {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-style:normal;
font-weight:normal;
color: #00005a;
}
/* Caractersticas del body, tag comn, sin clase */ 
body {
	background-color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/* Links Comunes; sin subrayado excepto en Over */ 
a:link {
  color: 484b39;
  text-decoration: none; 
}
a:visited {
  color: 484b39;
  text-decoration: none; 
}
a:hover {  
  color: 484b39;
  text-decoration: underline; 
}
a:active { 
  color: 484b39;
}
/* Table Header fondo verde oscuro */ 
th {
	background-color: 6a7e9f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: 484b39;
	height:18px;
	text-align: left;
	vertical-align: middle;
}
/* Table Header fondo azul */ 
.thAzul {
	background-color: 00005a; 
	background-color: ; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: 6a7e9f; 
	height:18px;
	vertical-align: middle;
}

.thVerde {
        background-color: #6a7e9f;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: bold;
        color: #dae1f3;
        height:18px;
        vertical-align: middle;
	text-align: center;
	border-collapse: collapse;
}

/* Table Header fondo azul con letra grande como para la pgina de login */ 
.thAzulBig {
	background-color:00005a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: 6a7e9f;
	height:20px;
	text-align: center;
	vertical-align: middle;
}
/* Tabla fondo verde claro con borde verde oscuro */ 
.table1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: 484b39;
	background-color: e1e5ee;
	padding: 4px;
	margin-left: 4px;
	margin-top: 4px;
	border-style: solid;
	border-width: 2px;
	border-color: 6a7e9f;
}
/* Idem 1 pero sin borde */ 
.table2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: 484b39;
	background-color: e1e5ee;
	padding: 4px;
	height: 12px;
}
/* Tabla fondo azul oscuro con borde gris claro */ 
.table3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: 484b39;
	background-color: 00005a;
	border-width: 1px;
	border-style: ridge;
	color: #999999;	
}
/* Idem 1 pero con borde gris con efecto (varia segun el lado) */ 
.table4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: 484b39;
	background-color: #e1e5ee;
	border-bottom-color:#cccccc;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-left-color:#cccccc;
	border-left-width: 1px;
	border-left-style: hidden;
	border-right-color:#CCCCCC;
	border-right-style: solid;
	border-right-width: 1px;
	padding-left: 4px;
}
/* Fondo verde claro, borde azul */ 
.table5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: 00005a;
	background-color: e1e5ee;
	padding: 0px;
	border-style:solid;
/*	border-color:00005a; */
	border-color: #CCCCCC; 
	border-width:1px;
}
.table6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: 00005a;
	background-color: ffffff;
	padding: 0px;
	border-style:solid;
/*	border-color:00005a; */
	border-color: #CCCCCC; 
	border-width:1px;
}
/* Fondo verde oscuro solamente */ 
.tableMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: 484b39;
	background-color: 6a7e9f;
}
/* Item de Menu Impar */
.ItemImpar
{
	background-color: #d1d9e4;
}
/* Item de Menu Par */
.ItemPar
{
	background-color: #e1e5ee;
}
/* Checkbox */
input.checkbox {
	height: 18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;
	vertical-align:middle;
	border-width:1px;
	border-style: none; 
	border-color: 999999;
}
.chkresaltado {
	border-color: cc0000;
}
/* Botones */ 

input.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align:center;
	vertical-align: middle;
	color: 484b39;
	cursor: hand;
	height: 20px;
	border-style:solid;
	border-width: 3px;
	border-color: 999999;
	line-height: 18px;
}
/* Input Tag */ 
input {
	height: 18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;
	vertical-align:middle;
	border-width: 1px;
	border-style: solid;
	border-color: 999999;
}
.checkbox {
	border-width: 0px;
}
.radio {
	border-width: 0px;
}
/* Menu Tag */ 
menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: 484b39;
	text-decoration: none;
	border-width:1px;
	border-style: solid;
	border-color: 999999;
	height: 18px;
}
/* Textarea Tag */ 
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: 484b39;
	text-decoration: none;
	border-width:1px;
	border-style: solid;
	border-color: 999999;
	height: 100px;
}
/* Textfield Tag */ 
textfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: 484b39;
	text-decoration: none;
	border-width:1px;
	border-style: solid;
	border-color: 999999;
}
/* Option Tag */ 
option
{
	font-weight: normal;
	font-size: 10px;
	vertical-align: middle;
	color: #484b39;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 12px;
	text-decoration: none;
}
/* Select Tag */ 
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: 484b39;
	text-decoration: none;
	vertical-align: middle;
	border-width:1px;
	border-style: solid;
	border-color: 999999;
}
/* Fieldset Tag */ 
fieldset {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: 484b39;
	text-decoration: none;
	background-color: e1e5ee;
	border-style: solid;
	border-width: 1px;
	border-color: 999999;
}
/* Td con link (las pestaas que cambia de color el fondo) */ 
.td a:link { 
text-decoration: none;
text-align:center;
vertical-align:middle; 
display: block; 
width: 100%; 
height: 16px;
color: #484b39; 
text-indent: 10px; 
border-right-width: 4px;
border-right-color: ffffff;
border-right-style: solid;

} 
.td a:visited { 
text-decoration: none; 
color: #484b39; 
text-indent: 10px;
text-align:center;
vertical-align:middle; 
height: 16px; 
display: block; 
border-right-width: 4px;
border-right-color: ffffff;
border-right-style: solid;
} 
.td a:hover { 
text-decoration: none; 
text-align:center;
vertical-align:middle; 
background-color: e1e5ee; 
display: block; 
width: 100%; 
height: 16px;
text-indent: 10px; 
border-right-width: 4px;
border-right-color: ffffff;
border-right-style: solid;
}
.td a:active {
text-decoration: none;
text-align:center;
vertical-align:middle;
background-color: e7fa7f;
display: block;
width: 100%;
height: 16px;
text-indent: 10px;
border-right-width: 4px;
border-right-color: ffffff;
border-right-style: solid;
}
.bordes {
    border-width: 1px;
    border-style: solid;
    border-color: CCCCCC;
}
td {
	height: 22px;
}
.highlight {
	background-color: e7fa7f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
}
.bot-sup{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: 00005A;
}
a.bot-sup{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: 00005A;
}
a.bot-sup:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF9400;
	text-decoration: none;
	background-color: 00005A;
}
a.bot-sup:visited {
	color: #FFFFFF;
}
.bot-supselecc{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #00005A;
	text-decoration: none;
	background-color: #E1E5EE;
}
a.bot-supselecc{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #00005A;
	text-decoration: none;
	background-color: #E1E5EE;
}
a.bot-supselecc:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF9400;
	text-decoration: none;
	background-color: #E1E5EE;
}
.bgcolorbotheader {
	background-color: #00005A;
}
.bgcolorseparadorhead {
	background-color: #FFFFFF;
}
.colorlineaheader {
	background-color: #928A82;
	height: 1px;
}
.colorlineatotales {
	background-color: #928A82;
	height: 1px;
}
.bgcolorpdcfondo {
	background-color: #F0F2F7;
	height:24px;
}
.error{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FE0000;
	text-decoration: none;
}
.mensaje{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #0000FE;
	text-decoration: none;
}
.inputform {
	height: 18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;
	vertical-align:middle;
	border-width: 0px;
	background-color: e1e5ee
}
.subbarra { 
	font-size: 10px; 
	font-color: #ffffff; 
	font-family: Verdana; 
	font-weight: normal;
	color: #000000; 
	text-decoration: none; 
	width: 100%; 
	padding-left: 10px; 
	padding-right: 10px; 
	position: relative;  
	visibility: show; 
} 
.subbarrasel { 
	font-size: 10px; 
	font-color: #ffffff; 
	font-family: Verdana; 
	font-weight: bold; 
	color: #000000; 
	text-decoration: none; 
	width: 100%; 
	padding-left: 10px; 
	padding-right: 10px; 
	position: relative;  
	visibility: show; 
} 
.textobienvenido
{
	font-family: trebuchet MS, verdana;
	color: #000000;
	font-weight: bold;
	font-size: 10px;
}
.opciones {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: 282828;
	text-decoration: none;
	font-weight: normal;
}
a.opciones:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: A21A04;
	text-decoration: underline;
	font-weight: normal;
}
.espacio {
	height: 1px;
}
.tableemergente {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: 484b39;
	background-color: e1e5ee;	
}
.tituloreporte{
	background-color: #d1d9e4;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    height:18px;
    vertical-align: middle;
	text-align: center;
}
