@charset "utf-8";
/* CSS Document */

.caja header {
	background-color: #E1F5BF;
	padding: 0px;
	text-align: left;
	margin-bottom: 6px;
}

.caja header h1 {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
}

.caja nav {
	background-color: #FFFFFF;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-bottom: 3px;
}

.caja article {
	width: 90%;
	float: left;
	background-color: #FFFFFF;
	height: 4em;
	padding: 5px;
}
.caja {
	font-family: "Times New Roman", Georgia, sans-serif;
	font-size: large;
	color: #797979;
	line-height: normal;
}
