/* ******************************************************************************************************
*********************************************************************************************************
* Conjunto de estilos para el manejo de banners y tooltips, en el proyecto INEA - IPN 2006              *
* Desarrollado por:                                                                                     *
* -> Escamilla Miranda Patricia                                                                         *
* -> Ortiz Ramirez Jose Antonio                                                                         *
 (ESCOM _ IPN)
*********************************************************************************************************
********************************************************************************************************/

/*****************************************/
/* ESTILOS PARA EL MANEJO DE "BANNERS"   */
/*****************************************/

.pasivo{ 
	cursor:pointer;
	background-color:#ffffff;

	/* para cuando se presenta el signo de '+' */
}		

.activo{
	cursor:pointer;
	background-color:#FFFFFF;
	/* para cuando se presenta el signo de '-' */
}

.mostrar{
	position:static;
    display:table;
}

.ocultar{
	position:absolute;
	left:-999em;
	height:1px;
	width:100px;
	overflow:hidden;
}

#tooltip:link,
#tooltip:visited{
	color:black;
	text-decoration:underline;
}

#tooltip:hover{
	color:#33ccff;
	text-decoration:none;
}

#cfondo{
background-color:#eeeeee;
}

/*******************************************
*******************************************/


/******************************************/
/* ESTILOS PARA EL MANEJO DE "POPUPS"   */
/******************************************/

.JSWindowTitleStyle   { font-weight: bold; font-size: 11px; font-family: verdana, arial, helvetica, sans serif; color: #FFFFFF; }
.JSWindowContentStyle { font-size: 11px; font-family: verdana, arial, helvetica, sans serif; color: #000000; padding: 5px;}
