/* 
    Created on : 05/12/2014, 19:53:24
    Author     : MUMorando
*/

h1 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
}
#contact {
    padding: 15px;
    background-color: #FFF;
    border-radius: 3px;
}
#contact h1 {
    margin-top: 0;
}
#contact-form {
    margin: 0 auto;
    padding-top: 30px;
    width: 600px !important;
}
#contact-form input[type=text],
#contact-form textarea {
    float: left;
    padding: 10px !important;
    width: 280px !important;
    transition: all 0.5s ease;    
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
#contact-form input[type=submit] {
    float: left;
    padding: 10px;
    font-size: 11pt;
    background-color: #444;
    outline: none;
}
#contact-form input[type=submit]:hover {
    background-color: #111;
}



#contact-details {
    margin-top: 20px;
}
#footer-left {
    float: left;
    width: 580px;
}
#contact-data {
    float: left;
}
#contact-data div,
#contact-data h3,
#contact-data span {
    float: left;
    width: 100%;
}
#contact-data div {
    margin-bottom: 10px;
}
#contact-data h3 {
    margin-bottom: 0px;
}
#datafiscal {
    float: right;
    margin-top: -74px;
}
#footer-right {
    float: right;
}
#map,
iframe {
    float: left;
}