/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 21, 2015, 10:08:31 AM
    Author     : jturon
*/

body, html {
    color: #000;
    background: #fff;
    margin: 0 0 0 0;
    font-family: arial;
}


#topLogo {
    background-color: #BD2716;
    height: 50px;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
}

#topLogo #logo {
    margin: 0 auto;
    text-align: right;
    width: 950px;
}

.panelGridForm{
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.centrat{
    text-align: center;
}

.negreta{
    font-weight: bold;
}

.centratNegreta{
    text-align: center;
    font-weight: bold;
}

H1{
    text-align: center;
    text-decoration: underline;
}

H2 {
    text-align: center;
}

.botoEnviar{
    margin-left: 175px;
}

.ui-inputfield{
    margin-right: 15px;
}