﻿@charset "UTF-8";


article#corpocontacts {
    position: relative;
    float: right;
    border: 1px solid white;
    padding: 10px;
    box-shadow: 1px 1px 4px black;
    height: 685Px;
    width: 920Px;
    margin: 5px 10px 10px 0px;
}

    article#corpocontacts div#contact {
        position: relative;
        top: 0px;
        left:250Px;
        height: 640px;
        width: 435px;
        text-align: center;
        margin: 10Px 0Px 10px 0Px;
        padding: 10Px 10Px 10Px 10Px;
        box-shadow: 0px 0px 4px white;
        text-align: center;
        font-family: Arial,sans-serif;
        font-size: 18px;
        color: black;
        list-style: none;
    }