body {
    background: #D1AD33;
    background-repeat: no-repeat;
    background-position: 0% 25%;
    background-attachment: fixed;
    width:82%;
    color: #111423;
    font-size: 16px;
    font-family: Verdana, sans-serif;
    padding:10px 10px 0 auto;
    margin:auto;
}

A:link {
    COLOR: #d17833; 
    TEXT-DECORATION: none;
    FONT-WEIGHT: bold;
}

A:visited {
    COLOR: #9f5a24;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
}

A:active {
    COLOR: #d17833;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
}

A:hover {
    COLOR: #e2ab80;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
}

.container {
    background-color: #111423;
    border: 1px solid #AAAA;
}

.navigation {
    letter-spacing: 1px;
    word-spacing: 30px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.2em;
    text-align: left;
    background-color: #111423;
    width: 97%;
    padding: 20px 0 13px 3%;
}

#logo {
    background-image: url(LogoUNAM.jpg);
    width: 100px;
    height: 96px;
    /*margin: 0 0 0 50%;*/
}

#logo1 {
    background-image: url(iimas0.png);
    width: 95px;
    height: 95px;
    /*margin: 0 0 0 100%;*/
}

table {
    table-layout: fixed;
}

tr {
    display:table;
    table-layout: fixed;
    width:100%;
}

.boxcontain {
    background-color: #A2A2A3;
    width: 46%;
    float: right;
    height: 147px;
}

.bluebox {
    height: 100px;
    border-bottom: 2px dotted #FFF;
    border-right: 2px dotted #FFF;
    background: #669CC0 url(dots.gif);
    background-repeat: no-repeat;
    background-position: 99% 97%;
    float: left;
    width: 80%;
}

.rightgrey {
    background: #A2A2A3;
    height: 147px;
    float: left;
}

.content {
    padding: 5px;
}

.leftcontent {
    background:#fff;
    padding:20px;
}

.centercontent {
	text-align:center;
    background:#fff;
    padding:20px;
	margin:0;
}

h2{
    color: #111423;
    padding: 0;
    margin: 0 0 10px 0;
    font-weight: bold;
    width: 100%;
}

h3 {
    color: #F1A93B;
    padding: 0;
    margin: 0 0 5px 0;
    text-decoration: underline;
    width: 50%;
}

#images {
    background-image: url(images_tree.jpg);
    border: 1px dashed black; 
    width: 150px; 
    height: 150px; 
    float: right; 
    margin: 0 5px 5px 0;
}

.footer {
    font-size: 11px;
    padding: 0 3px 3px 3px;
    float: right;
}
