a:visited {
	color: black;
}

a:active {
	color: black ;
}

a:link {
	color: black;
}
a.eva{
	color: green;
}
a.expoa{
	color: #A52A2A;
}
a.eva1{
	color: #FF6633;
}
a.expo{
	color: red;
}
button.bmen{
	color: white;
}
a.menu{
	color:#738AAA;
}
a.sh{
	color:#ce0031;
}
a.factura{
	color: #DDDDDD;
}
a.notasCD{
	color: Maroon;
}
body {
	font-size: 8pt;
	font-family: helvetica, arial;

}
a.transp{
	color: white;
}
a.saldo{
	color: #003399;
}
a.transfer{
	color: Maroon;
}

body.menu {
	font-size: 8pt;
	font-family: helvetica, arial;
	background-color: #3333CC;
}

body.menu2 {
   font-size: 8pt;
   font-family: helvetica, arial;
   background-color: #dadada;
}
td.eva {
	font-size: 7pt;
	font-family: helvetica, arial;
}

td.titulo{
	font-size: 12pt;
	font-family: helvetica, arial;
}

td {
	font-size: 8pt;
	font-family: helvetica, arial;
}

td.color1{
	font-size: 8pt;
	font-family: helvetica, arial;
	background-color: #cac5ea;
}

td.color2{
	font-size: 8pt;
	font-family: helvetica, arial;
	background-color: #DADADA;
}

tr.color3{
	font-size: 8pt;
	font-family: helvetica, arial;
	background-color: white;
}


tr.color1{
	font-size: 8pt;
	font-family: helvetica, arial;
	background-color: #738AAA;
	
}

tr.color2{
	font-size: 8pt;
	font-family: helvetica, arial;
	background-color: #DADADA;
}

input.color2{
	font-size: 8pt;
	font-family: helvetica, arial;
	background-color: #CAC5EA;
}

input.color3{
	font-size: 10pt;
	font-family: helvetica, arial;
	background-color: white;
}
input.color4{
	font-size: 8pt;
	font-family: helvetica, arial;
	background-color: #DADADA;
}
input.colorn{
	font-size: 8pt;
	font-family: helvetica, arial;
	font-bgcolor: #white;
	background-color: green;
}
input.colore{
	font-size: 8pt;
	font-family: helvetica, arial;
	background-color: #D4E5F1;
}
input.coloreW{
	font-size: 8pt;
	font-family: helvetica, arial;
	background-color: white;
}
input.boton{
	font-family: helvetica, arial;
	font-size: 9pt;
	font-weight: bold;
	color: #1B60C2;
	background-color: #D4E5F1;
}
input.boton:hover{
	font-family: helvetica, arial;
	font-size: 9pt;
	font-weight: bold;
	color: #D4E5F1;
	background-color: #315C94;
}
textarea.coloreva{
	font-size: 8pt;
	font-family: helvetica, arial;
	background-color: #D4E5F1;
}
textarea.release{
	font-size: 8pt;
	font-family: helvetica, arial;
	background-color: white;
}
th {
	font-size: 8pt;
	font-family: helvetica, arial;
}
th.pago{
	font-size: 7pt;
	font-family: helvetica, arial;
}
th.color1{
	font-size: 8pt;
	font-family: helvetica, arial;
	background-color: #cac5ea ;
}
th.color2{
	font-size: 8pt;
	font-family: helvetica, arial;
}
th.eva {  
	font-size: 7pt;
	font-family: helvetica, arial;
}
b {
	font-size: 8pt;
	font-family: helvetica, arial;
}

p {
	font-size: 8pt;
	font-family: helvetica, arial;
}

font.big{	
	color: blue;
	font-size: 8pt;
}
select.eva {
	font-size: 8pt;
	font-family: helvetica, arial;
	background-color: #D4E5F1;
}
th.expo{
	font-size: 7pt;
	font-family: helvetica, arial;
	background-color: white; 
}
td.expo{
	font-size: 8pt;
	font-family: helvetica, arial;
}

td.expob{
	font-size: 8pt;
	font-family: helvetica, arial;
}

option {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 11px;
}
option.three {background-color: #B5C4D8; color:black; font: bold 12px courier ;}

h3 {
		margin: 0px;
		padding: 0px;	
	}

	.suggestionsBox {
		position: relative;
		left: 30px;
		margin: 10px 0px 0px 0px;
		width: 200px;
		background-color: #212427;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		border: 2px solid #000;	
		color: #fff;
	}
	
	.suggestionList {
		margin: 0px;
		padding: 0px;
	}
	
	.suggestionList li {
		
		margin: 0px 0px 3px 0px;
		padding: 3px;
		cursor: pointer;
	}
	
	.suggestionList li:hover {
		background-color: #659CD8;
	}