

@font-face {
    font-family: 'gAp';
    font-style: normal;
    font-weight: normal;
    src: url('ttf/gAp.eot');
    src: local('gAp'), url('ttf/gAp.ttf') format('truetype');
  }


body {
    font-family: 'gAp', 'Trebuchet MS', 'Verdana', 'Sans serif';
    font-size:9pt;
    background-color: #e7e7e7;
    margin : 0px;
    line-height: 20px;
  }


h1 {
    font-size : 16pt;
    font-weight : bold;
    line-height : 13px;
    font-family: 'gAp', 'Trebuchet MS', 'Verdana', 'Sans serif';
    text-shadow : 2px 2px 3px #919191;
  }


a {
    color: #8A8A8A;
    text-decoration: none;
  }


a:hover {
    color: #ff6c0a;
    text-decoration : underline;
  }


.input {
    font-family: 'gAp', 'Trebuchet MS', 'Verdana', 'Sans serif';
    font-size: 9pt;
    border : 1px solid #969696;
    padding : 3px;
    color: #5E85B1;
  }


.inputb {
    font-family: 'gAp', 'Trebuchet MS', 'Verdana', 'Sans serif';
    font-size: 12pt;
    font-weight:bold;
    border : 1px solid #969696;
    padding : 5px;
    color: #5E85B1;
  }


div#todo {
    width: 1000px;
    height :100%;
    min-height : 300px;
    position: relative;
    margin: 0 auto;
    background-color: #D4E0FF;
    background: url('img/fondos/fondomenu.png') top left repeat-x;
    border: 1px solid #969696;
    border-top:0px;
  }


div#pie {
    position : fixed;
    bottom : 0px;
    width : 370px;
    height : 40px;
    background-color:#FF5100;
    color : white;
    left: 50%;
    margin-left : -185px;
    z-index : 15000;
    -moz-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border: 1px solid #969696;
    border-bottom:0px;
    display: none;
  }


div#logo {
    width : 25%;
    height: 170px;
    padding : 10px;
    float: left;
    position : relative;
  }


div#menu {
    width : 65%;
    padding : 10px;
    height: 170px;
    float: right;
    position : relative;
  }


div#publicidad {
    width : 100%;
    height: 95px;
    padding:0px;
    float: left;
    clear: both;
    position : relative;
    margin: 0 auto;
    background-color: #D4E0FF;
    z-index:0;
  }


div#elemenu {
    position:absolute;
    bottom : 50px;
    left : 50px;
    height: 70px;
  }


div#contenido {
    width : 98%;
    position: relative;
    margin: 0 auto;
    padding: 10px;
    clear: both;
    background-color: #D4E0FF;
  }


#cursos {
    background: url('img/iconos/cursos.png') left center no-repeat;
    height : 80px;
    width : 230px;
    padding: 40px;
    padding-left: 55px;
  }


#foro {
    background: url('img/iconos/foro.png') left center no-repeat;
    height : 80px;
    width : 230px;
    padding: 40px;
    padding-left: 55px;
  }


#aulavirtual {
    background: url('img/iconos/aulavirtual.png') left center no-repeat;
    height : 80px;
    width : 230px;
    padding: 40px;
    padding-left: 55px;
  }


.enlaceMenu {
    color : #FF5100;
    text-decoration : none;
  }


.enlaceMenu:hover {
    color : #5091db;
    text-decoration : none;
  }


.enlaceSubMenu {
    color : #5091db;
    text-decoration : none;
  }


.enlaceSubMenu:hover {
    color : #FF5100;
    text-decoration : none;
  }


div#menuIzq {
    width : 220px;
    padding: 20px;
    background-color: #e7e7e7;
    border: 1px #969696 solid;
    background: url('img/fondos/fondomenuizq.png') top left repeat-x;
    height : 100%;
    float: left;
    position: relative;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
  }


div#contenedor {
    width : 660px;
    float: right;
    padding: 20px;
    background-color: #D4E0FF;
    border: 1px #969696 solid;
    height : 100%;
    position: relative;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-bottom : 70px;
  }


div#buscador {
    width : 500px;
    height : 120px;
    position: absolute;
    left : 50%;
    margin-left: -250px;
    bottom : 30px;
    z-index: 1500;
  }


div#ultmsgforo {
    position: relative;
    width : 340px;
    border: 0.15em inset #EFEFEF;
    padding : 8px;
    -moz-border-radius : 8px;
    -webkit-border-radius : 8px;
    border-radius : 8px;
    float: left;
    background-color: white;
  }


div#ultman {
    position: relative;
    width : 270px;
    border: 0.15em inset #EFEFEF;
    padding : 8px;
    -moz-border-radius : 8px;
    -webkit-border-radius : 8px;
    border-radius : 8px;
    float: right;
    background-color: white;
  }


div#ultej {
    position: relative;
    width : 270px;
    border: 0.15em inset #EFEFEF;
    padding : 8px;
    -moz-border-radius : 8px;
    -webkit-border-radius : 8px;
    border-radius : 8px;
    float: right;
    background-color: white;
    margin-top: 18px;
  }


.enlaceUltforo {
    color: #3A516C;
  }

