body {
    font-family: Verdana, Arial, sans-serif;
    color: #274e6f;
    font-size: 14px;
    background: #4280b7;
}
a {
    color: #001279;
outline: none;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Times New Roman", "Times", serif;
    font-size: 26px;
    color: #274e6f;
    margin-bottom: 6px;
}
/* header */
div#header {
    background: url("images/header.gif") repeat-x 0 0;
    height: 153px;
}
div#top {
    padding-top: 109px;
    background: url("images/top.gif") no-repeat 100% 36px;
}

h1#logo {
    position: absolute;
    top: 10px;
    text-indent: -9999px;
}
h1#logo a {
    display: block;
    width: 99px;
    height: 128px;
    background: url("images/logo.gif") no-repeat;
}

/* main menu */
ul#main-nav {
    position: relative;
    left: 5px;
    padding: 0;
    margin: 0;
    width: 541px;
    float: right;
    list-style: none;
}
ul#main-nav li, ul#menu-bottom li {
    float: left;
}
ul#main-nav li a, ul#menu-bottom li a {
    display: block;
    height: 27px;
    text-indent: -9999px;
}
a#m-nosotros {
    width: 97px;
    background: url('images/menu.gif') no-repeat 0 0;
}
a#m-historia {
    width: 110px;
    background: url('images/menu.gif') no-repeat -97px 0;
}
a#m-academico {
    width: 124px;
    background: url('images/menu.gif') no-repeat -207px 0;
}
a#m-estudiantes {
    width: 124px;
    background: url('images/menu.gif') no-repeat -331px 0;
}
a#m-personal {
    width: 86px;
    background: url('images/menu.gif') no-repeat -455px 0;
}
/* footer */
div#footer {
    background: url("images/footer.gif") repeat-x 0 0;
    padding-top: 29px;
    color: #fff;
    height: 91px;
    font-size: 90%;
}
ul#menu-bottom {
    position: relative;
    top: -6px;
    float: right;
    width: 228px;
    list-style: none;
}
a#m-admisiones {
    width: 118px;
    background: url("images/menu_bottom.gif") no-repeat 0 0;
}
a#m-contacto {
    width: 110px;
    background: url("images/menu_bottom.gif") no-repeat -118px 0;
}

/* main content */
div#content {
    min-height: 300px;
    height: auto !important;
    height: 300px;
    background: #fff;
    padding: 42px 0 30px;
}

/* home */
div#home-intro {
    position: relative;
    min-height: 240px;
    height: auto !important;
    height: 240px;
    background: url("images/home_intro.gif") no-repeat 0 100%;
}
div#phrase {
    width: 742px;
    padding: 12px 12px 40px;
    position: relative;
}
img#cala {
    position: absolute;
    right: 0px;
    top: 0px;
}
span.author {
    font-family: "Times New Roman", "Times", serif;
    font-size: 18px;
    font-style: italic;
    color: #369;
    
    display: block;
    float: right;
}
div#image-links {
    padding-top: 16px;
}
div.inner {
    padding: 12px;
}
a.alignright {
    display: block;
    text-align: right;
    font-weight: bold;
}

/* sidebar */
div.side-box {
    padding: 1em;
    background: url('images/side_box.gif') no-repeat 0 0;
    font-family: "Times New Roman", "Times", serif;
    font-size: 16px;
    color: #274e6f;
    margin-bottom: 6px;
}
div.side-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
div.side-box ul li a {
    font-size: 120%;
    text-decoration: none;
    text-transform: uppercase;
}
div.side-box ul li.current_page_item a {
    color: #f00;
}
a.pdf {
  display: block;
  padding: 5px 3px 5px 36px;
  margin-bottom: 6px;
  background: url("images/pdf.png") no-repeat 0 50%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 15px;
font-weight: bold;
text-decoration: none;
}
