/* estilos globales */

body {
	margin: 0px;
	background: url(../imagenes/fondo.jpg);
	background-attachment: fixed;
	}
	
td {
	font:11px Arial, Helvetica, sans-serif;
	color:#666666;
	}
	
a {
	color: #993300;
	}
	
a:hover {
	color: #000000;
	text-decoration: blink;
	background:#CCCCCC;
	}

/* ID de estilos */

#navigation td {
	border-bottom: 1px solid #F4FFE4;
	}
	
#navigation a {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #D5EDB3;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 20px;
	}
	
#navigation a:hover {
	background: #D6D7EC;
	color:#993300;
	}
	
/* lista de estilos */

.btNormal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	font-weight: bolder;
	border-top: 1px solid #C4CCCC;
	border-right: 1px solid #ACB5B5;
	border-bottom: 1px solid #6F7777;
	border-left: 1px solid #ACB5B5;
	background-image: url(http://www.eladiobello.com/imagenes/fondo_boton.gif);
	height: auto;
	cursor: hand;
}

.pageName{
	font: 18px Arial, Helvetica, sans-serif;
	color: #99CC66;
	line-height:26px;
	letter-spacing:.21em;
	}

.encabezado1{
	font: 18px Arial, Helvetica, sans-serif;
	color: #99CC66;
	line-height:26px;
	letter-spacing:.21em;
	}
.menu {
	font: 11px Arial, Helvetica, sans-serif;
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	}
.boton {
	font-size:9px;
	height: 20px;
	width: 100%;
	color: #FF0000;
	background-color: #F1F1F1;
}
.campo100 {
	width: 100%;
}
.centro_absoluto {
	position: fixed;
	vertical-align: middle;
}
.fondo_tabla {
background-color: #6665B1;
}
.negro_bold {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}
.rojo {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	background-color: #CCCCCC;
}
.superior {
	vertical-align: top;
}
.tabla_principal {
	height: 50%;
	width: 80%;
}
.tabla_encabezado {
	width: 80%;
}
.cienporcien {
	height: 100%;
	width: 100%;
}

