/* para las tablas que se usan en imprimir */

body {	
	margin-left: 30px;
	font-family: verdana, 'trebuchet ms', sans-serif;
	font-size: 12px;
}

table
{   
	margin-top: 10px;
	text-align: left;
	width: 100%;
 }

table th 
{   
	font-size: 13px;
	text-align: left;
	color: black;
	border-bottom-style: solid;
	border-bottom-color: black;
	border-bottom-width: thin;	
  }

table td
{
	margin-top: 5px;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	border-bottom-width: thin;	
  }

table td	a { text-decoration: none; color: #45455b; }

#foot {    
	height: 16px;
	text-align: right;	
	float: right;
	margin-top: 40px;
	width: 700px;
	padding: 10px;
	color: grey;
	font-weight: bold;	
	font-size: 10px;
}

#logo{
	border: 0;
	background-color: white;
}

