/* Global Styles */

body {
	margin:0px;
	}

/* ID Styles */

#navigation td {
	border-bottom: 1px solid #F4FFE4;
	}
	
#navigation a {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #000000;
	line-height:16px;
	letter-spacing:0.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 20px;
	}
	
  #navigation a:hover {
	background: #1083FF;
	color:#FFFFFF;
	}
#navi {	list-style-type:square;
}
.nombre {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0033FF;
	text-align:justify;
	font-weight:normal;
}
td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align:justify;
	font-weight:normal;
}

.titulo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	color:#0033FF;
	text-align:justify;
	font-weight:blod;
}
.menu:link {
	color: #FFFFFF;
	background:#0000FF;
	text-decoration: none;
	font-weight:bold;
}
.menu:visited {
	color: #FFFFFF;
	background:#0000FF;
	text-decoration: none;
	font-weight:bold;
}
.menu:hover {
	color: #0033FF;
	background:#FFFF00;
	text-decoration: none;
	font-weight:bold;
}
.menu:active {
	text-decoration: none;
	color: #0033FF;
	
}
a:link {
	color: #0000FF;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: none;
	color: #0000FF;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}