body {
	background-color: White;
	vertical-align: middle;
	margin: 0 0 0 0;
}

table.main {
	width: 900px;
}

td {
	color: #004282;
	font-family: "Trebuchet MS";
	font-size: 12px;
}

td.text {
	padding: 10 10 10 10;
	width: 398px;
}

td.borde {
	border: 2px solid #0053A5;
}

td.borde_hor {
	border: 2px solid #0053A5;
	border-left: 0px;
}

td.borde_lateral1 {
	border: 2px solid #0053A5;
	border-bottom: 0px;
	border-top: 0px;
	border-right: 0px;
}

td.borde_lateral {
	border: 2px solid #0053A5;
	border-bottom: 0px;
	border-top: 0px;
}

td.borde_inferior {
	border: 2px solid #0053A5;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	height: 60px;
}

a {
	color: #0053A5;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

td.linea {
	font-size: 11px;
}

input {
	font-family : "Trebuchet MS";
	font-size : 11px;
	color: #004282;
}

select {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #004282;
}

textarea {
	font-family : "Trebuchet MS";
	font-size : 12px;
	color: #004282;
}

td.negre {
	background-color: Black;
}

.error {
	font-size : 13px;
}
