@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}
body{
	margin:0;
	background:#001;}
#wrapper{
	background:url(images/fondo.jpg);
	background-repeat:no-repeat;
	height:790px;
	width:955px;
	margin: 0 auto;
}
#contenido{
	position:absolute;
	background:url(images/fondo.png);
	height:780px;
	width:955px;
	border-bottom-color:#FFED00;
	border-bottom-style:solid;
	border-bottom-width:10px;
}
#adorno{
	position:absolute;
	margin-left:410px;
	margin-top:635px;
}
#logo{
	position:absolute;
	padding-left:36px;
	padding-top:36px;
}
#enlaces{
	position:absolute;
	margin-left:650px;
	margin-top:15px;
	height:125px;
	text-align:right;
	border-left-color:#FFED00;
	border-left-style:solid;
	border-left-width:medium;
}
#menu{
	position:absolute;
	margin-left:37px;
	margin-top:210px;
}
#info{
	position:absolute;
	margin-left:310px;
	margin-top:140px;
	width:610px;
	height:480px;
}