/* TABLA COIMPARATIVA 01 */

.table_lc
{
	background-color: #f5f5f5;
	text-align: left;
	border-collapse: collapse !important;

	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #666;
	
	padding: 3px;
}

.table_lc a
{
	display: block;
	text-decoration: none;
	color: #003399;
	padding: 3px;
}

.table_lc a:hover
{
	text-decoration: underline;
}

.table_lc th a:hover, .table_lc tbody tr:hover th
{
	background-color: #003399;
	color: #ffffff !important;
}

.table_lc thead th {
       font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
       font-size: 12px;
       color: #1079bb;
       font-weight: bold;
       text-align: left;
       padding: 3px;
       height: 25px;
       border: 1px solid #CCCCCC;
       background:   url('/retail/Retail/images/static/back_h2.jpg') repeat-x;
       background-color: #EBEBEB;
}





.table_lc tbody th
{
	color: #666;

	border-bottom: 1px solid #f5f5f5;

}

.table_lc td
{
	border: 1px solid #ffffff;
	padding: 5px;

}

.odd
{
	background-color: #f5f5f5;
}


.table_lc tbody tr:hover
{
	background-color: #EBEBEB;
	color: #FFFFFF;
	
}

.table_lc tbody tr:hover, .table_lc tbody tr:hover a
{
	color: #ffffff !important;
}

/* FIN TABLA COIMPARATIVA 01 */



/* TABLA MENU INICIO */

.tbl_mi {

		font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-size: 12px;
		color: #666;
		text-decoration: none;
		text-align: left;
		
		padding: 5px;
		
		border-bottom: 1px solid #FFFFFF;
		background-color: #F5F5F5;
		
		display: table;
		width: 100%;
		
	}

	.tbl_mi:hover{

		font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-size: 12px;
		color: #666;
		text-decoration: none;
		text-align: left;
		
		padding: 5px;

		
		background-color: #EBEBEB;
		
		display: table;
		width: 100%;
		
	}
	
	/*-------------------------------------------*/
	
