@charset "utf-8";
/* 
    Document   : puente-default
    Created on : 2010.12.09.
    Description:
        Puente SE cascading style sheet
*/

* {
    padding: 0px;
    margin: 0px;
}
img {
    border: 0px;
}
a {
    color: #750d06;
    text-decoration: none;
}
body {
    background-color: #f9f7f6;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10pt;
    color: #000;
}
.site {
    margin: 0px auto 0px auto;
    padding: 0px 6px 0px 6px;
    width: 960px;
}
.sitebg {
    background-image: url(/img/site-bg.png);
    background-position: center;
    background-repeat: repeat-y;
}
#sitebgcloser {
    height: 0px;
    width: 0px;
    clear: both;
}
#footer {
    background-image: url(/img/footer-bg.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    margin: 0px auto 15px auto;
    clear: both;
    height: 26px;
    width: 972px;
}
#footer .left {
    float: left;
    margin-left: 6px;
    padding: 0px 10px 0px 10px;
    width: 720px;
}
#footer .left p {
    line-height: 20px;
    font-size: 11px;
}
#footer .right {
    float: left;
    padding: 0px 10px 0px 10px;
    width: 200px;
}
#footer .right p {
    line-height: 20px;
    font-size: 11px;
}
#content {
    float: left;
    clear: left;
    padding: 10px;
    width: 720px;
    height: 100%;
}
#sidebar
{
    background-image: url(/img/sidebar-top.png);
    background-position: top;
    background-repeat: repeat-x;
    float: left;
    clear: right;
    padding: 6px;
    min-height: 349px;
    width: 208px;
}
#header {
    background-image: url(/img/header-bg.png);
    background-position: left top;
    background-repeat: repeat-x;
    height: 171px;
    width: 100%;
    display: table;
}
#header .left {
    clear: left;
    float: left;
    height: 111px;
    width: 740px;
}
#header .left img {
    position: relative;
    top: 40px;
}
#header .right {
    clear: right;
    float: left;
    width: 220px;
    text-align: center;
 }
#header .right img {
    position: relative;
    top: 8px;
}
#menu {
    width: 960px;
    height: 60px;
    bottom: 0px;
    clear: both;
}
#menu ul {
    list-style: none;
}
#menu ul li {
    margin: 13px 4px;
    float: left;
}
#menu ul li a {
    color: #FFF;
    background-color: #931512;
    display: block;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 6px;
    -o-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background-image: none;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a60c0c), to(#6e0000));
    background-image: -moz-linear-gradient(0% 100% 90deg, #6e0000, #a60c0c);
}
.sidebox {
    text-align: left;
    background-image: url(/img/sidebox-bg_empty.png);
    background-repeat: no-repeat;
    width: 175px;
    height: 126px;
    padding: 16px;
    color: white;
    font-size: 10pt;
}

#content a:hover {
    text-decoration: underline;
}
#content p {
    margin-top: 10px;
    margin-bottom: 20px;
}
#content h1, h2, h3 {
    font-family: Arial,Verdana,Helvetica,sans-serif;
    margin-top: 10px;
    margin-bottom: 10px;
}
#content h1 {
    font-size: 1.8em;
}
#content h2{
    font-size: 1.3em;
}
#content h3 {
    font-size: 1em;
}
#content ul {
    margin-left: 15px;
}
#content ol {
    margin-left: 20px;
}
#sideslide {
    background: transparent;
    width: 200px;
    min-height: 500px;
    margin: 10px 0px 15px 4px;
    text-align: center;
}
#sideslide a {
    color: #750d06;
    font-size: 11px;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
}
#sideslide img {
    max-width: 200px;
}

table.list td {
    width: 175px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}

.galleryhome .box {
    width: 100%;
}
.galleryhome h2 {
    margin-top: 20px;
}
.galleryhome ul {
    list-style: none;
}
.galleryhome ul li {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}
.gallery .imgs {
    margin: 0px auto 0px auto;
    text-align: center;
    width: 660px;
}
.gallery .imgs td {
    padding: 5px;
    width: 175px;
}

.sponsors img {
    width: 150px;
}
.sponsors td {
    padding: 10px;
}

.newslist li {
    margin-top: 5px;
    margin-bottom: 5px;
}

#content p img {
    max-width: 600px;
}