﻿body 
{
    font-family:Arial;
    font-size:10pt;    
}

H1
{
    color:#DA251D;
    font-family:Arial;
    font-size:12pt;
    font-weight:bold;
}    
.H1
{
    color:#DA251D;
    font-family:Arial;
    font-size:12pt;
    font-weight:bold;
}  
H2
{
    color:black;
    font-family:Arial;
    font-size:10pt;
    font-weight:bold;
}    
.div_global
{
    background-color:white;
    width:800px;
    position:relative;
    left:50%;
    margin-left:-400px;
    padding:0;
    border-color:black;
    border-width:1px;
    border-style:solid;
}
.div1
{
    width:585px;
    padding:15px;
}
.div2
{
    position:absolute; 
    top:0; 
    right:0; 
    padding:0px;
}

.Alert
{
    color:Red;
}


a:link
{
    color:#0073CE;
    text-decoration:none;
    font-weight:bold;   
}
a:visited
{
    color:#0073CE;
    text-decoration:none;
    font-weight:bold;
}
a:hover
{
    text-decoration:underline;
    color:#DA251D;
    font-weight:bold;
}


.Cancelar
{
    background-color:Red;
}
.Aceitar
{
    background-color:Green;
}
.MenuBackoffice
{
    background-color:#999999;
}
