.scroll{
	width: 100%;
  	height: 100px;
	overflow: auto;
}

.select_span{
  background: #a9a9ff;
}

.searchbox{   
   text-transform: uppercase;
}

.tblBotones{
    width: 40%;
    text-align:center;
}

.lista{
    font-size: 7pt; 
    font-family: "Lucida Grande", Tahoma, Verdana, Helvetica, sans-serif; 
    width: 290px;
	margin: 3px;
	border-color:1px solid #B2B2B2;
}

.imgAsistenteCerrar{
	background:url(../imagenes_Consulta/botones/bt_cerrar.jpg) no-repeat;
	width:14px; 
	height:14px;
    padding: 2px;
    margin: 5px;
    border: none;
	float:left;
    cursor: pointer;
}

.divAsistenteClass{
	position:absolute;
	top:105px;
	left:340px;
	background:#ffffcc;
	border:1px solid #ff9933; 
	width: 640px;
	height:300px;
	overflow:hidden;
}
	

.iframeAsistente{
	position:absolute;
	width:640px;
	height:300px;
	top:105px;
	left:340px; 
	border: 0px;
	z-index:0;
}
.divAsistenteClassMateria{
	position:absolute;
	top:105px;
	left:340px;
	background:#FFFFFF;
	border:1px solid #ff9933; 
	width: 230px;
	height:540px;
	overflow:hidden;
}

.iframeAsistenteMateria{
	position:absolute;
	background:#FFFFFF;
	width:230px;
	height:480px;
	top:20px;
	left:0px; 
	border: 0px;
	z-index:0;
}

.boton_aceptar, .cleanbutton, .searchbutton, .boton-derecha,.boton-izquierd{
	font-size: 10px;
	background: #FFFFFF;
	cursor: pointer;
	padding: 1px;
	font-family: "Lucida Grande", Tahoma, Verdana, Helvetica, sans-serif;
	border: 1px solid #999999;
	margin: 1px;
	height: 20px;
	padding-bottom: 3px;
	margin-right: 5px;
	color: #336699;
}

.boton_aceptar:hover, .cleanbutton:hover ,.searchbutton:hover, .boton-derecha:hover, .boton-izquierd:hover{
	border: 1px solid #336699;
}

.boton-derecha {
	width:16px;	
	font-size: 12px;
    border: none;
    background-position:center;
    background: url(../imagenes_Consulta/botones/bt_der.jpg) no-repeat;
}

.boton-derecha:hover{
    border: none;
}

.boton-izquierd{
    width:16px;	
	font-size: 12px;
     border: none;
    background-position:center;
    background: url(../imagenes_Consulta/botones/bt_izq.jpg) no-repeat;
}

.boton-izquierd:hover{
    border: none;
}

.cerrarMateria{
    float:right;
}
