﻿/*ESTILOS DEL SUGGEST*/
#Lista
{
	position: absolute;
	display: none;
	width: 200px;
	top: 45px;
	left: 76px;
	color: black;
	z-index: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	background-color: white;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #7F9DB9;
	border-right-color: #7F9DB9;
	border-left-color: #7F9DB9;
}
.resaltado {
	padding: 5px;
	height: 15px;
	text-align: left;
	background-color: #003366;
	color: #FFFFFF;
	cursor: pointer;
	border-bottom: 1px solid #7F9DB9;
}
.normal {
	padding: 5px;
	height: 15px;
	text-align: left;
	background-color: #FFFFFF;
	color: #003366;
	border-bottom:1px solid #7F9DB9;
}
.resaltador {
	background-color: #AFCAE4;
}
/*FIN DE ESTILOS DEL SUGGEST*/

