body{
	height: 100 px;
	background-image:url(fondo.png);
	background-repeat: repeat;
}
.logo{
	
	width: auto;
	height:100%;
}
#logo{
	width: 25%;
	height:100%;

   float: left;
}
#anuncio{
	float: right;
	width:55%;
	height:100%;
	background-color: white;
}
.inicio{
	margin-bottom: 20px;
	font-family: Arial;
	font-size: 80%;
	border-radius: 5px;
	width: 10%;
	heigh: 80px;
	background-color: yellow;
	text-decoration: none;
	float: left;
	text-align: center;
	margin-left: 5px;
}
.inicio{
	font-weight: bolder;
	text-decoration:none;
	color: #0C1021;
}
.inicio:hover{
	
	background-color: #330000;
	
}
.inicio:hover{
	color: yellow;
}
