body {
  background: #fff url('/images/header-bg.png') no-repeat top center;
  color:#333333;
  font-family:Arial,Helvetica,sans-serif;  font-size: 90%;   /* 10px */
  line-height: 1.5em; /* 15px */
  margin:0;
  padding-top:0;
}

a {
  color: #0000EE;
  text-decoration: underline;
}

a:hover, a:focus { color: #00053F; }

a.warning {
  color:#FF0000;
}

a.notice {
  font-size:1.2em;
}

/* HTML TAGS */

blockquote {
  margin: 10px 0;
}

h1, h2, h3, h4 {
  font-family:"Lucida Grande", helvetica,arial,sans-serif;
  margin-bottom:12px;
}

h1 {
  font-size: 1.5em;
  letter-spacing: 1px;
  font-family: helvetica, arial, sans-serif;
  padding: 0;
  color:#375D7F;
}

h1.head-text {
  margin:0;
  padding:0;
  margin-bottom:0;
}

h1.smallMargin, h2.smallMargin,
h3.smallMargin, h4.smallMargin,
h5.smallMargin, h6.smallMargin {
  margin-bottom:10px;
}

h2 {
  font-size:1.5em;
  margin:15px 0 12px;
}

h3 {
  font-size: 1.2em;
}

p {
  margin-bottom:1em;
}

ul {
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom:1em;
}

ol {
  list-style-type:decimal;
  padding-left:20px;
}

li {
  margin-bottom:0.5em;
}

hr.light {
  color:#EEEEEE;
  background-color:#EEEEEE;
  height:1px;
  border:1px;
}

span.grey {
  color:#666;
}

/* SPECIFICS */

.right-column h1 {
  border-bottom:1px solid #E7F2FC;
  color:#D0331C;
  line-height:22px;
  padding-bottom:10px;
  margin-bottom:30px;
}

.clearfix {
  clear:both;
}

/* LAYOUT STUFF */
#topBar {
  text-align: right;
  color:#666;
  background-color:#2061AF;
  border:1px solid #275E9F;
  font-family:helvetica, arial, sans-serif;
  font-size:1em;
  padding:10px;
}

#topBar-in {
  margin:auto;
  width:800px;
}

#topBar a {
  color:#eee;
}

#topBar a.login {
  -moz-border-radius-bottomleft:5px;
  -moz-border-radius-bottomright:5px;
  -moz-border-radius-topleft:5px;
  -moz-border-radius-topright:5px;
  -webkit-border-top-left-radius:5px;
  -webkit-border-top-right-radius:5px;
  -webkit-border-bottom-left-radius:5px;
  -webkit-border-bottom-right-radius:5px;
  font-weight: bold;
  background-color:black;
  padding:5px 8px;
  text-decoration:none;
}

#topBar a.login:hover {
  text-decoration: underline;
}

/*LAYOUT*/
#page {
  width:800px;
  margin:auto;
}

.rightQuote {
  background-color:#000000;
  float:right;
  font-family:georgia,times,"times new roman";
  font-size:1.3em;
  font-style:italic;
  margin:70px 0 20px 20px;
  width:300px;
}

.rightQuote img, .paragraph-image {
  width:300px;
}

.right-column {
  width:645px;
  float:left;
}

.rightQuote blockquote cite {
  font-size: 14px;
  color:#CCCCCC;
}

.rightQuote blockquote {
  color:#FFFFFF;
  padding:10px;
}

#calendartip {
  background:#FFFFCC url(../images/icons/icalendar.png) no-repeat scroll 15px center;
  border:1px solid #EEEFA4;
  padding:20px 20px 20px 75px;
}

a.link-calendario {
  background:transparent url(../images/icons/Calendar.png) no-repeat;
  display:block;
  float:left;
  padding-left:28px;
  margin-top:3px;
}

/*BUTTONS*/

.button {
  -moz-border-radius-bottomleft:11px;
  -moz-border-radius-bottomright:11px;
  -moz-border-radius-topleft:11px;
  -moz-border-radius-topright:11px;
  -webkit-border-bottom-right-radius: 11px;
  -webkit-border-bottom-left-radius: 11px;
  -khtml-border-bottom-right-radius: 11px;
  -khtml-border-bottom-left-radius: 11px;
  -webkit-border-top-right-radius: 11px;
  -webkit-border-top-left-radius: 11px;
  -khtml-border-top-right-radius: 11px;
  -khtml-border-top-left-radius: 11px;
  -moz-box-sizing:content-box;
  background:#F2F2F2 url(/images/white-grad.png) repeat-x scroll left top;
  border-style:solid;
  border-width:1px;
  cursor:pointer;
  font-size:11px !important;
  line-height:14px;
  padding:2px 8px;
  text-decoration:none;
  text-shadow:0 1px 0 #FFFFFF;
}

a.button {
  color:#000 !important;
  line-height:15px;
  padding:3px 10px;
  white-space:nowrap;
  border-color:#298CBA !important;
  font-weight:bold;
  font-size:1em !important;
}

