﻿/*
---------------------------------------------------------------------
TABLA PRODUCTOS
---------------------------------------------------------------------
*/

.TablaProductos
{
	width: 100%; 
	font-family: Verdana; 
	font-size: 12px; 
	font-weight: normal; 
	text-align: center;
              
}

.TablaTitulos
{
    border-bottom: 2px solid #00558f;
    text-align: center;
    font-family: verdana;
    color: #00558f;
    font-size: 12px;
    font-weight: bold;
    width: 117px;
	border-bottom: 1px solid #91c8ee;
	padding-bottom:7px;
              
}

.ColumnaProducto
{
	width: 117px; 
	height: 35px;
	border-bottom: 1px dotted #91c8ee;
}  

.ColumnaDescripcion
{
	padding-right: 5px;
	margin-right: 5px; 
	padding-left: 5px; 
	margin-left: 5px;
	height: 35px;
	border-bottom: 1px dotted #91c8ee;
	text-align: center;
	font-family: verdana;
	font-size: 10px;
}                      
                       
.ColumnaMercado
{
	padding-right: 5px;
	margin-right: 5px; 
	padding-left: 5px; 
	margin-left: 5px;
	height: 35px;
	border-bottom: 1px dotted #91c8ee;
	text-align: center;
	font-family: verdana;
	font-size: 10px;
}

.ColumnaEntorno
{
	height: 35px;
	border-bottom: 1px dotted #91c8ee;
	text-align: center;
	font-family: verdana;
	font-size: 10px;
}  


