* {
    margin: 0;
    padding: 0;
}

.noscreen {
    display: none;
}

body {
    background: #fff url("/images/intercambios/bg.gif") 0 0 repeat-x;
    font: 0.8em / 1.5 "arial", sans-serif;
}

h1, h2, h3, h4, h5, h6, p, address, blockquote, table, dl, fieldset {
    margin: 15px 0;
}

a {
    color: #404040;
}

a:hover {
    color: #000;
}

div.message {
    color: #DF0101;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

#content ul {
    margin: 15px 0px 15px 40px;
}

#main {
    width: 970px;
    margin: 0 auto;
    overflow: hidden;
}

#bottom {
    position: relative;
    bottom: 0px;
    height: 80px;
    width: 100%;
    background: transparent url("/images/intercambios/bg1.gif") bottom center repeat-x;
    overflow: hidden;
}

#header {
    position: relative;
    height: 170px;
    padding: 0px 0px 8px 15px;
}

#logo {
    margin: 15px 0px 0px 30px;
    float: left
}

#slogan {
    float: right;
    margin:65px 65px 20px 20px;
    text-align: right;
    width: 400px;
}

#menu {
    position: relative;
    width: 970px;
    height: 54px;
    background: url("/images/intercambios/menu.jpg") 0px -0px no-repeat;
    font: bold 90% / 1 "tahoma", sans-serif;
}

#menu ul {
    margin: 0 20px;
    list-style: none;
}

#menu li {
    display: inline;
}

#menu li a {
    display: block;
    float: left;
    padding: 17px 20px 17px 19px;
    background: url("/images/intercambios/menu-separator.gif") 0 1px no-repeat;
    text-decoration: none;
}

#menu li a:hover {
    background: url("/images/intercambios/menu-item.gif") repeat-x 0px 1px;
}

#menu li#menu-active a {
    background: url("/images/intercambios/menu-item.gif") repeat-x 0px -45px;
    color: #fff
}

#menu #lastitem {
    background: transparent url(/images/intercambios/menu-separator.gif) no-repeat scroll 0 1px;
    display: block;
    float: left;
    padding: 17px 20px 17px 19px;
}

ul#langchange{
	float: right;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 20px;
}

ul#langchange a{
	padding:17px 20px 17px 19px;
	text-decoration:none;
	background:none
}

#footer {
    clear: both;
    padding: 20px 20px 40px 20px;
    font-size: 85%;
    text-align: center;
}

#footer p {
    margin: 0;
}

#col-top {
    width: 960px;
    height: 5px;
    margin-top: 15px;
    background: url("/images/intercambios/col-top.gif") 0 0 no-repeat;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

#col-bottom {
    width: 960px;
    height: 5px;
    margin-bottom: 15px;
    background: url("/images/intercambios/col-bottom.gif") 0 0 no-repeat;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

#col {
    position: relative;
    padding: 10px 40px 20px 40px;
    background: url("/images/intercambios/col.gif") 0 0 repeat-y;
}


