@charset "utf-8";
/* CSS Document */

body{
    margin:0;
    padding:0;
    font-family:'Trebuchet MS', Helvetica, sans-serif;
    font-size:14px;
    color:#000000;
}

a{
    text-decoration:none;
    color:#e86b24;
    outline: none;
}

h1{
}

h2{
}

img{
    border:0;
}

.orange{
    color:#e86b24
}

#slowFood{
    width:990px;
    margin-left:auto;
    margin-right:auto;
    border:solid 1px #000000;
    border-bottom:none;
    border-top:none;
}

#top{
    width:100%;
    background-color:#000000;
    height:7px;
}

#header{
    height:91px;
    width:100%;
    text-align:center;
    background-image:url(../images/bk.jpg);
    background-repeat:repeat-x;
    background-position:top;
}

#menu{
    width:100%;
    height:57px;
    background-image:url(../images/menu.jpg);
    background-repeat:repeat-x;
    background-position:bottom;
    background-color:#f7921c;
}

.botones a{
    color:#FFFFFF;
    font-size:13px;
}

.botones{
    float:left;
    border-left:solid 1px #FFFFFF;
    height:21px;
    padding:8px 13px;
    text-align:center;
}

.botones:hover{
    background-color:#c03f10;
}
#menu .selected, #submenu .selected { background-color:#0E3C5E; }

#submenu {
    background-color:#e6810b;
    width:100%;
    height:37px;
}
.subbotones a{
    color:#FFFFFF;
    font-size:13px;
}

.subbotones{
    float:right;
    border-left:solid 1px #FFFFFF;
    height:21px;
    padding:8px 13px;
    text-align:center;
}

.subbotones:hover{
    background-color:#c03f10;
}
#submenu a { color:#ffc; margin-left:15px;  padding: 0px; font-weight: bold;}


#container{
    min-height:300px; /* for modern browsers */
    height:auto !important; /* for modern browsers */
    height:300px; /* for IE5.x and IE6 */
    width:950px;
    padding: 0 20px;
}

#message{
    border-top: solid #CCCCCC 1px;
    text-align:center;
    padding:5px;
    font-size:11px;
}

#footer{
    width:100%;
    background-color:#000000;
    height:30px;
}

#footerContainer{
    width:990px;
    margin-left:auto;
    margin-right:auto;
}

#footerContainer a{
    color:#FFFFFF;
}

#biznet{
    width:45px;
    height:23px;
    position:relative;
    top:5px;
    float:left;
}

#footerMenu{
    position:relative;
    width:850px;
    padding:0px;
    top:-25px;
    left:100px;
    text-align:right;
    Z-index: 0;
    font-size:11px;
    }
.gecko #footerMenu{ margin-top: -20px;}

#footerMenu ul li{
    display:inline;
    padding-right:3px;
    padding-left:3px;
    margin-left: 5px;
    }

/*home*/
#topHome{
    height:280px;
    /* background-image:url(../images/textHome.jpg);
    background-repeat:no-repeat;
    background-position:right top; */
    margin: -20px;
    width: 990px;
}

#linksHome{
    width:400px;
    position:relative;
    top:-65px;
    left:600px;
    text-align:center;
    }

#linksHome ul li{
    display:inline;
    padding-left:5px;
    padding-right:5px;
    border-left: solid 1px #660000;
}

#linksHome ul li a{
    color:#660000;
    font-size:18px;
}

#linksHome ul li:first-child{
    border:none;
}

.first{
    border:none;
}

#textHome{
    width:100%;
}

#logo{
  width:254px;
    height:91px;
    margin-left:auto;
    margin-right:auto;
}

#linkHome{
  position:relative;
    width:25px;
    height:35px;
    float:right;
    margin-top:-45px;
    margin-right:25px;
}

#login {
  padding: 10px;
}

#login a { color: #999; font-weight: bold; }
#login a:hover { color: #fff; }

#logout a {font-size:10px;}

#sidebar {
  float:right;
}
#main_content {
  float:left;
  width: 78%;
  text-align:justify;
}
.clear{ clear: both; }

#press td { border-bottom: solid 1px #ddd; }