		body {
			background-color: #101069;
		}
		.caja {
			border: solid #00005A 10px;
			height: 400px;
			width: 100%;
		}
		.menu {
			background-color: #A3A330;
			width: 100%;
			vertical-align: top;
			height: 26px;
			padding: 2px;
			color: #656552;
			text-align: center;
			font-size: 16px;
		}
		.b {
			color: #000;
			font-family: 'trebuchet ms', arial;
			text-decoration: none;
			width: 110px;
		}
		.b:hover {
			color: #eee;
		}
		.seccion {
			color: #eee;
			font-family: 'trebuchet ms', arial;
		}
		.contenido {
			color: #eee;
			font-family: trebuchet ms;
			font-size: 13px;
			padding: 20px;
			background-color: #1F1F78;
		}
		.pie {
			vertical-align: bottom;
			height: 70px;
		}
		.pipe {
			padding-left: 15px;
			padding-right: 15px;
		}
		.li2 {
			list-style: none;
		}
		.c {
			color: #ddd;
			text-decoration: none;
			border-bottom: dashed #ccc 1px;
		}
		.c:hover {
			color: #F7F702;
			border-bottom: dashed #F7F702 1px;
		}