.celda_titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0066FF;
	background-position: right;
	text-align: right;
}
.celda_formulario {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #000066;
	text-align: left;
	color: #CCCCCC;
}
.titulo_tabla {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #000066;
	text-align: center;
}

.filaBlanca {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #CBE4CB;
}

.parrafo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.titulo_cat {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bold;
}
.tabla_formulario {
	background-color: #CCCCCC;
	padding: 2px;
	cellspace: 2;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #003300;
	border-top-width: 1;
	border-right-width: 1;
	border-bottom-width: 1;
	border-left-width: 1;
	border-top-color: #003300;
	border-right-color: #003300;
	border-bottom-color: #003300;
	border-left-color: #003300;
}
.marco
{
	width:98%;
	height:98%;
	border-width: 4px;
	border-style: outset;
	border-color: #0099FF;
	border-collapse: separate;
	margin-left:1%;
	margin-right:1%;
	margin-bottom:1%;
	margin-top:1%;
	background-color: #CBE4CB;
}

.campo_derecha {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: right;
}
.subtitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
}
.campoMoneda {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:right;
	font-weight:bold;
}
.textoChico {
	font-family:Tahoma;
	font-size: 11px;
	background-color:#FFFFFF;
	color:#000066;
}

a:link {
	color: #000033;
}
a:visited {
	color: #0033CC;
}

#tblClientes th a:link {color:#FFF;}
#tblClientes th a:visited {color:#FFF;}
#tblClientes th a:hover {color:#FFF;}
#tblClientes th a:active {color:#6C3;}

body {
	background-color:#009966;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../fondo.jpg);
}


