﻿* { padding: 0px; margin: 0px; }

body {
 font-family: verdana,arial, Helvetica, sans-serif; /*si nomes fem servir una tipo, la definim aqui*/
 margin-top:10px;
 background-color:white;
} 
#wrapper { 
 width: 770px;
}

#leftcolumn { 
 float: left;
 color: #333;
 border: 0px solid #6db33f;
 margin: 40px 0px 0px 0px;
 padding: 0px;
 width: 200px;
}
#rightcolumn { 
 float: right;
 color: #333;
 border: 0px solid #6db33f;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 width: 620px;
}
h1 {
 color: #86903a;
 font-size: 45px;
 font-weight: bold;
 padding: 0px 0px 10px 30px;
 letter-spacing: -0.08em;
}
h2 {
 color: #dfe6b3;
 font-size: 35px;
 font-weight: bold;
 padding: 0px 0px 10px 10px;
 letter-spacing: -0.08em;
}
h3 {
 color: #86903a;
 font-size: 25px;
 font-weight: normal;
 padding: 0px 0px 0px 30px;
}
h4 {
 color: #fefdff;
 font-size: 20px;
 font-weight: bold;
 padding: 0px 0px 15px 10px;
}
/*igual que h3 però bold*/
h5 {
 color: #86903a;
 font-size: 25px;
 font-weight: bold;
 padding: 0px 0px 35px 40px;
}

h6 {
 color: #fefdff;
 font-size: 14px;
 font-weight: bold;
 padding: 0px 0px 0px 10px;
}

.Coment3{
    color:Red;
}

.info
{
    font-size:14px;
    background-color:black;
    color:Green;
    font-weight:bold;
}

#rightcolumn ul {
 list-style-type: none;
 list-style-position: outside;
 padding: 50px 0px 0px 0px; 
 margin: 0px;
}
#rightcolumn li {
 padding-bottom: 5px;
 padding-top: 5px;
 font-size: 12px;
 color: #fefdff;
}

.labelFormBloc{
 width:300px;
 text-align: left;
 float: left;
 font-size: 16px;
 color:#804040;
 margin: 0px 10px 0px 10px;
}

.captionInscripcion{
    color:#AD8C0B;
}

.captionOpcional{
    color:gray;
}

.captionObligatorio{
    color:white;
}

.labelForm{
 width:180px;
 text-align: right;
 float: left;
 font-size: 13px;
 color:black;
 margin: 0px 10px 0px 10px;
}

.labelFormObligatori{
 width:180px;
 text-align: right;
 float: left;
 font-size: 13px;
 font-weight:bold;
 color:black;
 margin: 0px 10px 0px 10px;
}

.labelNumeroCuenta{
 text-align: Left;
 float: left;
 font-size: 12px;
 font-weight:bold;
 color:white;
 margin: 0px 0px 0px 0px;
}

.radioButton{
 width:40px;
 text-align: right;
 font-size: 14px;
 color:white;
 margin: 0px 0px 0px 0px;
}

.Entrada {
 background: white;
 font-size: 14px;
 font-weight:bold;
 color: #666666;
 padding: 2px;
}
.buttonSubmit{
 width: 170px;
 height: 27px;
 background: black;
 font-size: 14px;
 color: white;
 font-weight:bold;
 border-style:outset;
 border-color: #575d15;
 margin: 5px 5px 5px 0px;
 padding: 2px;
}

.buttonSubmit:hover,.buttonReset:hover{
 color: #A3CCCC;
}
 
.buttonReset {
 width: 74px;
 height: 27px;
 background: #838e25;
 font-size: 14px;
 color: #fefdff;
 border: 1px solid #575d15;
 margin: 5px 0px 0px 5px;
 padding: 2px;
}

#botons{
 width: 180;
 padding: 10px 0px 0px 200px;
}
#datos{
 font-size: 12px;
 color: #676c42;
 margin: 40px 0px 0px 50px;
}
#proteccion{
 font-size: 11px;
 color: #676c42;
 margin: 5px 0px 0px 15px;
}
#wrapper a{
 color: #676c42;
 text-decoration: none;
}
#wrapper a:hover {
 color: #fefdff;
 text-decoration: none;
}
#wrapper a:active {
 color: #676c42;
 text-decoration: none;
}
#wrapper a:visited {
 color: #676c42;
 text-decoration: none;
}

.Form{
       padding:0px 6px 0px 6px;
       height:260px;
       overflow: auto;
}

td.fondoInscripcion{
    background-color:#cccc66;
}

.bordeInscripcion{
    border-color:#CCCCCC;
    border-width:1px;
    border-style:double;
}

td.bordeInscripcion{
    border-bottom:solid 1px #CCCCCC;
    border-right:none;
    border-left:none;
}


.Message{
    display:none;
    background-color:black;
    color:White;
    font-weight:bold;
    font-size:11px;
    width:280px;
    border-width:1px;
    border-style:outset;
    text-align:justify;
}

.MessageIni
{
    position:absolute;
    display:none;
    left:280px;
    top: 30px;
    background-color:black;
    margin: 10px 10px 10px 10px;
    color:Red;
    font-weight:bold;
    font-size:18px;
    width:300px;
    border-width:1px;
    border-style:outset;
    text-align:justify;
}

td.BarraInfo
{
    background-color:#86903a;
}
