body 
{
	margin: 0;
	padding: 0;
	background: #000000;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 100%;
}

#contenedor {
	width:989px;
	height:660px;
	
}

#logo {
	margin-left:20px;
	margin-top:20px;
	background:url(logo.gif) no-repeat;
	height:37px;
}


#todo {
	width:978px;
	height:569px;
	left:-495px;
	top:-413px;
	margin-top:50%;
	margin-left:50%;
	position:absolute;
}

#izquier {
	width:140px;
	float:left;
	font-size:90%;
	color:#fca500;
	margin-top:30px;
	line-height:40px;

}


#derecha {
	width:350px;
	height:360px;
	color:#fca500;
	margin-left:325px;
	font-size:90%;
}


#pie {
	color:#fca500;
	font:"Calibri";
	font-size:90%;
	clear:both;
	padding-top:30px;
	text-align:center;
	
}

#texto {
		color:#fca500;
		font:"Calibri";
		clear:both;
		text-align:center;
		padding-top:40px;

}

a:link, a:active, a:visited, a:hover {
		text-decoration:none;
		color:#fca500;
}
