﻿body
{
    margin: 0px;
    padding: 0px;
    background-image: url(../../Layout/bg.jpg);
    font-size: 10pt;
    color: black;
    font-family: Arial;
    line-height: 15pt;
}

a
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #000000;
    text-decoration: none;
    l
}

a:link
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #000000;
    text-decoration: none;
}

a:hover
{
    text-decoration: nome;
    color: red;
}

.link2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    text-decoration: none;
}

.texto
{
    font-size: 10pt;
    color: black;
    font-family: Arial;
    line-height: 12pt;
    padding-left: 20px;
    padding-right: 20px;
    background-color: white;
}

.texto2
{
    font-size: 9pt;
    color: black;
    font-family: Arial;
    line-height: 11pt;
    background-color: white;
}

.container
{
    background-color: white;
	padding: 25px;
	width: 600px;
	height: 400px;
	overflow: auto;
	border: solid 1px gray;
}

.titulo
{
    font-size: 10pt;
    font-family: Arial;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    background-image: url("../../Layout/BgTarja.jpg" );
    color: #000000;
    text-transform: uppercase;
    font-weight: bold;
    border-left: solid 5px red;
    border-top: solid 1px #AABDC6;
    border-bottom: solid 1px #AABDC6;
}

.titulo2
{
    font-size: 15pt;
    font-family: Arial;
    padding-bottom: 0px;
    font-weight: bold;
    text-align: left;
}

.base
{
    font-size: 8pt;
    color: black;
    font-family: Arial;
    text-align: center;
    padding: 10px;
    background-color: #ffffff;
    border-top: solid 1px #AABDC6;
    border-bottom: solid 1px #AABDC6;
}

.home
{
    font-size: 10pt;
    color: black;
    font-family: Arial;
    text-align: left;
    padding: 10px;
    background-color: white;
    border: solid 1px #AABDC6;
}

.campo
{
    background-color: #CDD8DD;
    border: solid 1px #AABDC6;
}

.campoobrigatorio
{
    background-color: #CDD8DD;
    border: solid 1px #AABDC6;
    border-left: solid 2px red;
}

.campoobrigatorioinfo
{
    border-left: solid 2px red;
}

