body {
	background-color : #000000;
}
td {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #FFFFFF;
}
A, A:VISITED {
	color : #ff9900;
	text-decoration : none;
	font-weight:bold;
}
A:HOVER {
	color : #ffcc00;
	text-decoration : none;
	font-weight:bold;
}

A.PGM, A.PGM:VISITED {
	color : #FFFFFF;
	text-decoration : none;
	font-weight:bold;
	font-size : 12px;
}
A.PGM:HOVER {
	color : #FFFFFF;
	text-decoration : none;
	font-weight:bold;
	font-size : 12px;
}

input, textarea {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #000000;
	border-bottom: 1px solid #9AA5B2;
	border-right: 1px solid #9AA5B2;
	border-left: 1px solid #9AA5B2;
	border-top: 1px solid #9AA5B2;
	background color:#ffffff;
}
select {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : Black;
	border : 1px solid #D4D0C8;
}
.boton {
	font-family : Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color : #0290f6;
	border-bottom: 1px solid #0066ff;
	border-right: 1px solid #0066ff;
	border-left: 1px solid #0066ff;
	border-top: 1px solid #0066ff;
	font-weight: bold;
}
.marco {
	background-color : #354A64;
}
.pleca {
	color: #ffffff;
	padding-top:2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 3px;	
	font-weight : bold;
}
.titulo {
	font-size : 22px;
	color : #FFFFFF;
	font-weight : bold;
}
.subtitulo {
	font-size : 14px;
	color : #FFFFFF;
	font-weight : bold;
}

.copy {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
	color : #B1C0D3;
}
.resaltado {
	font-weight : 800;
}

