body {
	margin: 0;
	background: url(../images-v2/bg.gif) top center no-repeat #111;
	background-color: #000;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.blue {
	background: url(../images-v2/fondo-celeste.jpg) no-repeat #0177C5;
}
.blue a {
	color: #fff;
	text-decoration: underline;
}
.blue a:hover {
	text-decoration: none;
}

.blue_gray {
	background: url(../images-v2/bg_blue_gray.jpg) no-repeat #006699;
}
.blue_gray a {
	color: #fff;
	text-decoration: underline;
}
.blue_gray a:hover {
	text-decoration: none;
}

.white {
	background: #fff;
}
.white a {
	color: #0099ff;
}

.menu_container {
	/*background: url(../images-v2/border-menu.gif) repeat-y;*/
}

h1 {
	font-size: 28px;
}

#footer {
	border-top: 1px solid #fff;
	padding: 10px 0;
	font-size: 18px;
	letter-spacing: -1px;
}
