*{
	text-shadow: 0.5px 0.5px 0.5px;
}
a{
	color: white;
	text-decoration: none;
	list-style-type: none;
}
#navegador, #columna, #cabecera, #pie, #contenido{
	    margin: 5px;	
	    text-align: left;
	    margin-bottom: 0;
}
@font-face{
	font-family: "MyFont";
	src: url(../CSS/JOKERMAN.ttf);
}

#navegador{
	background: red;
    border: 1px solid blue;
    clear: both;
    color: white;
    float: left;
    width: 1560px;
    top: 20px;
}
#columna{
	border: 1px solid blue;
	background: grey;
	float: left;
	width: 300px;
	color: black;
	height: 350px;
	list-style-type: none;
}

#cabecera{
	font: 20px MyFont;
	border: 1px solid blue;
	background: blue;
	height: 120px;
	color: white;
}
#pie{
	clear: both;
	background: blue;
	height: 100px;
	padding: 10px;
}
#contenido{
	float: right;
	border: 1px solid blue;
	background: white;
	width: 1240px;
	color: black;
	height: 350px;
}
#bb{
	display: inline-block;
	padding: 10px;
	border: 0.5px solid white;
	font-size: 25px;
	height: 20px;
	text-transform: uppercase;
}
#bb:hover{
	transform: scale(1.2);
	-webkit-transform : scale(1.2);
	background: green;
}
#aa{
	list-style-type: none;
}
#logo{
	float: right;
}
#off{
	list-style-type: none;
}
#mm{
	display: inline-block;
	
}