/* TABLA COIMPARATIVA 01 */

.table_lc
{
	background-color: #f5f5f5;
	text-align: left;
	border-collapse: collapse !important;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	
	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: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003399;
	font-weight: normal;
	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: #333333;

	border-bottom: 1px solid #f5f5f5;

}

.table_lc td
{
	border: 1px solid #ffffff;
	padding: 3px;

}

.odd
{
	background-color: #ebebeb;
}


.table_lc tbody tr:hover
{
	background-color: #3366CC;
	
}

.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: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #333333;
		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: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #333333;
		text-decoration: none;
		text-align: left;
		
		padding: 5px;

		
		background-color: #EBEBEB;
		
		display: table;
		width: 100%;
		
	}
	
	/*-------------------------------------------*/
