﻿#cont
{
    margin-left: -20px;
    width:716px;
}

#cont .floatleft
{
    float: left;
}


#cont .PanelTop
{
    width:350px;
    height: 89px;
    float:left;
    background-image:url(_img/Top.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-color : White;
    text-align: center;
}
#cont .PanelSpaceTop
{
    width:16px;
    height: 77px;
    float:left;
    background-color : White;
}

#cont .PanelMiddle
{
    float: left;
    width: 310px;
    height: 77px;
    color: White;
    background-color: #b60b02;
    background-image: url(_img/Middle.png);
    background-position: left top;
    background-repeat: no-repeat;
    white-space: normal;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 11pt;
    text-align:justify;
}


#cont .PanelBottom
{
    width: 350px;
    height: 37px;
    float: left;
    color: White;
    background-image: url(_img/Bottom.png);
    background-position: left top;
    display: block;
    background-repeat: no-repeat;
    margin:0;
    padding: 40px 0 0 0;
    font-weight: bold;
    font-size: 12pt;
    text-align: center;
    text-decoration: none;
}

#cont .PanelBottom:hover
{
    width: 350px;
    height: 37px;
    float: left;
    color: White;
    background-image: url(_img/Bottom.png);
    background-position: right top;
    display: block;
    background-repeat: no-repeat;
    margin:0;
    padding: 40px 0 0 0;
    font-weight: bold;
    font-size: 12pt;
    text-align: center;
    text-decoration: none;
}

.clearLine
{
    clear: both;
    font-size: 0px;
    height: 0px;
    line-height: 0px;
    width: 0px;
}

.DoubleBlockLayer
{
    float: left;
    width: 676px;
    white-space: normal;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    font-size: 11pt;
    font-weight: bold;
    text-align: center;
}

.BlockLayer
{
    float: left;
    width: 310px;
    white-space: normal;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    font-size: 10pt;
}

.BlockSpaceLayer
{
    float: left;
    width: 16px;
    height: 20px;
    display: block;
}



a.OutlookLinks
{
    background-image: url(_img/iconoutlook.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 14px;
    font-family: Calibri, Tahoma, Times New Roman;
    font-size: 14px;
    color: #7c7c7c;
    text-decoration: none;
}


a.OutlookLinks:hover
{
    background-image: url(_img/iconoutlook.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 14px;
    font-family: Calibri, Tahoma, Times New Roman;
    font-size: 14px;
    color: #7ac1d3;
    text-decoration: none;
}
