﻿body {
    background-color: #333333;
    
}

.contacto {
    border: solid 3px #BFE951;
    border-radius: 10px;
}

.contacto > ul > li > input {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid 1px #BFE951;
    border-radius: 5px;
    width: 100%;
    padding: 2px 5px 2px 5px;
    font-weight: bold;
}

.contacto > ul > li {    
    padding: 3px 2px 3px 2px;
}

.contacto > footer {    
    text-align:center;
}

#frmR > header > h3 {
    text-align: center;
}

#header-wrapper > #header > h1 {
    color: #005D39 !important;
} 