/*
	00 Reset
*/

@import url("reset.css");

/*
	01 Layout
*/

html,
body	{
	background: #000 url(../imagenes/bg-body.png) top right no-repeat;
	color: #b3b6b6;
	font: 11px/16px "Trebuchet MS", Times, serif;
}

div#contenedor	{
	width: 380px;
	height: 200px;
	left: 50%;
	top: 50%;
	margin-left: -185px;
	margin-top: -100px;
	position: absolute;
}

div#contenedor h1	{
	background: url(../imagenes/bg-h1.png) top left no-repeat;
	width: 228px;
	height: 194px;
	text-indent: -9000px;
	float: left;
}



div#data	{
	border-left: 1px solid white;
	padding-left: 5px;
	float: right;
	margin: 130px 0 0 10px;
}

div#data dl dt	{	font-weight: bold;	}

h2 a:link,
h2 a:visited	{
	color: #44bac6;
	font: normal 11px "Trebuchet MS", Times, serif;
	text-decoration: none;
}

h2 a:hover,
h2 a:active	{
	border-bottom: 1px solid #44bac6;
}