/* TITULOS */

.tit01			{	font-family: Georgia, Arial, Helvetica, Sans-serif;
					font-size: 17px; 
					color: #646464; 
					line-height: 18px;
					text-decoration: none; }

.tit01:hover    {   text-decoration: underline;}




/* TEXTOS */

.txt01			{	font-family: Tahoma, Arial, Helvetica, Sans-serif;
					font-size: 12px; 
					color: #6F7FC6; 
					line-height: 13px;
					text-decoration: none; }

.txt01:hover    {   text-decoration: underline;}

.txt02			{	font-family: Tahoma, Arial, Helvetica, Sans-serif;
					font-size: 12px; 
					color: #909090; 
					line-height: 13px;
					text-decoration: none; }

.txt02:hover    {   text-decoration: underline; }


.txt03			{	font-family: Georgia, Arial, Helvetica, Sans-serif;
					font-size: 12px; 
					color: #646464; 
					line-height: 14px;
					text-decoration: none; }

.txt03:hover    {   text-decoration: underline; }



/* MENU */

.mnu01			{	font-family: Georgia, Arial, Helvetica, Sans-serif;
					font-size: 12px; 
					color: #6E6F72; 
					line-height: 14px;
					font-weight: bold;
					text-decoration: none; }

.mnu01:hover    {   text-decoration: underline; }

.mnu02			{	font-family: Georgia, Arial, Helvetica, Sans-serif;
					font-size: 12px; 
					color: #3E3E40; 
					line-height: 14px;
					text-decoration: none; }

.mnu02:hover    {   text-decoration: underline; }


.mnu03			{	font-family: Georgia, Arial, Helvetica, Sans-serif;
					font-size: 12px; 
					color: #6E6F72; 
					line-height: 14px;
					text-decoration: none;
					padding-left: 23px; }

.mnu03:hover    {   text-decoration: underline; }


.mnu03b			{	font-family: Georgia, Arial, Helvetica, Sans-serif;
					font-size: 12px; 
					color: #6E6F72; 
					line-height: 14px;
					text-decoration: none; }

.mnu03b:hover    {   text-decoration: underline; }


/* SEPARADOR */

.sep			{	font-size: 3px;
					line-height: 2px; }


/* BORDES */
/*
.br01			  {	border: 1px solid #000000; }

/* PUNTOS */

.pnt01			{	background: url('../imgs/point01.gif'); 
					height: 1px;  }

/*
.pnt02			{	background: url('../imgs/pnt02.gif'); 
					height: 1px;  }

.pnt03			{	background: url('../imgs/pnt03.gif'); 
					height: 1px;  }


/* BACKGROUNDS */

.bg01			{	background-image: url('../imgs/bg01.gif');
					width: 150px;  }

/*
.bg02			{	background: url('../imgs/menu/bg_menubar.gif');
					height: 6px; }


.bg03			{	background-image: url('../imgs/buscador.jpg');
					width: 485px;
					height: 231px; }



/* FORMULARIO */

.box			  {	color: #006D9A; 
					font-family: Tahoma, Arial, Sans-serif; 
					font-size: 12px; 
					background: #B7EAFF;
					width: 232px;
					height: 17px; }

.box2			  {	color: #707273; 
					font-family: Tahoma, Arial, Sans-serif; 
					font-size: 12px; 
					background: #F5F5F5;
					border: 1px solid #A4A3A8;
					width: 270px;
					height: 18px; }

.drop			  {	color: #006D9A; 
					font-family: Tahoma, Arial, Sans-serif; 
					font-size: 12px; 
					background: #B7EAFF;
					width: 232px;
					height: 17px; }



.txt			  {	color: #707273; 
					font-family: Tahoma, Arial, Sans-serif; 
					font-size: 12px; 
					background: #F5F5F5;
					border: 1px solid #A4A3A8;
					width: 270px;
					height: 100px; }



