body {
	margin: 0px;
	padding: 0px;
	background: url(simplex-bkg.gif);
	color: #150ba0;
	font-size: 1.8em;
}

div#principal {
	margin-right: 210px;
}

a:link {
	color: #150ba0;
	text-decoration: none;
}

a:visited {
	color: #150ba0;
	text-decoration: none;
}

a:hover {
	color: white;
}

div#barra_izda {
	width: 150px;
	height: 800px;
	margin: 0 4%;
	border: none;
	float: right;
	background: #c6c7ca;
	background-image: url("selex_gris_transp_135i.gif");
	background-position: center top;
	background-repeat: repeat-y;
	z-index: 1;
}

div#barra_izda2 {
	width: 150px;
	height: 800px;
	background: #c6c7ca;
	background-color: transparent;
	background-image: url("selex_azul_transp_135i.gif");
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 2;
}

table.menu {
	font-size: 0.7em;
}


table.menu td {
	margin-right: 0px;
	padding: 0px;
	width: 150px;
	text-align: center;
	border: 1px solid #150ba0;
}

table.menu td:hover {
	color: white;
	background: #150ba0;
}


