/* ******************************************** 
	Estilos de tablas
   ******************************************** */

.textoCliente
{
	font-family: Arial;
	width: 600px;
	
	font-size: 12px;
}

/* ******************************************** 
	DataGrid (Nuevos estilos)
   ******************************************** */

.dataGrid
{
	font-family: Arial;
	font-size: 10px;
	width: 600px;
	
	font-size: 12px;
}

.dataGrid a
{
	font-size: 12px;
}

.dataGrid .elemento TD, .dataGrid .elementoAlterno TD
{
	border-bottom: 1px solid #cccccc;
}

.cabeceraDataGrid
{
	font: bold 13px Arial, Verdana, Sans-serif;
	background: #92b4e0;
	padding-left: 6px;
	height: 25px;
	color: white;
}

.elementoAlterno
{
	background-color: #f5f5f5;
}

/* ******************************************** 
	Estilos de tablas
   ******************************************** */

#TablaDatosPedido
{
	width: 400px;
	font-size: 12px;
	border: 2px dotted #cccccc;
	margin-left: 2px;
	padding-bottom: 6px;
	padding-left: 2px;
}