/* FLASH MESSAGES */

li.notice, li.error, div.errorExplanation {
  background:#ECFFE3 url(/images/icons/check-42.png) no-repeat scroll left top;
  border:1px solid #66C300;
  font-size:16px;
  font-weight:bold;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  margin-bottom:20px;
  padding:10px 10px 10px 45px;
}

li.error, div.errorExplanation {
  background:#FFE4E1 url(/images/icons/error-42.png) no-repeat scroll left top;
  border:1px solid #FF0000;
}

div.errorExplanation li {
  list-style-type: disc;
  font-weight:normal;
}

div.errorExplanation h2 {
  font-size:1.2em;
  margin-top:0;
}

/* HEADER */

#header {
  float:left;
  margin-bottom:10px;
  width:100%;
}

#logo {
  padding-left:0px;
}

#logo img {
  float:left;
}

#logo #lema {
  margin-top:60px;
  float:right;
}

/* NAVIGATION */
#nav {
  margin-bottom:20px;
}

#main-nav {
  margin:20px auto;
  height:45px;
  list-style: none;
  z-index:3000;
}

#main-nav li {
  margin: auto;
  margin-right:10px;
  text-align: center;
  float:left;
  display:inline;
  position:relative;
  z-index:300;
}

#main-nav li a.inicio,
#main-nav li a.quienes,
#main-nav li a.inicial,
#main-nav li a.admision,
#main-nav li a.contacto,
#main-nav li a.curriculum {
  display:block;
  position:relative;
  height:4px;
  z-index:3000;
  padding:17px 0px;
  text-indent: -99999px;
}

#main-nav li a.inicio {
  width:80px;
  background: transparent url(/images/nav/inicio.png) no-repeat top center;
}

#main-nav li a.inicio:hover {
  width:80px;
  background: transparent url(/images/nav/inicio.png) no-repeat bottom center;
}

#main-nav li a.quienes {
  width:150px;
  background: transparent url(/images/nav/quienes.png) no-repeat top center;
}

#main-nav li a.quienes:hover {
  background: transparent url(/images/nav/quienes.png) no-repeat bottom center;
}

#main-nav li a.curriculum {
  width:130px;
  background: transparent url(/images/nav/curriculum.png) no-repeat top center;
}

#main-nav li a.curriculum:hover {
  background: transparent url(/images/nav/curriculum.png) no-repeat bottom center;
}

#main-nav li a.inicial {
  width:84px;
  background: transparent url(/images/nav/niveles.png) no-repeat top center;
}

#main-nav li a.inicial:hover {
  background: transparent url(/images/nav/niveles.png) no-repeat bottom center;
}

#main-nav li a.admision {
  width:99px;
  background: transparent url(/images/nav/admision.png) no-repeat top center;
}

#main-nav li a.admision:hover {
  background: transparent url(/images/nav/admision.png) no-repeat bottom center;
}

#main-nav li a.contacto {
  width:98px;
  background: transparent url(/images/nav/contacto.png) no-repeat top center;
}

#main-nav li a.contacto:hover {
  background: transparent url(/images/nav/contacto.png) no-repeat bottom center;
}

#main-nav li a.current, #main-nav li a.current2 {
  background-position: bottom center;
}

#main-nav ul.submenu {
  background-color:#f5f5f5;
  border-width: 1px;
  border-color: #eee #eee #ddd;
  border-style: solid;
  display:none;
  padding:5px;
  position:absolute;
  width:230px;
  z-index:200;
}

ul.submenu li {
  display:block !important;
  padding-bottom:4px;
  text-align:left !important;
  width:100%;
}

ul.submenu li a {
  color:#333;
  font-weight: bold;
  text-decoration:none;
  padding:3px 5px;
}

ul.submenu li a:hover {
  color:#000;
  background-color:#E7F2FC;
}

/* Side nav */
.side-nav {
  width:130px;
  height:500px;
  background: #E7F2FC url(/images/side-top-crnr.png) no-repeat top center;
  float:left;
  padding-top:16px;
  margin-right:25px;
  min-height:500px;
  max-height:900px;
}

.side-nav ul {
  border-top:1px solid #EEF6FD;
}

.side-nav li {
  list-style:none;
  margin:0;
  border-bottom:1px solid #EEF6FD;
  font: 14px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}


.side-nav a {
  text-decoration: none;
  color:#0067CC;
  font-weight: bold;
  display:block;
  padding:10px 0;
  padding-left:8px;
}

.side-nav a:hover, .side-nav li.current { color: #002A4F; }

/* FEATURED */

#featured {
  background: #E3EEF9;
  width:770px;
  float:left;
  margin:0 auto;
  padding:15px;
  z-index:0;
}

#featured h1 {
  color:#999;
}

#featured #slideshow {
  float:left;
  margin-right:10px;
}

