/* CSS Document */
body {
	background-color: rgb(164,227,238);
}
#content {
	width:1000px;
	height:1000px;
	margin: 50px auto 100px;
}

div#header {
	position: relative;
	height: 175px;
	width: 1000px;
	background: url(images/hdr_back.png);
}
#content #header h1 {
	z-index: 1;
	position: absolute;
	left: -10px;
	top: -20px;
	width: 500px;
	height: 250px;
	padding: 0;
	margin: 0;
	background: url(images/text.png);
	text-indent: -9999px;
}
#content #header #box_1 {
	position: absolute;
	z-index: 2;
	width: 75px;
	height: 90px;
	right: 235px;
	top: 42px;
	padding: 0;
	margin: 0;
}
#content #header #box_1 a {
	display:block;
	width: 75px;
	height: 90px;
}

#content #header #box_2 {
	position: absolute;
	z-index: 3;
	width: 75px;
	height: 90px;
	right: 160px;
	top: 42px;
	padding: 0;
	margin: 0;
}
#content #header #box_2 a {
	display:block;
	width: 75px;
	height: 90px;
}
#content #header #box_3 {
	position: absolute;
	z-index: 3;
	width: 75px;
	height: 90px;
	right: 85px;
	top: 42px;
	padding: 0;
	margin: 0;
}
#content #header #box_3 a {
	display:block;
	width: 75px;
	height: 90px;
}
#content #header #box_4 {
	position: absolute;
	z-index: 3;
	width: 75px;
	height: 90px;
	right: 10px;
	top: 42px;
	padding: 0;
	margin: 0;
}
#content #header #box_4 a {
	display:block;
	width: 75px;
	height: 90px;
}
#main {
	height: 815px;
	width: 1000px;
	margin:10px 0 0 0;
}
#text_box {
	font-family: Montserrat+Subrayada;
	font-size: 1em;
	width: 200px;
	height: 520px;
	position: relative;
	margin-top: -45em;
	margin-left: 2em;
	background-color: #FFF;
	border: 5px solid #0CF;
	border-radius:20px;
	padding: 15px;
	box-shadow: 8px 8px 5px #888888;
	text-align: justify;
}
#text_box a {
	text-decoration: none;
	font-size: 1.4em;
	font-weight: bold;
}
#text_box a:link {
	color: #067;
}
#copywrite {
	position: relative;
	margin-top: -2em;
}

