body{
	background-color:#607D8B;
	}
.cabecera{
	background-color:#34495E;
	width:900px; 
	color:white;
    height: 270px;
	}
.logo{
	width:68px; height:99px;
	}
.menu{
	background-color:#154360;
	width:900px; color:#F7DC6F; height: 150px;
	}
.col{
	width: 150px;
	background-color: orange;
}
.actual{
	width: 150px;
	background-color: red;
}
.negra{
	color: black;
}
.pie{
	background-color:orange;  
	width:900px; height: 135px;
	}
a:hover{
	background-color: red;
}
	
