@charset "utf-8";
/* CSS Document */

 /* Para resetear los estilos de los navegadores */

						  						  

* {  
	margin:0;
	padding:0;

}

table {

	border-collapse:collapse;
	border-spacing:0;
	background-color: #F8F8F8;
	margin: auto;}


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;
}

body{
    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;

}
a:visited {
color:#0A6095;
}

#menuJsp{
    background-color:#F8F8F8;
}
#footer{
    background-color:#F8F8F8;
}

#contenedor {
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    background-color:#F8F8F8;
    width: 950px;
	}

#encabezado {
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 60em}

.cabezote {
    font-size: 1.87em;
    font-weight:bold;    
}

#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}



#bt_general{
float:right;
	clear:both;
	padding-top:2px;
	padding-bootom:5px;
	background-color:#E8E8E8;
	width:100%;
	height:1.5em;}

.topLogin {
	float: left;
	display: block;
	background-color: #408CB3;
	width: 100%;
	float:left;
	display:block;
	color: #FFF;
	font-size: 0.75em;
	height:1.75em;
	text-align:center;
	vertical-align:middle;
	text-decoration: none;
	text-transform: none;
}

.bodyLogin {
	float: left;
	display: block;
	width: 100%;
	float:left;
	display:block;
	color: #000;
	font-size: 0.75em;
	height:1.5em;
	text-decoration: none;
	text-transform: none;
}


.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;
	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;
	}
	
	#caja {
	float: left;
	border: 1px solid #D7D7D7;
	width:99.8%;
	margin-bottom:1em;
	padding-bottom:1em;
	background-color:#FFFFFF
	
}
	
	
	
/*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;
}*/
