﻿body 
{
	margin: 0 0 0 0;
	top:0; left:0; right:0; bottom:0;
	background-color: White;
	font-family:Tahoma;
	font-size:12px;
	color: Black;
}
#dvFormulario
{
	width:680px;
	border: solid 1px Black;
	position:absolute;
	top: 10px;
	left:10px;
	background-color:White;
}
#dvFooter
{
	width:680px;
	height:20px;
	position:absolute;
	top:945px;
	left: 10px;
	font-family:Tahoma;
	font-size:9px;
}
.td300
{ width:300px; }
.td190
{ width:190px; }
.td150
{ width:190px; }
.tdTitulos
{
	background-color: Black;
	padding: 3px 3px 3px 3px;
	font-family:Tahoma;
	font-size:14px;
	font-weight:bold;
	color:White;
}
.tdSubTitulos
{
	background-color: #EFEFEF;
	padding: 3px 3px 3px 3px;
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	color:Black;
}
.textRed
{
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	color:Black;
}
