﻿/* DEFAULTS
----------------------------------------------------------*/

.Main_body {
	margin: 0;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

/* Header Section */
.Main_header
{
    width: 100%;
    background-color: #9CAAC1;
}

.Main_header_Centro
{
    width: 100%;
    background-color: #8b398d;
}

#Div_header_1
{
    height: 40px;
    width: 100%;
}    

#Div_header_2
{
    height: 10px;
    width: 100%;
}    

/* Footer */
.Main_footer
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25px;
    background-color: #9CAAC1;
    color: #FFFFFF;
    vertical-align: middle;
    text-align: center;
}

/* Navigation */
.Main_navigation
{
    width: 200px;
    top: 50px;
    left: 0em;
    bottom: 25px;
    position: absolute;
    background-color: #DEE1E7;
}

/* Main Content */
.Main_content
{
    position: absolute;
    top: 50px;
    left: 200px;
    right: 0px;
    bottom: 25px;
    background-color: #FBFBFB;
}


.Main_loading
{
    width: 100%;
    height: 100%;
    z-index: 9999;
}

