@charset "UTF-8";
body{
    background-color: #eaeaea;
}
.all{
    margin-left: -600px;
    left: 50%;
    position: absolute;
    background-color: #d0d0d0;
    border-radius: 7px;
}
.containerMain{
    width: 1200px;
    height: 900px;
}
header{
    background:url(images/logo.png);
    background-repeat: no-repeat;
    width: auto;
    height: 143px;
    margin-left: 225px;
    margin-right: 225px;
}
.logo{
    margin-top: 5px;
    margin-left: 65px;
}
.formLogin{
    margin: 100px auto auto auto;
    width:400px;
    background-color: rgba(255 ,255, 255, 0.2);
    border-radius: 9px;
    display: table;
}
#formEntrar{
    padding: 10px 10px 10px 10px;
    text-align: center;
    width: 400px;
}
#formEntrar h1{
    text-align: center;
    color: #ffffff;
    font-weight:normal;
    font-size: 20pt;
    margin: 30px 0px; 
    font-family: Arial;
}
#formEntrar input{
    width: 250px;
    height: 35px;
    color: #6d6d6d;
    text-align: center;
}
#formEntrar #entrar{                
    width: 200px;
    height: 40px; 
    color: #ffffff;
    background: #03353b;
    font-family: sans-serif;
    font-size: 11pt;
    font-weight: bold;
    border-radius: 7px;
}                      
#formEntrar #entrar:hover{
    background: #134c53;
}  
select{
    font-family: arial;
    width: 250px;
    height: 30px;
    padding: 0px 10px;
    margin: 20px 30px;
    color: #000000;
    text-align: center;
}
.link:link {
    color: #18393D;
    text-decoration: none;
}
.link:visited {
    color: #18393D;
    text-decoration: none;
}
.link:hover {
    text-decoration: underline;
    color: grey;
}
.link:active {
    color: #18393D;
    text-decoration: none;
}