.pics {
    height:  305px;
    width:   371px;
    padding: 0;
    margin:  0;
}

.pics img {
    width:  371px;
    height: 305px;
    top:  0;
    left: 0;
}

#featured-in #latest {
  float:left;
  width:389px;
}

/* NEWS SCROLL */

#latest #news {
  background: transparent url('/images/alpha-bg.png');
  padding:10px;
  margin-bottom:5px;
  min-height:110px;
  height:135px;
}

#news div.newscroll {
  margin-top:10px;
  position:relative;
  overflow:hidden;
  /* vertical scrollers have typically larger height than width */
  height:65px;
  width:350px;
}

div.newscroll div.items {
  position:absolute;
  height:1000em;
}

div.items .new {
  clear:both;
}

a.nextNews, a.prevNews {
  cursor:pointer;
  display:block;
  float:right;
  margin-top:10px;
}

/* SCROLL */

#latest #events {
  background: transparent url('/images/alpha-bg.png');
  padding:10px;
  height:124px;
  font-size:12px;
}

#events div.eventscroll {
  margin-top:10px;
  position:relative;
  overflow:hidden;
  /* vertical scrollers have typically larger height than width */
  height:70px;
  width:350px;
}

div.eventscroll div.items {
  position:absolute;
  height:1000em;
}

div.items .event {
  height:20px;
  clear:both;
}

#latest span.date {
  font-size:11px;
  color:#666;
  border-bottom:1px dashed #ddd;
  float:left;
  margin-right:10px;
}

#latest .event .date {
  margin-left:0;
  margin-right:5px;
}

#latest span.title {
  float:left;
  margin:0;
  font-size:14px;
  font-weight:bold;
}

#latest .new p {
  clear:both;
}

/* MODALS */

#modal-container {
  margin:0 auto;
  float:left;
  width:100%;
  margin-top:40px;
}

.modal-left {
  border-right:1px dashed #F5F5F5;
  float:left;
  padding-right:20px;
  /*width:380px;*/
}

.modal-right {
  float:left;
  padding-left:19px;
  width:380px;
}

.modal-in {
  background-color: #fff;
}

/* CONTACTO */

div#telefonos, div#direccion  {
  font-size:14px;
}

#direccion {
 /* Just in case */
}

.contactForm {
  margin-top:20px;
}

fieldset {
  background:#EEF3F8;
  border:1px solid #C4D3EA;
  clear:both;
  margin:0 0 20px 0;
  padding:1em 1.4em 1.4em;
}

fieldset legend {
  background:#FFFFFF;
  border:1px solid #C4D3EA;
  color:#336699;
  font-size:1.2em;
  font-weight:bold;
  margin:0 -0.4em;
  padding:5px 10px;
  text-transform:capitalize;
}

.contactForm div.field {
  margin-bottom:10px;
}

.contactForm label {
  color:#555555;
  float:left;
  font-size:12px;
  font-weight:bold;
  margin-top:9px;
  text-align:right;
  text-transform:capitalize;
  width:30%;
}

.contactForm input[type="submit"] {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background:#395C8A;
  border:3px solid #83A4CA;
  color:#FFFFFF;
  display:block;
  font-size:120%;
  font-weight:bold;
  letter-spacing:0;
  margin:0;
  min-width:120px;
  width:auto !important;
}

.contactForm select {
  background:#FFFFFF none repeat scroll 0 0;
  border:2px solid #CCCCCC;
  padding:2px;
  width:62%;
}

.contactForm input,
.contactForm textarea,
.contactForm select {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color:#FFFFFF;
  border:2px solid #CCCCCC;
  color:#666666;
  font-family:"Lucida Grande","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
  font-size:1.1em;
  margin-left:15px;
  padding:5px;
  width:60%;
}

.contactForm input[type=text]:focus, .contactForm textarea:focus {
  background:#FFFFFF;
  border:2px solid #EF9E4D;
}

.contactForm div.submit {
  float:right;
  padding-right:2em;
}

/* SOME TABLE */

#mcetable td, #mcetable th {
  padding-right:15px !important;
  padding-bottom:5px !important;
}

#mcetable td {
border-bottom:1px dashed #ddd !important;
}

#mcetable th {
background-color:#f5f5f5 !important;
}

/* FOOTER */

#footer {
  color:#666;
  width:100%;
  height:50px;
  margin-top:40px;
  border-top:1px solid #EBEBEB;
  padding-top:10px;
  font-size:12px;
}

/* ALBUMS */
#albums, #album_photos {
  clear:both;
  overflow:hidden;
}

.album, .photo {
  color:#666;
  float:left;
  margin-bottom:10px;
  width:130px;
}

.album .cover, .photo .cover {
  border:3px solid #ccc;
  height:100px;
  clear:both;
  width:100px;
}

.album img {
  clear:both;
}

.photos a.photo {
  border:3px solid #ccc;
  margin-right:10px;
  height:100px;
  width:100px;
}

