﻿@import url(http://fonts.googleapis.com/css?family=Parisienne);

body {
    margin:0;
    /*background:url(../images/Grafica/greyzz.png)#fff top left !important;*/
    margin-top:20px;
    background:#fff;
    padding:0;
    color:#707070;
    font-family:Arial;
}

h1 {
    color:#593f01;
    font-size:40px;
    font-family:Parisienne;
}

.wrapper {
    width:980px;
    margin:0 auto;
}


#logo {
    width:250px;
}

#menuWrapper {
    width:100%;
    border-top:1px solid #EBEBEB;
    text-align:center;
    background:url('../images/Grafica/bg_menu.png') repeat-x top left;
    height:42px;
}

#footer {
    padding: 8px 0 4px 0;
    width:100%;
    background:#ebebeb;
    position:absolute;
    margin-top:20px;
    bottom:15px; 
    color:#707070;
}


#slider {
    width:980px;
    height:310px;
    margin:0 auto;
}

#social_box {
    position:fixed;
    top:50%;
    margin-top:-114px;
}

    #social_box a {
        display:block;
        margin:0 0 -11px -18px;
    }

        #social_box a:hover {
            margin-left:-8px;
        }

        #contDiv {
            position:absolute;
            top:-45px; 
            left:0; 
            width:980px; 
            height:45px; 
            background:url(/images/Grafica/bg_main.png); 
            z-index:2000;
        }

.imgMain{
            width: 200px;
            border: 2px solid #dedede;
		}

.button {
    background:#593f01;
    color:#ffd800;
    border:1px solid #ffd800;
    border-radius:8px;
    padding:8px 20px;
}