@charset "utf-8";
/*definiciones para el menu*/
.logo{
	float: right;
	width: 389px;
	height: 171px;
	text-indent: -1200px;
}
.menu{
	width: 611px;
	height: 27px;
	background: #ED003F;
}
.menu ul{
	font: bold 11px Arial;
	margin:0;
	margin-left: 35px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
}
.menu  li{
	padding: 0;
	text-transform:uppercase;
	display: inline;
}
.menu  a{
	float: left;
	color: white; /*Margin between each menu item*/
	padding: 5px 10px;
	text-decoration: none;
	letter-spacing: 1px;
}
.menu  a:hover{
	background-color: #99D052; /*Menu hover bgcolor*/
	color: #000000;
}