body
{
	width: 1000px;
	margin: auto;
	padding: 0px;
	background-color: #d6d6d6;
	font-size: 110%;
	font-family: Calibri, Helvetica, Arial, sans-serif;
	text-align: justify;
}

.header_buttons .button_link_menu
{
	font-style: normal;
	width:250px;
	height:40px;
	margin: 0px;
	padding: 0px;
	float: left;
	background-color: #1e2951;
    border: none;
    color: white;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    float: left;
	text-decoration: none;
}

.item_button
{
	display:inline-block;
}

.button_body:hover {
    position:relative;
    color: rgba(0,0,0, 1);
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

.body_img {
	display: block;
    margin: auto;
	padding: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.button_body
{
	font-style: normal;
	width:300px;
	height:200px;
	margin: 5px 16px;
	padding: 0px 16px;
	display: inline-block;
	float: left;
    border: none;	
	color: rgba(255,255,255, 0);
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    float: left;
	text-decoration: none;
	position: relative;
	background-color: #F3F4EC;
}

.button_body img
{
	position: absolute;
	left: 0px;
	top: 0px;
}

.button_body:hover img
{
	opacity: 0.2;
	-moz-opacity: 20%;
    -webkit-opacity: 20%;
}

.header_buttons .button_link_menu:hover
{
	background-color: #455db2;
	text-decoration: none;
}

.button_link_header
{
	text-decoration: none;
	font-style: normal;
	display: inline-block;
	width:250px;
	height:40px;
	margin: 0px;
	padding: 0px;
	float: left;
}

.title_header
{
	margin: 0px;
	padding: 0px;
}

h1
{
	padding-left: 20px;
	color: #1b2b42;
}

.justify_text
{
	text-align: justify;
	font-weight: normal;
}

.center_title
{
	text-align: center;
	width: 1000px;
	padding-top: 40px;
	font-weight: bold;
	font-style: normal;
	color: #1b2b42;
	font-size: 120%;
}

h3
{
	font-weight: normal;
}

h4
{
	font-weight: normal;
	font-style: italic;
	color: #3e441f;
}

footer
{
	background-color: #1e2951;
	height: 47px;
	width: 1000px;
	display: block;
	color: #FCEBEB;
	margin-top: 10px;
	font-size: 85%;
}

p.right_footer
{
	text-align: right;
	margin: 3px;
}

p.left_footer
{
	margin: 3px;
	text-align: left;
}

.justify_text a, .justify_text a:visited {
	color: #1b2b42;
}

.img_div
{
	display: inline-block;
}

.index_img
{
	float: left;
	padding-right: 10px;
	padding-left: 0px;
}