body {
	margin-top: 2px;
	background-color: #3F4342;
	background-image: url(images/fondo-cuadros.jpg);
}
body,td,th {
	color: #CA433F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
button
{
	width:70px; 
}
a:link {
	color: #CA433F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CA433F;
}
a:hover {
	text-decoration: none;
	color: #CA433F;
}
a:active {
	text-decoration: none;
	color: #CA433F;
}
.titulo
{
	font-size:18px;
	font-weight:bold;
}
.titulo_seccion
{
	font-size: 36px;
	font-weight: bold;
}
.pie
{
	color: #CCCCCC;
}
.pie_link
{
	font-size: 12px;
	color: #FFFFFF;
}
.encabezado_chica
{
	font-size:11px;
}
.multiples
{
	width:200;
	height:180;
}
.error
{
	color:#FF0000;
	font-weight:bold;
}
.exito
{
	color:#009900;
	font-weight:bold;
}
.negro
{
	color:#000000;
	font-weight:bolder;
}
.gris
{
	color:#999999;
	font-weight:bolder;
}

.grilla
{
	margin:5px;
	padding:0px;
	height:300px;
	overflow:auto;
	border-style: inset;
}
.toolbar
{
	border:solid;
	border-width:1px;
	border-color:#333333;
	background-color:#ECE9D8;
	margin:5px;
	padding:2px;
	height:auto;
	width:100%;
}
.toolbar_btn
{
	background-color:#ECE9D8;
	height:24px;
	width:24px;
}
.nave_bar
{
	color: #990000;
	text-decoration:underline;
}

