
.encabezado {
    background: #111111;
    color: #fff;
    padding: .5rem 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease; }

.encabezado .logo img {
    width: 150px;
    height: auto; }

#formulario {
	padding-top: 80px; }        

footer {
    margin-top: 20px;
    font-size: 11px;
    background-color: #333333;
    color: #949494; }

#legajo{
    background-color: #A8AAAC;
    color: black;
    padding-top: 10px; }

.padding-tb20 {
    padding-top: 20px;
    padding-bottom: 20px; }    

/*
// Pie de página dentro del footer
// Redes Sociales
*/
#piedepagina {
    background: #111111;
    color: #fff;
    text-align: center;
    font-size: 0.9rem;
    padding-top: 15px;
    padding-bottom: 15px; }   

#piedepagina .redes-sociales {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0; }

#piedepagina .redes-sociales a {
    color: #fff;
    font-size: 2rem;
    margin: 0 .5rem;
    opacity: .7;
    -webkit-transition: all .5s ease;
    transition: all .5s ease; }

#piedepagina .redes-sociales a:hover {
    opacity: 1; }    

#blockAE, #CodSegAE, #PrewTDCAE, 
#PrewCodSegAE, #blockNoAE, #CodSegNoAE,
#PrewTDCNoAE, #PrewCodSegNoAE, #nameAdicional, 
#codAuto, #PrewCodAutorizacion {
    display: none; }