div#container
{
	padding-top: 0px;
	background-color: Transparent;
	margin: 0px auto 6px auto;
	text-align: center;
	width: 900px;
    /*background-image: url('images/background.gif');
    background-position: left bottom;
    background-repeat: no-repeat;*/
	/*border: solid 2px #932224;*/
}

div#pageHeader
{
    background-color: #ACC8E6;
    text-align: left;
    height: 85px;
    padding: 0px;
    position: relative;
    border-bottom: none;
    color: White;
}

div#pageHeader .content,
div#menu2 .content
{
    width: 900px;
    margin: 0px auto 0px auto;
}

div#logo
{
    float: left;
    top: 7px;
    font-size: 10pt;
    background-repeat: no-repeat;
    background-position: left top;
    height: 73px;
    width: 324px;
    padding: 0px;
	background-image:url('Images/logo.png'); 
	position: relative;
}

div#logo h1
{
    font-size: 30px;
    color: white;
    font-family: Arial;
    display: none;
}

div#logo h2
{
    font-size: 10px;
    margin-top: 0px;
    color: white;
    display: none;
}

div.clear
{
    clear: both;
    height: 0px;
    width: 100%;
}

div#menu
{
	position: relative;
    font-weight: normal;
    float: right;
    top: 37px;
    max-width: 580px;
    height: 49px;
    overflow: hidden;
    color: White;
}

div#menu2
{
    font-weight: normal;
    height: 22px;
    line-height: 22px;
    margin: 0 auto;
    background-color: #2F5F93;
    border-bottom: 2px solid #6A9BD0;
}

div#pageBody
{
	/*background-image:url('Images/pageBody.jpg'); 
	background-repeat: repeat-y;*/
	position: relative;
	width: 900px;
}

div#pageFooter
{
	/*background-image:url('Images/pageFooter.jpg');*/
	background-repeat: no-repeat;
	width: 100%;
	padding-bottom: 0px;
	padding-top: 10px;
	font-size: 85%;
	color: Gray;
	text-align: center;
}

div#legals
{
	width: 100%;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 85%;
	color: Gray;
	text-align: center;
}

div#pageContent
{
	min-height: 300px;
	padding-left: 0px;
	width: 900px;
	text-align: justify;
	padding-bottom: 5px;
}

table#tableContent
{
    width:100%;
    margin-top: 0px;
    padding-bottom: 12px;
}

.pageContent
{
	padding-top: 2px;
	text-align: justify;
	width: 690px;
	float: right;
}

.pageContent img
{
    border: solid 1px;
    margin: 7px;
}

.pageContent h1
{
    color: #2F5F93;
}

.pageContent h2
{
    border-bottom: dotted 1px #cccccc;
    margin-top: 20px;
}

.colLeft
{
	float: left;
	width: 200px;
	padding-right: 10px;
	padding-top: 10px;
}

.colLeft div.module
{
    background-color: #F5EDE3;
    border: 1px solid #D2D2D2;
    padding: 4px;
    margin-bottom: 10px;
    overflow: hidden;
}

.colLeft div.banner
{
    border: none;
    padding: 0px;
    background-color: White;
}

.colLeft ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.colLeft ul li
{
    padding-top: 4px;
    padding-bottom: 4px;
}

.colLeft .module .title
{
    font-size: 135%;
    padding-left: 5px;
    background-color: #ACC8E6;
    color: White;
    margin-bottom: 0px;
    font-weight: bold;
    font-family: "Trebuchet MS";
    text-align: left;
}

.colLeft .module .moduleContent
{
    text-align: left;    
}

.colRight
{
	float: right;
	width: 160px;
	padding-left: 10px;
}

div#menuLenguages
{
    position: absolute;
    text-align: right;
    float: right;
    top: 12px;
    right: 0px;
    margin: 0;
    padding: 0;
}

div#address
{
    padding: 0px;
    text-align: right;
    font-weight: normal;
    float: right;   /*left*/
    top: 8px;
    right: 20px;
    position: absolute;
    font-size: 90%;
}

div#address a
{
	color: White;
}

div#pageContent a
{
    /*color: #CC0000;*/
}

div#menu a
{
    /*color: white;*/
    /*text-transform: uppercase;*/
}

span.menuTree
{
    color:Gray;
    font-size: 85%;
}

span.copyright
{
    font-size: 85%;
    color: gray;
}

input.search
{
    width: 90px;
    height: 13px;
    font-size: 10pt;
    border-color: #CCCCCC;
    background-color: White;
}
