/* Estructura sitio neuralis */

html {
    width:100%;
    height:100%;
}

body {
    width:100%;
    height:100%;
}


div#header {
    width:100%;
    height:55px;
    position:fixed;
    top:0;
    left:0;
    z-index:100;
}

div#logo-container {
    position:absolute;
    top:20px;
    left:10px;
}

div#footer {
    position:fixed;
    width:100%;
    height:120px;
    bottom:0;
    left:0;
    z-index:99;
}

div#container {
    width:100%;
    height:100%;
    margin:0 auto;
    background:inherit; 
}

div#contact-form-container {
    width:900px;
    height:110px;
    margin:0 auto;
}

div#swf-container {
    width:100%;
    height:100%;
}

div.box-180 {
    width:150px;
    height:100%;
}
