body, html
{
	background-color: #000000;
	background: url('../images/fondo.gif');
}

#contenedor
{
	width: 910px;
	height: 570px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -455px;
	margin-top: -285px;
	border: 5px;
	border-color: #F3D00C;
	border-style: double;
	background-color: #000000;
}

#cabecera
{
	width: 910px;
	height: 130px;
}

#menu
{
	width: 910px;
	height: 15px;
	border-top: 1px;
	border-top-color: #444444;
	border-top-style: solid;
	border-bottom: 1px;
	border-bottom-color: #444444;
	border-bottom-style: solid;
	background-color: #002800;
	font-family: Tahoma, Verdana, sans-serif;
	text-align: right;
	color: #757575;
	font-size: 12px;
}

#menu a
{
	font-family: Arial, Verdana, sans-serif;
	color: #E0E0E0;
	font-size: 9px;
	text-decoration: none;
}

#menu a:hover
{
	color: #FFFF00;
	text-decoration: none;
}

#contenido
{
	width: 910px;
	height: 405px;
	background-color: #000000;
}

#contenidoa
{
	width: 565px;
	height: 375px;
	float: left;
	background-color: #000000;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#contenidob
{
	width: 265px;
	height: 377px;
	float: right;
	background-color: #000000;
	margin-left: 10px;
	margin-right: 35px;
	margin-top: 15px;
	margin-bottom: 15px;
	overflow: auto;
}

#contenidob h1
{
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #DDDDDD;
	font-weight: bold;
	text-align: left;
	font-variant: small-caps;
}

#contenidob p
{
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #D8D8D8;
	text-align: justify;
	line-height: 18px;
}

#contenidob a
{
	color: #B5B5B5;
	text-decoration: none;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
}

#contenido a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

#pie
{
	width: 910px;
	height: 15px;
	clear: both;
	background-color: #E5E4AF;
	text-align: center;
	font-family: Verdana, Tahoma, Helvetica;
	font-size: 10px;
	color: #5D5D5D;
	border-top: 1px;
	border-top-style: solid;
	border-top-color: #E5E4AF;
}