body {
    margin:0px;
    background-color: #c6cfdd1;
    background-image: url('img/site-bg.gif');
    background-repeat:repeat-x;
    background-position:0px 0px;
    font-family:helvetica,geneva,arial; font-size:11pt;
    color:#24324d;
}

img {padding:0px;}

#site-content {
    width:800px;
    margin:12px auto 0px auto;
    background-color:#ffffff;
}

#header{
    padding:0px;
    height:102px;
}

#top-nav {
    width:100%;
    background-image:url('img/topnav-bg.gif');
    border:0px solid red;
    height:40px;
}

#page-content {
    padding:12px;
    border:0px solid red;
}

#footer {

    padding-top:38px;
    background-image:url('img/footer-bg.gif');
    text-align:center;
    color:#24324d;
    font-size:9pt;
    height:21px;
    width:100%;
}

.galleria {
   height: 600px;       /* Change the height to whatever you want */
}

.kwicks {
    /* recommended styles for kwicks ul container */
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
}
.kwicks.horizontal li {
    /* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
    margin-right: 5px; /*Set to same as spacing option. */	
    float: left;
}
.kwicks.vertical  li{
    /* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
    margin-bottom: 0px; /*Set to same as spacing option. */	
}

.kwicks a {
    display:block;
    height:40px;
    text-indent:-9999px;
    outline:none;
}
.kwicks li{
    float: left;
    width: 80px;
    height: 40px;
    margin-right: 5px;
}
#kwick1 { 
    background-image: url('img/inicio.png');
}
#kwick2 {
    background-image: url('img/servicios.png');
}
#kwick3 {
    background-image: url('img/produccion.png');
}
#kwick4 { 
    background-image: url('img/localizacion.png');
    margin-right: none;
}
#kwick5 { 
    background-image: url('img/facturacion.png');
    margin-right: none;
}			
.kwicks.horizontal #kwick_5 {
    margin-right: none; /* cancel margin on last kiwck (if you set a margin above) */
}
.kwicks.vertical #kwick_5 {
    margin-bottom: none; /* cancel margin on last kiwck (if you set a margin above) */
}
