
body { 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    background: url('http://www.ujaen.es/estilo/imagenes/cab_ultima.jpg') no-repeat;
    background-color: rgb(255, 255, 255); 
    color: rgb(85, 85, 85); 
    text-align: justify; 
    vertical-align: none; 
    font-weight: normal; 
    font-style: normal;
    font-size: 10pt;
}

body#menu { 
	background: url('http://www.ujaen.es/estilo/imagenes/fondo_cabecera.jpg') no-repeat; 
}

p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #555555;
    text-align: justify; 
}

h1, h2, h3, h4, h5, h6 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: rgb(27, 57, 48);
}

h1 { font-size: 24pt; }
h2 { font-size: 18pt; }
h3 { font-size: 14pt; }
h4 { font-size: 12pt; }
h5 { font-size: 10pt; }
h6 { font-size: 8pt; }


A:link {color: rgb(27, 57, 48); text-decoration: underline} 
A:visited {color: rgb(0, 102, 102); text-decoration: underline} 
A:hover {color: #ff6600; text-decoration: none} 
A:active {color: rgb(255, 102, 0); font-weight: bold; text-decoration: none} 

ul {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #666666;
    list-style-type: square;
}

ol {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #666666;
}

table { 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal; 
    font-style: normal; 

    vertical-align: none; 
    text-align: none;
}

label {color: rgb(0, 0, 0);}

textarea { 
    border-style:solid; 
    font-size: 8pt; 
    font-family: Arial, Arial, Helvetica; 
    font-style: normal; 
    color: rgb(0, 0, 0);
 } 

fieldset {
    font-family: Arial, Arial, Helvetica; 
    font-style: normal; 
    font-size: 8pt; 
    border-bottom-style: solid; 
    border-top-style: solid; 
    border-left-style: solid; 
    border-right-style: solid; 
    border-bottom-width: 1pt; 
    border-top-width: 1pt; 
    border-left-width: 1pt; 
    border-right-width: 1pt; 
    color: rgb(0, 0, 0);
}

legend { 
    font-style: normal; 
    font-size: 8pt; 
    font-family: Arial, Arial, Helvetica; 
    color: rgb(51, 0, 153);
}

select { 
    border-style:solid; 
    font-family: Arial, Arial, Helvetica; 
    font-size: 8pt; 
    font-style: normal; 
    color: rgb(0, 0, 0);
}

caption { 
    font-style: normal; 
    font-family: Arial, Arial, Helvetica; 
    font-size: 14pt; 
    color: rgb(51, 0, 153);
}

th { 
    font-family: Arial, Arial, Helvetica; 
    font-style: normal;
}

button { 
    border-top-style: solid; 
    border-left-width: 1pt; 
    border-bottom-width: 1pt; 
    border-top-width: 1pt; 
    border-right-width: 1pt; 
    border-right-style: solid; 
    border-left-style: solid; 
    border-bottom-style: solid; 
    font-size: 8pt; 
    font-style: normal; 
    font-family: Arial, Arial, Helvetica;
    background-color: rgb(51, 0, 153); 
    color: rgb(255, 255, 255);
}

marquee { 
    font-family: Arial, Arial, Helvetica; 
    font-size: 14pt;
}

div#links {
    position: absolute; 
    top: 165px; left: 10; 
    width: 110px; 
    font: 11px Verdana, sans-serif;
}

div#links a {
    display: block; 
    text-align: center; 
    font: 11px Verdana, sans-serif; 
    padding: 7px 0px; 
    border-width: 0; 
    margin: 0 0 2px;
    text-decoration: none; 
    color: white;
}

div#links a { background: url('http://www.ujaen.es/estilo/imagenes/boton_normal_2.gif') no-repeat;
              background-position: 50% 50%; }
div#links a:hover { background: url('http://www.ujaen.es/estilo/imagenes/boton_activado_2.gif') no-repeat; 
                    color: white;
                    background-position: 50% 50%; }
div#links a#default { background: url('http://www.ujaen.es/estilo/imagenes/boton_seleccionado_2.gif') no-repeat; 
                    color: white;
                    background-position: 50% 50%; }
div#contenido { position: absolute; top: 130px; left: 15px; right:25px;}
body#menu div#contenido { position: absolute; top: 130px; left: 180px;  }



@media print
{
   div#links {display:none;}
   div#contenido { height:auto; position:relative; left:0px; top:70px; right:25px; background:none; }
   body#menu div#contenido { height:auto; position:relative; float:none; left:0px; top:70px; right:25px; }
}

