﻿/*Formato general*/
body 
{
  background: url('images/blank.gif') repeat-x repeat-y;
  background-color:#f3f3f3;
}
*
{
	font-family:Arial;
	font-size:small;
}
.table_paginacion
{
    width:98%;
    height:60px;
}
.table_td_1
{
    text-align:right;
    width:150px;
}
.panel-title 
{
    font-weight: bold;
    color: #EEEEEE;
}
input
{
    margin: 0;
    width:15px;
}  
table, td, tr
{
    padding: 0;
    margin: 0;
}