/* **************************************************************** */
/* TABLAS															*/
/* **************************************************************** */

div.tabla,
div.tabla_sinbordes
{
	position: relative; float: left;
	width: 567px;
	height: auto;
}

		div.tabla div.error,
		div.tabla_sinbordes div.error
		{
			position: relative; float: left;
			width: auto;
			height: auto;
		}


		div.tabla table,
		div.tabla_sinbordes table 
		{
			width: 567px;
		}
		
				div.tabla thead,
				div.tabla_sinbordes thead
				{
					background-image: url('img/producto_titulo.jpg');
					background-repeat: no-repeat;
					background-position: top left;
				}
				
						div.tabla thead td,
						div.tabla thead th,
						div.tabla_sinbordes thead td,
						div.tabla_sinbordes thead th
						{
							height: 18px; /* 26 - 8padding */
							padding: 4px 10px;	
							
							text-align: center;
						}
				
				
				div.tabla tbody,
				div.tabla_sinbordes tbody
				{
				}
						div.tabla tbody td,
						div.tabla tbody th
						{
							border: 1px solid #b41617;
							padding: 4px 10px;
							
							background-color: #6D0D0E;
						}
						
						div.tabla_sinbordes tbody td,
						div.tabla_sinbordes tbody th
						{
							/*border: 1px solid #b41617;*/
							padding: 4px 10px;
							
							background-color: #6D0D0E;
						}
				
				
				div.tabla tfoot
				{
					background-color: #b41617;
				}
				
						div.tabla tfoot td,
						div.tabla tfoot th
						{
							height: 27px; /* 35 - 8padding */
							padding: 4px 10px;
							
							text-align: left;
							font-weight: bold;
						}
		
				
						
						
						
img.imagen
{
	border: 1px solid #b41617;
}








div.paginado
{
	position: relative; float: left;
	width: 567px;
	height: auto;
}
		div.paginado table
		{
			width: 567px;
			margin-bottom: 10px;
		}
		