body {
	background-color: #EFEFEF;
	text-decoration: none;
	font-size: 10px;  
	}
table {
	background-color: White;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-color: #EFEFEF;
	border-style: solid;
	}
	td {
	vertical-align: top;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Trebuchet MS;
	font-size: 12px;
	}
	tr {
	border-left: 1px;
	border-right: 1px;	
	border-color: Blue;
	border-style: solid;
	}
	.subrayado {
	text-align: center;
	font-family: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
	}
	.boton {

	font-size: 9px;

	color: Black;

	font-weight: bold;

	background-color: #EFEFEF;

}
.formulario {

	background-color: #EFEFEF;

	color: Black;

	font-family: Comic Sans MS;

	font-size: 11px;

	SCROLLBAR-FACE-COLOR: #EFEFEF;

	border: 1px;

	border-style: solid;

	border-color: #61401F;

	}

a:link, a:visited {

	color: Black;

	font-family: Trebuchet MS;

	text-decoration: none;

	font-size: 12px;  

		}

a:hover, a:active {

	color: Blue;

	text-decoration: underline;

	font-size: 12px; 

	}