@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333399;
	border-left-color: #333399;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333399;
	background-color: #000000;
}
#wrapper #cabeza {
	height: 130px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navegacion {
	height: 28px;
	background-color: #25125B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6633FF;
	font-size: 9pt;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 45px;
	margin-right: 20px;
	color: #999999;
	margin-top: 0px;
}
#wrapper #contenido #izquierda {
	width: 400px;
	float: left;
}
#wrapper #contenido {
}
#wrapper #contenido #derecha {
	width: 400px;
	float: right;
}
#wrapper #pie {
	background-color: #25125B;
	clear: both;
	height: 1px;
	padding: 0px;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-bottom-style: none;
	border-top-style: none;
}
