body {
	background-color: #00006A;
	text-align: center;
}
#central{
	position: absolute;
	left: 50%;
	top: 50%;
	height: 480px;
	margin-top: -240px;
	width: 600px;
	margin-left: -300px;
	background-color: #000000;
}

 .col1, .col2 {
	float:left;
 }
 .col1 .columnas {
	width:300px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CCCCCC;
 }
  .col2 .columnas {
	width:300px;
	text-align: right;
 }

a.intro:link{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
}
a.intro:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
}
a.intro:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
}
a.intro:active{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
}
a.botonMenu {
font-family: sans-serif, Verdana, Arial;
font-size: 8pt;
color: white;
}

#menu div.barraMenu {
	width:600px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-top: 20px;
}

#menu div.barraMenu a.botonMenu {
color: white;
padding: 4px 6px 2px 5px;
text-decoration: none;
}

#menu div.barraMenu a.botonMenu:hover {
background-color: #556975;
}

#menu div.barraMenu a.botonMenu:active {
background-color: #556975;
color: black;
}
p {
	margin-top: 0px;
	margin-bottom: 0px;
}
