@charset "utf-8";
/* CSS Document */


/* CSS Document */

/* Para resetear los estilos de los navegadores */



* {  
    margin:0;
    padding:0;

}

table {

    border-collapse:collapse;
    border-spacing:0;

}

fieldset,img { 

    border:0;

}

address,caption,cite,code,dfn,em,th,var {

    font-style:normal;
    font-weight:normal;

}

ol,ul {

    list-style:none;

}

caption,th {

    text-align:left;

}

h1,h2,h3,h4,h5,h6 {

    font-size:100%;
    font-weight:normal;
    line-height: normal;

}

q:before,q:after {

    content:'';

}

p {

    font-size: 0.9em;

}

em {

    font-style: italic;

}





/* HTML: etiquetas del lenguaje HTML */



html {

    font-family: "Trebuchet MS",Tahoma,Verdana;
    background-color:#F8F8F8;
}

p {
    font-size:0.9em;
    margin-left:1em;
    margin-right:1em;
}

em {
    font-style:italic;
}



a:hover {
    color:#0099FF;
}
a:link {
    color:#334B5A;
    text-decoration: none;
}
a:visited {
    color:#0A6095;
}


#contenedor {
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 950px;
}

#encabezado {
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 60em}

#cabezote {

}

#logo {
    height: 96px;
}
.text{
    font-size:0.75em;
    color:#333333;
    bottom: 10px;
}

.label
{
    font-size:0.75em;
    padding-left: 0;
    text-align: right;
    width: 105px}
.labelResumen
{
    font-size:0.75em;
    padding-left: 0;
    text-align: right;
    width: 250px}


#caja {

    border-bottom-color:#D7D7D7;
    border-bottom-style:solid;
    border-bottom-width:2px;
    border-left-color:#D7D7D7;
    border-left-style:solid;
    border-left-width:1px;
    border-right-color:#D7D7D7;
    border-right-style:solid;
    border-right-width:1px;
    border-top-color:#D7D7D7;
    border-top-style:solid;
    border-top-width:1px;
    float:left;
    margin-bottom:1em;
    padding-bottom:1em;
    width:99.8%;
}

#bt_general{
    float:right;
    clear:both;
    padding-top:2px;
    padding-bootom:5px;
    background-color:#E8E8E8;
    width:100%;
    height:1.5em;}


.bt_inicio  li {
    float:right;
    display:block;
    color: #000;
    font-size: 0.75em;
    height:1em;
    text-decoration: none;
    padding-left: 0.2em;

}

.bt_inicio a:hover{
    text-decoration: underline;
    text-decoration: underline;
    color: #000;
    height:1em;}


.bt_inicio a:link,  .bt_inicio  a:visited {
    text-decoration: none;
    padding-bottom: 0.2em;
    padding-right: 3em;
    padding-top: 0.5em;
    color: #000;
    height:1em;

}

.bt_inicio  li#current{

    display:block;
    padding-bottom: 0.2em;
    padding-left: 2.5em;
    padding-right: 3em;
    padding-top: 0.5em;
    height:2em;
    background-color:#000066}



h1.logo {

    position: relative;
    height: 95px;
    width: 60em;
    clear:both;
    padding-top:7px;


}
#logo p {
    float:	left;
    font-size:0.75em;
    padding-left:1em;
}
#buscador{
    float:right;
    margin-bottom:0.2em;
    margin-right:1em;
}


h1.logo span {
    background-image: url(../img/logoSalle.gif);
    background-repeat: no-repeat;
    height: 95px;
    width: 100%;
    position: absolute;
    cursor: pointer;
}



.logo_profesores{
    float: right;
    height: 67px;
    padding-top: 7px;
    position: relative;
    width: 285px;
    background-image: url(../img/logo_Hoja_Vida.gif);
    background-repeat: no-repeat;


}



.textarea, .inputtext, .inputpassword {

    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    font-size: 11px;
    padding-bottom: 2px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 2px;
    text-align: left;}


.editor td {

    padding-bottom: 1px;
    padding-left: 5px;
    padding-right: 1px;
    padding-top: 2px;
    font-size:0.75em;
}





/*a, a span {
background-repeat: no-repeat;
color: #fff;
display: block;
margin: auto;
}
a.btn_grande {
background-image: url(btn_izq.gif);
background-position: left top;
height: 22px;
text-decoration: none;
text-shadow: #000 1px 1px 3px;
width: 100px;
text-align: center;
} 
a.btn_grande span {
background-image: url(btn_der.gif);
background-position: right top;
padding-top: 2px;
width: 100px;
height: 22px;

}

a.btn_grande:hover {
background-position: left bottom;
} 
a.btn_grande:hover span {
background-position: right bottom;
}*/
