TABLE#general {
	width: 590px;
	margin-left: 20px;
}

TABLE#general TD {
	vertical-align: top;
	text-align: center;
}

TABLE#casilla_enlaces {
	width: 270px;
	font-family: Arial;
	font-size: 11px;
	color: #777777;
	border: 1px solid #CCCCCC;
	height: 200px;
}

TABLE#casilla_enlaces TD {
	vertical-align: top;
	text-align: justify;
	padding-left: 15px;
	padding-right: 15px;
}

TABLE#casilla_enlaces TD#intro {
	padding: 15px;
}

TABLE#enlace TD {
	padding: 0px;
	vertical-align: top;
	text-align: justify;
}

TABLE#enlace TD#icono {
	width: 22px;
}

TABLE#enlace A {
	font-family: Arial;
	font-size: 11px;
	color: #777777;
	font-weight: bold;
}

TABLE#casilla_formulario {
	width: 270px;
	font-family: Arial;
	font-size: 11px;
	color: #777777;
	border: 1px solid #CCCCCC;
	height: 200px;
}

TABLE#casilla_formulario TD {
	vertical-align: top;
	text-align: center;
}

TABLE#casilla_formulario TD#intro {
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	text-align: justify;
	height: 70px;
}

TABLE#casilla_formulario INPUT#usuario {
	width: 75px;
}

TABLE#casilla_formulario INPUT#password {
	width: 150px;
}

TABLE#casilla_formulario TD#derecha {
	text-align: left;
	width: 100px;
	padding-left: 15px;
	height: 30px;
}

TABLE#casilla_formulario TD#izquierda {
	text-align: left;
	width: 170px;
	padding-right: 15px;
	height: 30px;
}

TABLE#casilla_formulario TD#botones {
	text-align: center;
	vertical-align: middle;
}