/*----------------- ------    Clase para tabla y formulario de login --------------------*/


#tablamayor {
	 padding: 0; margin: 0; border:0; text-align:center;
}

td.menu {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E1EBF0;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: thin;
	font-size: 11px;
	padding-left: 3px;
	height: 40px;
	vertical-align: middle;
	text-align: left;
	font-weight: bold;
	color: #666666;
	text-decoration: none;

}
td.menu
    menu:hover{ 
	color: ff7100;
	}
.bgfoot {
	border-top-style: none;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-image: url(../img/bgpage.gif);
	background-repeat: repeat-x;
	bottom: auto;
	height: 45px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: bottom;
	line-height: 10px;
}
.fila {
	height: 150px;
	vertical-align: top;
}

