@charset "utf-8";
/* CSS Document */
@font-face{
	font-family:FiraSans;
	src: url(FiraSans-Light.otf)format("opentype");
}
body{
	background-image:url(mozilla-logo.png)
}
div {
	margin-right:15%;
	margin-left:15%;
	background-color:#C0D4EE;
	opacity:0.95;
}
header {
	color:#FF6E00;
	background-color: #666;
	font-size:xx-large;
	text-align: center;
	text-shadow:grey 5px -5px 1px;

}

article {
	margin-left:10%;
	margin-right:20px;
	text-align:justify;
	background-color: #C0D4EE;
	line-height: 170%;
}

footer {
	text-align:center;
	background-color:#666;
	padding: 10px;
}

a{
	width:130px;
	color:#000;
	text-decoration:none;
	padding:6px;
	background-color:#CFCFCF;
}
a:hover{
	color:#FFF;
	background-color:#666;
}
#titulo {
	text-align:right;
	margin-right:5%;
	background-color:#2E64AC;
	color:#FFF;
	padding:10px;
}
.caja{
	font-family:FiraSans, sans-serif;
	borde-top-width:2px;
	border-top-style:groove;
	border-top-color:#B8B8B8;
	border-left-width:2px;
	border-left-style:groove;
	border-left-color:#B8B8B8;
	border-right-width:2px;
	border-right-style:groove;
	border-right-color:#B8B8B8;
	border-bottom-width:2px;
	border-bottom-style:groove;
	border-bottom-color:#B8B8B8;
}
p{
	text-indent: 25px;
}