body {
	scrollbar-arrow-color: #FF3300;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #CCCCCC;
	scrollbar-face-color: #F3F3F3;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-track-color: #F3F3F3;
	background-image: url(images/fondoweb.gif);
	background-repeat: repeat;
	background-position: left top;
	margin-top: 0px;
	margin-left: 0px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}
.fondocontenido {
	background-image: url(images/fondocelda.gif);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.subtitulos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: underline;
	letter-spacing: 1px;
}
.separador {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #D6D6D6;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #002E52;
	border: 2px solid #CCCCCC;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000033;
	border: 2px solid #CCCCCC;
}
.boton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #FE6600;
	border: thin solid #C8580D;
}
.texto_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}

.tdpar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	background-position: center center;
	text-align: center;
	border-top: 1px #666666;
	border-right: 1px #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px #666666;
}

.tdimpar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	background-color: #F2F2F2;
	background-position: center center;
	text-align: center;
	border-top: #666666;
	border-right: #666666;
	border-bottom: 1px solid #666666;
	border-left: #666666;
}

.tituloresultados {
	background-color: #0066CC;
	border: 1px solid #003366;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.encabezado_tabla {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	background-color: #CCCCCC;
}
.tabla {
	border: thin solid #999999;
}

.tablastad {
	border-top: thin none #999999;
	border-right: thin solid #999999;
	border-bottom: thin solid #999999;
	border-left: thin none #999999;
}