﻿body 
{
}

div.contentLP
{
    float: left;
    width: 650px;
}

h1.titleLP
{
    font-family: Verdana;
    font-size: 16pt;
    font-weight: lighter;
    color: #2C69BD;
    width: 600px;
    padding-left: 10px;
    padding-right: 15px;   
    float: left;
}

h2.subTitleLP
{
    font-family: Verdana;
    font-size: 14pt;
    font-weight: lighter;
    color: #2C69BD;
    width: 600px;
    padding-left: 10px;
    padding-right: 15px;   
    float: left;
    border-bottom: dotted 1px #2C69BD;
}

p.alinea1LP
{
    padding-top: 15px;
    font-family: Verdana;
    font-size: 9pt;
    font-weight: lighter;
    color: #2C69BD;
    padding-left: 11px;
    padding-right: 15px;
    width: 400px;
    float: left;
    line-height: 18px;
}

p.alinea2LP
{
    font-family: Verdana;
    font-size: 9pt;
    font-weight: lighter;
    color: #2C69BD;
    padding-left: 11px;
    padding-right: 15px;
    clear: left;
    line-height: 18px;
}

span.buttonLeft
{
    padding-top: 3px;
    height: 25px;
    width: 23px;
    float: right;
    background-position: left top;
    background-image: url(Images/buttonLeftGreen.gif);
    background-repeat: no-repeat;
    background-color: Transparent;
    
}

span.buttonMiddle
{
    background-position: left top;
    background-image: url(Images/buttonMiddleGreen.gif);
    background-repeat: repeat-x;
    background-color: Transparent;
    float: right;
    color: White;
    font-family: Verdana;
    font-size: 9pt;
    font-weight: bold;
    height: 25px;
    padding-top: 4px;
    padding-left: 3px;
}

span.buttonRight
{
   padding-top: 3px;
    height: 25px;
    width: 30px;
    float: right;
    background-position: left top;
    background-image: url(Images/buttonRightGreen.gif);
    background-repeat: no-repeat;
    background-color: Transparent;
    
}

span.buttonLeftPaars
{
    padding-top: 3px;
    height: 25px;
    width: 23px;
    float: right;
    background-position: left top;
    background-image: url(Images/buttonLeftPaars.gif);
    background-repeat: no-repeat;
    background-color: Transparent;
    
}

span.buttonMiddlePaars
{
    background-position: left top;
    background-image: url(Images/buttonMiddlePaars.gif);
    background-repeat: repeat-x;
    background-color: Transparent;
    float: right;
    color: White;
    font-family: Verdana;
    font-size: 9pt;
    font-weight: bold;
    height: 25px;
    padding-top: 4px;
    padding-left: 3px;
}

span.buttonRightPaars
{
   padding-top: 3px;
    height: 25px;
    width: 30px;
    float: right;
    background-position: left top;
    background-image: url(Images/buttonRightPaars.gif);
    background-repeat: no-repeat;
    background-color: Transparent;
    
}

a:link.buttonLP
{
    cursor: pointer;
    text-decoration: none;
    color: White;
}

a:visited.buttonLP
{
    cursor: pointer;
    text-decoration: none;
    color: White;
}

a:hover.buttonLP
{
    cursor: pointer;
    text-decoration: underline;
    color: White;
}

a:active.buttonLP
{
    cursor: pointer;
    text-decoration: none;
    color: White;
}