body{
margin:0px;
padding:0px;
background-color:#fff;

}

#principal{
position:relative;
	width:900px;
	margin:auto;
	height: 400px;	
	background-color:#fff;
}

#head{
	position:absolute;
	padding-bottom:10px;
	width:800px;
	height: 100px;
	left: 61px;
	margin:auto;
	top: -2px;

}
#menu{
	position:absolute;
	width:414px;
	height:38px;
	left: 187px;
	top: 64px;
	background-image: url(imgs/menu/fondo-menu2.jpg);
	background-repeat: no-repeat;
	color:#B3CB34;
	padding-top:10px;
	padding-left:5px;
	line-height:25px;
	font-weight:bolder;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	vertical-align:middle;
}
#information{
	position:absolute;
	left: 79px;
	top: 127px;
	width: 781px;
	height: 160px;

}

#new{
	position:absolute;
	color:#000;
	background-image:url(imgs/menu/110210.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	width: 746px;
	height: 112px;
	left: 23px;
	font-weight:bolder;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:20px;
	padding-right:15px;
	top: -5px;
	}
a:visited  {color: #FF9900; text-decoration: none;}
a:link  {color: #FF9900; text-decoration: none}
a:active  {color: #FF9900; text-decoration: none}
a:hover   {cursor:pointer; color:#FF9900;font-size:16px}
