/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-image: url(images/fondos/fondo_fondo.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #010199;
}
a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000099;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #000099;
}



.azul {
	color: #0000a7;
}

.footer {
	color: #FFFFFF;
	font-size: 11px;
}

.title {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size:12px;
	color:#0000A7;
	font-weight: bold;
	}


#menu {
	margin:2;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size:10px;
	font-weight: bold;
	line-height: 28px;
	list-style-type: none;
	color:#333333;
}

#menu a {
	text-decoration:none;
	color:#0000A7;
	font-weight: bold;
	background-image: url(images/rombo.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 6px;
}

#menu a:hover {
	color:#333333;
	background-position:left;
	background-image: url(images/romblanco.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 10px;
}
